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 | |
Definition at line 146 of file dca.c.
| int BitAlloc::maxbits[8] |
| int BitAlloc::offset |
code values offset
Definition at line 147 of file dca.c.
Referenced by dca_init_vlcs(), and get_bitalloc().
| VLC BitAlloc::vlc[8] |
actual codes
Definition at line 150 of file dca.c.
Referenced by dca_init_vlcs(), and get_bitalloc().
| int BitAlloc::wrap |
wrap for get_vlc2()
Definition at line 149 of file dca.c.
Referenced by dca_init_vlcs(), and get_bitalloc().
1.5.8