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

#include <dcahuff.h>

Data Fields

int offset
 Code values offset. More...
 
int max_depth
 Parameter for get_vlc2() More...
 
VLC vlc [7]
 Actual codes. More...
 

Detailed Description

Definition at line 33 of file dcahuff.h.

Field Documentation

int DCAVLC::offset

Code values offset.

Definition at line 34 of file dcahuff.h.

Referenced by dca_get_vlc(), and ff_dca_init_vlcs().

int DCAVLC::max_depth

Parameter for get_vlc2()

Definition at line 35 of file dcahuff.h.

Referenced by dca_get_vlc(), and ff_dca_init_vlcs().

VLC DCAVLC::vlc[7]

Actual codes.

Definition at line 36 of file dcahuff.h.

Referenced by dca_get_vlc(), and ff_dca_init_vlcs().


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