FFmpeg
|
Data Fields | |
J2kComponent * | comp |
uint8_t | properties [4] |
J2kCodingStyle | codsty [4] |
J2kQuantStyle | qntsty [4] |
J2kComponent * J2kTile::comp |
Definition at line 44 of file j2kdec.c.
Referenced by cleanup(), copy_frame(), decode_packets(), decode_tile(), encode_packets(), encode_tile(), get_siz(), init_tile(), init_tiles(), mct_decode(), reinit(), and truncpasses().
uint8_t J2kTile::properties[4] |
Definition at line 45 of file j2kdec.c.
Referenced by decode_codestream().
J2kCodingStyle J2kTile::codsty[4] |
Definition at line 46 of file j2kdec.c.
Referenced by cleanup(), decode_codestream(), decode_packets(), decode_tile(), get_sot(), init_tile(), and mct_decode().
J2kQuantStyle J2kTile::qntsty[4] |
Definition at line 47 of file j2kdec.c.
Referenced by decode_codestream(), decode_packets(), get_sot(), and init_tile().