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

Bit allocation. More...

Data Fields

int offset
 code values offset More...
 
int maxbits [8]
 max bits in VLC More...
 
int wrap
 wrap for get_vlc2() More...
 
VLC vlc [8]
 actual codes More...
 

Detailed Description

Bit allocation.

Definition at line 117 of file dcadec.c.

Field Documentation

int BitAlloc::offset

code values offset

Definition at line 118 of file dcadec.c.

Referenced by dca_init_vlcs(), and get_bitalloc().

int BitAlloc::maxbits[8]

max bits in VLC

Definition at line 119 of file dcadec.c.

int BitAlloc::wrap

wrap for get_vlc2()

Definition at line 120 of file dcadec.c.

Referenced by dca_init_vlcs(), and get_bitalloc().

VLC BitAlloc::vlc[8]

actual codes

Definition at line 121 of file dcadec.c.

Referenced by dca_init_vlcs(), and get_bitalloc().


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