BitAlloc Struct Reference

Bit allocation. More...

Data Fields

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

Detailed Description

Bit allocation.

Definition at line 264 of file dca.c.

Field Documentation

int BitAlloc::maxbits[8]

max bits in VLC

Definition at line 266 of file dca.c.

int BitAlloc::offset

code values offset

Definition at line 265 of file dca.c.

Referenced by dca_init_vlcs(), and get_bitalloc().

VLC BitAlloc::vlc[8]

actual codes

Definition at line 268 of file dca.c.

Referenced by dca_init_vlcs(), and get_bitalloc().

int BitAlloc::wrap

wrap for get_vlc2()

Definition at line 267 of file dca.c.

Referenced by dca_init_vlcs(), and get_bitalloc().


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