FFmpeg
|
Data Fields | |
AVFrame * | pic [6] |
int | current_pic |
int | moflex |
int | dct_tab_idx |
int | quantizer |
GetBitContext | gb |
uint8_t * | bitstream |
int | bitstream_size |
int | qtab [2][64] |
uint8_t | pre [32] |
MotionXY * | motion |
int | motion_size |
BswapDSPContext | bdsp |
Definition at line 254 of file mobiclip.c.
AVFrame* MobiClipContext::pic[6] |
Definition at line 255 of file mobiclip.c.
Referenced by mobiclip_close(), mobiclip_decode(), mobiclip_flush(), mobiclip_init(), and predict_motion().
int MobiClipContext::current_pic |
Definition at line 257 of file mobiclip.c.
Referenced by mobiclip_decode(), and predict_motion().
int MobiClipContext::moflex |
Definition at line 258 of file mobiclip.c.
Referenced by decode_macroblock(), mobiclip_decode(), and predict_motion().
int MobiClipContext::dct_tab_idx |
Definition at line 259 of file mobiclip.c.
Referenced by add_coefficients(), mobiclip_decode(), and read_run_encoding().
int MobiClipContext::quantizer |
Definition at line 260 of file mobiclip.c.
Referenced by mobiclip_decode(), and setup_qtables().
GetBitContext MobiClipContext::gb |
Definition at line 262 of file mobiclip.c.
Referenced by add_coefficients(), add_pframe_coefficients(), decode_macroblock(), get_prediction(), mobiclip_decode(), predict_intra(), predict_motion(), process_block(), and read_run_encoding().
uint8_t* MobiClipContext::bitstream |
Definition at line 264 of file mobiclip.c.
Referenced by mobiclip_close(), and mobiclip_decode().
int MobiClipContext::bitstream_size |
Definition at line 265 of file mobiclip.c.
Referenced by mobiclip_close(), and mobiclip_decode().
int MobiClipContext::qtab[2][64] |
Definition at line 267 of file mobiclip.c.
Referenced by add_coefficients(), and setup_qtables().
uint8_t MobiClipContext::pre[32] |
Definition at line 268 of file mobiclip.c.
Referenced by get_prediction(), and setup_qtables().
MotionXY* MobiClipContext::motion |
Definition at line 269 of file mobiclip.c.
Referenced by mobiclip_close(), mobiclip_decode(), mobiclip_init(), and predict_motion().
int MobiClipContext::motion_size |
Definition at line 270 of file mobiclip.c.
Referenced by mobiclip_close(), mobiclip_decode(), and mobiclip_init().
BswapDSPContext MobiClipContext::bdsp |
Definition at line 272 of file mobiclip.c.
Referenced by mobiclip_decode(), and mobiclip_init().