Data Fields | |
AVCodecContext * | avctx |
DSPContext | dsp |
AVFrame | frame |
int | width |
int | height |
ScanTable | scantable |
int | qtable [64] |
Definition at line 38 of file eatgq.c.
Definition at line 39 of file eatgq.c.
Referenced by tgq_calculate_qtable(), tgq_decode_end(), tgq_decode_frame(), tgq_decode_init(), tgq_decode_mb(), tgq_idct_put_mb(), and tgq_idct_put_mb_dconly().
Definition at line 41 of file eatgq.c.
Referenced by tgq_decode_end(), tgq_decode_frame(), tgq_idct_put_mb(), and tgq_idct_put_mb_dconly().
int TgqContext::qtable[64] |
Definition at line 44 of file eatgq.c.
Referenced by tgq_calculate_qtable(), tgq_dconly(), and tgq_decode_block().