FFmpeg
|
Data Fields | |
AVCodecContext * | avctx |
GetBitContext | gb |
BlockDSPContext | bdsp |
BswapDSPContext | bsdsp |
IDCTDSPContext | idsp |
ScanTable | intra_scantable |
void * | bitstream_buf |
unsigned int | bitstream_buf_size |
int | mb_x |
int | mb_y |
uint16_t | intra_matrix [64] |
int | last_dc [3] |
int16_t | block [6][64] |
AVCodecContext* TqiContext::avctx |
Definition at line 40 of file eatqi.c.
Referenced by tqi_decode_frame(), and tqi_decode_mb().
GetBitContext TqiContext::gb |
Definition at line 41 of file eatqi.c.
Referenced by tqi_decode_frame(), and tqi_decode_mb().
BlockDSPContext TqiContext::bdsp |
Definition at line 42 of file eatqi.c.
Referenced by tqi_decode_init(), and tqi_decode_mb().
BswapDSPContext TqiContext::bsdsp |
Definition at line 43 of file eatqi.c.
Referenced by tqi_decode_frame(), and tqi_decode_init().
IDCTDSPContext TqiContext::idsp |
Definition at line 44 of file eatqi.c.
Referenced by tqi_decode_init().
ScanTable TqiContext::intra_scantable |
Definition at line 45 of file eatqi.c.
Referenced by tqi_decode_init(), and tqi_decode_mb().
void* TqiContext::bitstream_buf |
Definition at line 47 of file eatqi.c.
Referenced by tqi_decode_end(), and tqi_decode_frame().
unsigned int TqiContext::bitstream_buf_size |
Definition at line 48 of file eatqi.c.
Referenced by tqi_decode_frame().
int TqiContext::mb_x |
Definition at line 50 of file eatqi.c.
Referenced by tqi_decode_frame(), tqi_decode_mb(), and tqi_idct_put().
int TqiContext::mb_y |
Definition at line 50 of file eatqi.c.
Referenced by tqi_decode_frame(), tqi_decode_mb(), and tqi_idct_put().
uint16_t TqiContext::intra_matrix[64] |
Definition at line 51 of file eatqi.c.
Referenced by tqi_calculate_qtable(), and tqi_decode_mb().
int TqiContext::last_dc[3] |
Definition at line 52 of file eatqi.c.
Referenced by tqi_decode_frame(), and tqi_decode_mb().
int16_t TqiContext::block[6][64] |
Definition at line 54 of file eatqi.c.
Referenced by tqi_decode_frame().