Paraslash Audio Streaming | |
About News Download Documentation Development |
A variable length code table. More...
#include <bitstream.h>
Data Fields | |
int | bits |
Number of bits of the table. More... | |
int16_t(* | table )[2] |
The code and the bits table. More... | |
int | table_size |
The size of the table. More... | |
int | table_allocated |
Amount of memory allocated so far. More... | |
A variable length code table.
int bits |
Number of bits of the table.
Referenced by init_vlc().
int16_t(* table)[2] |
The code and the bits table.
Referenced by free_vlc(), and init_vlc().
int table_size |
The size of the table.
Referenced by init_vlc().
int table_allocated |
Amount of memory allocated so far.
Referenced by init_vlc().