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

#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
 

Detailed Description

Definition at line 31 of file msmpeg4dec.h.

Field Documentation

◆ m

MpegEncContext MSMP4DecContext::m

◆ bit_rate

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

◆ mv_table_index

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

◆ rl_table_index

int MSMP4DecContext::rl_table_index

◆ rl_chroma_table_index

int MSMP4DecContext::rl_chroma_table_index

◆ dc_table_index

int MSMP4DecContext::dc_table_index

Definition at line 37 of file msmpeg4dec.h.

Referenced by ff_msmpeg4_decode_picture_header(), and msmpeg4_decode_dc().

◆ use_skip_mb_code

int MSMP4DecContext::use_skip_mb_code

◆ per_mb_rl_table

int MSMP4DecContext::per_mb_rl_table

◆ esc3_level_length

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

◆ esc3_run_length

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


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