FFmpeg
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
MSMPEG4EncContext Struct Reference

#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...
 

Detailed Description

Definition at line 29 of file msmpeg4enc.h.

Field Documentation

◆ m

MPVMainEncContext MSMPEG4EncContext::m

Definition at line 30 of file msmpeg4enc.h.

Referenced by ff_msmpeg4_encode_motion(), find_best_tables(), and msmpeg4_encode_dc().

◆ mv_table_index

int MSMPEG4EncContext::mv_table_index

◆ rl_table_index

int MSMPEG4EncContext::rl_table_index

◆ rl_chroma_table_index

int MSMPEG4EncContext::rl_chroma_table_index

◆ dc_table_index

int MSMPEG4EncContext::dc_table_index

◆ use_skip_mb_code

int MSMPEG4EncContext::use_skip_mb_code

Definition at line 36 of file msmpeg4enc.h.

Referenced by msmpeg4_encode_mb(), and msmpeg4_encode_picture_header().

◆ per_mb_rl_table

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().

◆ esc3_run_length

int MSMPEG4EncContext::esc3_run_length

◆ ac_stats

unsigned MSMPEG4EncContext::ac_stats[2][2][MAX_LEVEL+1][MAX_RUN+1][2]

[mb_intra][isChroma][level][run][last]

Definition at line 41 of file msmpeg4enc.h.

Referenced by ff_msmpeg4_encode_block(), and find_best_tables().


The documentation for this struct was generated from the following file: