Data Fields | |
AVCodecContext * | avctx |
AVFrame | picture |
int | width |
int | height |
image width and height | |
int | image_offset_x |
int | image_offset_y |
int | tile_offset_x |
int | tile_offset_y |
uint8_t | cbps [4] |
bits per sample in particular components | |
uint8_t | sgnd [4] |
if a component is signed | |
uint8_t | properties [4] |
int | cdx [4] |
int | cdy [4] |
int | precision |
int | ncomponents |
int | tile_width |
int | tile_height |
tile size | |
int | numXtiles |
int | numYtiles |
int | maxtilelen |
J2kCodingStyle | codsty [4] |
J2kQuantStyle | qntsty [4] |
uint8_t * | buf_start |
uint8_t * | buf |
uint8_t * | buf_end |
int | bit_index |
int16_t | curtileno |
J2kTile * | tile |
Definition at line 47 of file j2kdec.c.
Definition at line 48 of file j2kdec.c.
Referenced by decode_clnpass(), decode_codestream(), decode_frame(), decode_packet(), decode_tile(), get_cod(), get_cox(), and get_siz().
Definition at line 70 of file j2kdec.c.
Referenced by decode_packets(), get_bits(), and j2k_flush().
uint8_t* J2kDecoderContext::buf |
Definition at line 68 of file j2kdec.c.
Referenced by decode_codestream(), decode_frame(), decode_packet(), get_bits(), get_coc(), get_cod(), get_cox(), get_qcc(), get_qcx(), get_siz(), get_sot(), j2k_flush(), and jp2_find_codestream().
uint8_t* J2kDecoderContext::buf_end |
Definition at line 69 of file j2kdec.c.
Referenced by decode_codestream(), decode_frame(), decode_packet(), get_bits(), get_coc(), get_cod(), get_cox(), get_qcc(), get_qcx(), get_siz(), get_sot(), and jp2_find_codestream().
uint8_t* J2kDecoderContext::buf_start |
uint8_t J2kDecoderContext::cbps[4] |
bits per sample in particular components
Definition at line 54 of file j2kdec.c.
Referenced by decode_tile(), get_siz(), and init_tile().
int J2kDecoderContext::cdx[4] |
int J2kDecoderContext::cdy[4] |
int16_t J2kDecoderContext::curtileno |
Definition at line 72 of file j2kdec.c.
Referenced by decode_codestream(), decode_frame(), and get_sot().
image width and height
Definition at line 51 of file j2kdec.c.
Referenced by get_siz(), and init_tile().
Definition at line 59 of file j2kdec.c.
Referenced by cleanup(), decode_packets(), decode_tile(), get_cod(), get_qcd(), get_siz(), get_sot(), and init_tile().
Definition at line 61 of file j2kdec.c.
Referenced by cleanup(), decode_frame(), get_siz(), get_sot(), and init_tile().
Definition at line 49 of file j2kdec.c.
Referenced by decode_end(), decode_frame(), decode_tile(), get_siz(), and j2kdec_init().
uint8_t J2kDecoderContext::properties[4] |
uint8_t J2kDecoderContext::sgnd[4] |
Definition at line 74 of file j2kdec.c.
Referenced by cleanup(), decode_codestream(), decode_frame(), get_siz(), get_sot(), and init_tile().