|
Paraslash Audio Streaming |
About News Download Documentation Development |
Data Fields | |
int | bits |
int16_t(* | table )[2] |
int | table_size |
int | table_allocated |
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().