FFmpeg
|
#include <msmpeg4enc.h>
Data Fields | |
MPVMainEncContext | m |
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_run_length |
unsigned | ac_stats [2][2][MAX_LEVEL+1][MAX_RUN+1][2] |
[mb_intra][isChroma][level][run][last] More... | |
Definition at line 29 of file msmpeg4enc.h.
MPVMainEncContext MSMPEG4EncContext::m |
Definition at line 30 of file msmpeg4enc.h.
Referenced by ff_msmpeg4_encode_motion(), find_best_tables(), and msmpeg4_encode_dc().
int MSMPEG4EncContext::mv_table_index |
Definition at line 32 of file msmpeg4enc.h.
Referenced by ff_msmpeg4_encode_motion(), msmpeg4_encode_picture_header(), and wmv2_encode_picture_header().
int MSMPEG4EncContext::rl_table_index |
Definition at line 33 of file msmpeg4enc.h.
Referenced by ff_msmpeg4_encode_block(), find_best_tables(), msmpeg4_encode_picture_header(), and wmv2_encode_picture_header().
int MSMPEG4EncContext::rl_chroma_table_index |
Definition at line 34 of file msmpeg4enc.h.
Referenced by ff_msmpeg4_encode_block(), find_best_tables(), msmpeg4_encode_picture_header(), and wmv2_encode_picture_header().
int MSMPEG4EncContext::dc_table_index |
Definition at line 35 of file msmpeg4enc.h.
Referenced by msmpeg4_encode_dc(), msmpeg4_encode_picture_header(), and wmv2_encode_picture_header().
int MSMPEG4EncContext::use_skip_mb_code |
Definition at line 36 of file msmpeg4enc.h.
Referenced by msmpeg4_encode_mb(), and msmpeg4_encode_picture_header().
int MSMPEG4EncContext::per_mb_rl_table |
Definition at line 37 of file msmpeg4enc.h.
Referenced by msmpeg4_encode_picture_header(), and wmv2_encode_picture_header().
int MSMPEG4EncContext::esc3_run_length |
Definition at line 38 of file msmpeg4enc.h.
Referenced by ff_msmpeg4_encode_block(), msmpeg4_encode_picture_header(), and wmv2_encode_picture_header().
[mb_intra][isChroma][level][run][last]
Definition at line 41 of file msmpeg4enc.h.
Referenced by ff_msmpeg4_encode_block(), and find_best_tables().