FFmpeg
|
#include <msmpeg4dec.h>
Data Fields | |
MpegEncContext | m |
int | bit_rate |
int | mv_table_index |
int | rl_table_index |
int | rl_chroma_table_index |
int | dc_table_index |
int | use_skip_mb_code |
int | per_mb_rl_table |
int | esc3_level_length |
int | esc3_run_length |
Definition at line 31 of file msmpeg4dec.h.
MpegEncContext MSMP4DecContext::m |
Definition at line 32 of file msmpeg4dec.h.
Referenced by ff_msmpeg4_decode_block(), ff_msmpeg4_decode_motion(), and msmpeg4_decode_dc().
int MSMP4DecContext::bit_rate |
Definition at line 33 of file msmpeg4dec.h.
Referenced by ff_msmpeg4_decode_ext_header(), and ff_msmpeg4_decode_picture_header().
int MSMP4DecContext::mv_table_index |
Definition at line 34 of file msmpeg4dec.h.
Referenced by ff_msmpeg4_decode_motion(), and ff_msmpeg4_decode_picture_header().
int MSMP4DecContext::rl_table_index |
Definition at line 35 of file msmpeg4dec.h.
Referenced by ff_msmpeg4_decode_block(), ff_msmpeg4_decode_picture_header(), msmpeg4v34_decode_mb(), and wmv2_decode_mb().
int MSMP4DecContext::rl_chroma_table_index |
Definition at line 36 of file msmpeg4dec.h.
Referenced by ff_msmpeg4_decode_block(), ff_msmpeg4_decode_picture_header(), msmpeg4v34_decode_mb(), and wmv2_decode_mb().
int MSMP4DecContext::dc_table_index |
Definition at line 37 of file msmpeg4dec.h.
Referenced by ff_msmpeg4_decode_picture_header(), and msmpeg4_decode_dc().
int MSMP4DecContext::use_skip_mb_code |
Definition at line 38 of file msmpeg4dec.h.
Referenced by ff_msmpeg4_decode_picture_header(), msmpeg4v12_decode_mb(), and msmpeg4v34_decode_mb().
int MSMP4DecContext::per_mb_rl_table |
Definition at line 39 of file msmpeg4dec.h.
Referenced by ff_msmpeg4_decode_picture_header(), msmpeg4v34_decode_mb(), and wmv2_decode_mb().
int MSMP4DecContext::esc3_level_length |
Definition at line 40 of file msmpeg4dec.h.
Referenced by ff_msmpeg4_decode_block(), and ff_msmpeg4_decode_picture_header().
int MSMP4DecContext::esc3_run_length |
Definition at line 41 of file msmpeg4dec.h.
Referenced by ff_msmpeg4_decode_block(), and ff_msmpeg4_decode_picture_header().