|
FFmpeg
|
#include <msmpeg4dec.h>
Data Fields | |
| H263DecContext | h |
| int | bit_rate |
| int | flipflop_rounding |
| 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 32 of file msmpeg4dec.h.
| H263DecContext MSMP4DecContext::h |
Definition at line 33 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 34 of file msmpeg4dec.h.
Referenced by ff_msmpeg4_decode_ext_header(), and msmpeg4_decode_picture_header().
| int MSMP4DecContext::flipflop_rounding |
Definition at line 35 of file msmpeg4dec.h.
Referenced by ff_msmpeg4_decode_ext_header(), and msmpeg4_decode_picture_header().
| int MSMP4DecContext::mv_table_index |
Definition at line 36 of file msmpeg4dec.h.
Referenced by ff_msmpeg4_decode_motion(), and msmpeg4_decode_picture_header().
| int MSMP4DecContext::rl_table_index |
Definition at line 37 of file msmpeg4dec.h.
Referenced by ff_msmpeg4_decode_block(), msmpeg4_decode_picture_header(), msmpeg4v34_decode_mb(), and wmv2_decode_mb().
| int MSMP4DecContext::rl_chroma_table_index |
Definition at line 38 of file msmpeg4dec.h.
Referenced by ff_msmpeg4_decode_block(), msmpeg4_decode_picture_header(), msmpeg4v34_decode_mb(), and wmv2_decode_mb().
| int MSMP4DecContext::dc_table_index |
Definition at line 39 of file msmpeg4dec.h.
Referenced by msmpeg4_decode_dc(), and msmpeg4_decode_picture_header().
| int MSMP4DecContext::use_skip_mb_code |
Definition at line 40 of file msmpeg4dec.h.
Referenced by msmpeg4_decode_picture_header(), msmpeg4v12_decode_mb(), and msmpeg4v34_decode_mb().
| int MSMP4DecContext::per_mb_rl_table |
Definition at line 41 of file msmpeg4dec.h.
Referenced by msmpeg4_decode_picture_header(), msmpeg4v34_decode_mb(), and wmv2_decode_mb().
| int MSMP4DecContext::esc3_level_length |
Definition at line 42 of file msmpeg4dec.h.
Referenced by ff_msmpeg4_decode_block(), and msmpeg4_decode_picture_header().
| int MSMP4DecContext::esc3_run_length |
Definition at line 43 of file msmpeg4dec.h.
Referenced by ff_msmpeg4_decode_block(), and msmpeg4_decode_picture_header().
1.8.17