TgqContext Struct Reference

Data Fields

AVCodecContextavctx
DSPContext dsp
AVFrame frame
int width
int height
ScanTable scantable
int qtable [64]
DCTELEM block [6][64]
GetByteContext gb

Detailed Description

Definition at line 38 of file eatgq.c.

Field Documentation

DCTELEM TgqContext::block[6][64]

Definition at line 45 of file eatgq.c.

Referenced by tgq_decode_mb().

DSPContext TgqContext::dsp

Definition at line 40 of file eatgq.c.

Referenced by tgq_decode_init(), and tgq_idct_put_mb().

AVFrame TgqContext::frame

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().

GetByteContext TgqContext::gb

Definition at line 46 of file eatgq.c.

Referenced by tgq_decode_frame(), and tgq_decode_mb().

int TgqContext::height

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().

ScanTable TgqContext::scantable

Definition at line 43 of file eatgq.c.

Referenced by tgq_decode_block(), and tgq_decode_init().

int TgqContext::width

Definition at line 42 of file eatgq.c.

Referenced by tgq_decode_frame().


The documentation for this struct was generated from the following file: