Public Member Functions | |
DECLARE_ALIGNED (16, DCTELEM, block)[6][64] | |
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.
TgqContext::DECLARE_ALIGNED | ( | 16 | , | |
DCTELEM | , | |||
block | ||||
) |
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 40 of file eatgq.c.
Referenced by tgq_decode_init(), and tgq_idct_put_mb().
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().
Definition at line 42 of file eatgq.c.
Referenced by tgq_decode_frame().
int TgqContext::qtable[64] |
Definition at line 44 of file eatgq.c.
Referenced by tgq_calculate_qtable(), tgq_dconly(), and tgq_decode_block().
Definition at line 43 of file eatgq.c.
Referenced by tgq_decode_block(), and tgq_decode_init().
Definition at line 42 of file eatgq.c.
Referenced by tgq_decode_frame().