FFmpeg
|
Data Fields | |
MpegEncContext | s |
BswapDSPContext | bsdsp |
void * | bitstream_buf |
unsigned int | bitstream_buf_size |
int16_t | block [6][64] |
MpegEncContext TqiContext::s |
Definition at line 41 of file eatqi.c.
Referenced by tqi_decode_frame(), tqi_decode_init(), and tqi_idct_put().
BswapDSPContext TqiContext::bsdsp |
Definition at line 42 of file eatqi.c.
Referenced by tqi_decode_frame(), and tqi_decode_init().
void* TqiContext::bitstream_buf |
Definition at line 43 of file eatqi.c.
Referenced by tqi_decode_end(), and tqi_decode_frame().
unsigned int TqiContext::bitstream_buf_size |
Definition at line 44 of file eatqi.c.
Referenced by tqi_decode_frame().
int16_t TqiContext::block[6][64] |
Definition at line 45 of file eatqi.c.
Referenced by tqi_decode_frame().