Data Fields | |
AVCodecContext * | avctx |
AVFrame | picture |
int | width |
int | height |
image width and height | |
uint8_t | cbps [4] |
bits per sample in particular components | |
int | chroma_shift [2] |
uint8_t | planar |
int | ncomponents |
int | tile_width |
int | tile_height |
tile size | |
int | numXtiles |
int | numYtiles |
uint8_t * | buf_start |
uint8_t * | buf |
uint8_t * | buf_end |
int | bit_index |
int64_t | lambda |
J2kCodingStyle | codsty |
J2kQuantStyle | qntsty |
J2kTile * | tile |
Definition at line 61 of file j2kenc.c.
Definition at line 62 of file j2kenc.c.
Referenced by encode_frame(), encode_packets(), encode_tile(), j2kenc_init(), and put_cod().
Definition at line 74 of file j2kenc.c.
Referenced by encode_frame(), encode_packet(), j2k_flush(), put_bits(), put_cod(), put_qcd(), put_siz(), and put_sot().
Definition at line 75 of file j2kenc.c.
Referenced by encode_frame(), encode_packet(), put_cod(), put_qcd(), put_siz(), and put_sot().
bits per sample in particular components
Definition at line 66 of file j2kenc.c.
Referenced by init_quantization(), init_tiles(), and j2kenc_init().
Definition at line 80 of file j2kenc.c.
Referenced by cleanup(), encode_packets(), encode_tile(), init_quantization(), init_tiles(), j2kenc_init(), put_cod(), put_qcd(), reinit(), and truncpasses().
image width and height
Definition at line 65 of file j2kenc.c.
Referenced by init_tiles(), j2kenc_init(), and put_siz().
int64_t J2kEncoderContext::lambda |
Definition at line 69 of file j2kenc.c.
Referenced by cleanup(), copy_frame(), encode_packets(), encode_tile(), init_quantization(), init_tiles(), j2kenc_init(), put_siz(), reinit(), and truncpasses().
Definition at line 71 of file j2kenc.c.
Referenced by cleanup(), copy_frame(), encode_frame(), init_tiles(), and reinit().
Definition at line 71 of file j2kenc.c.
Referenced by cleanup(), copy_frame(), encode_frame(), init_tiles(), and reinit().
Definition at line 81 of file j2kenc.c.
Referenced by encode_packets(), init_quantization(), init_tiles(), j2kenc_init(), and put_qcd().
Definition at line 83 of file j2kenc.c.
Referenced by cleanup(), copy_frame(), encode_frame(), encode_packets(), encode_tile(), init_tiles(), and reinit().
tile size
Definition at line 70 of file j2kenc.c.
Referenced by init_tiles(), j2kenc_init(), and put_siz().