FFmpeg
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 36 of file dcahuff.h.

Field Documentation

◆ offset

int DCAVLC::offset

Code values offset.

Definition at line 37 of file dcahuff.h.

Referenced by dca_get_vlc(), and ff_dca_init_vlcs().

◆ max_depth

int DCAVLC::max_depth

Parameter for get_vlc2()

Definition at line 38 of file dcahuff.h.

Referenced by dca_get_vlc(), and ff_dca_init_vlcs().

◆ vlc

VLC DCAVLC::vlc[7]

Actual codes.

Definition at line 39 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: