Libav
|
#include <jpeg2000.h>
Data Fields | |
uint8_t | nbands |
uint16_t | coord [2][2] |
uint16_t | num_precincts_x |
uint16_t | num_precincts_y |
uint8_t | log2_prec_width |
uint8_t | log2_prec_height |
Jpeg2000Band * | band |
Definition at line 183 of file jpeg2000.h.
uint8_t Jpeg2000ResLevel::nbands |
Definition at line 184 of file jpeg2000.h.
Referenced by ff_jpeg2000_cleanup(), ff_jpeg2000_init_component(), jpeg2000_decode_packet(), and tile_codeblocks().
uint16_t Jpeg2000ResLevel::coord[2][2] |
Definition at line 185 of file jpeg2000.h.
Referenced by ff_jpeg2000_init_component(), and init_prec().
uint16_t Jpeg2000ResLevel::num_precincts_x |
Definition at line 186 of file jpeg2000.h.
Referenced by decode_pgod_cprl(), decode_pgod_lrcp(), ff_jpeg2000_cleanup(), ff_jpeg2000_init_component(), init_band(), init_prec(), and tile_codeblocks().
uint16_t Jpeg2000ResLevel::num_precincts_y |
Definition at line 186 of file jpeg2000.h.
Referenced by decode_pgod_lrcp(), ff_jpeg2000_cleanup(), ff_jpeg2000_init_component(), init_band(), and tile_codeblocks().
uint8_t Jpeg2000ResLevel::log2_prec_width |
Definition at line 187 of file jpeg2000.h.
Referenced by decode_pgod_cprl(), ff_jpeg2000_init_component(), and init_band().
uint8_t Jpeg2000ResLevel::log2_prec_height |
Definition at line 187 of file jpeg2000.h.
Referenced by decode_pgod_cprl(), ff_jpeg2000_init_component(), and init_band().
Jpeg2000Band* Jpeg2000ResLevel::band |
Definition at line 188 of file jpeg2000.h.
Referenced by ff_jpeg2000_cleanup(), ff_jpeg2000_init_component(), init_band(), jpeg2000_decode_packet(), and tile_codeblocks().