FFmpeg
|
#include <wma.h>
Data Fields | |
int | n |
total number of codes | |
int | max_level |
const uint32_t * | huffcodes |
VLC bit values. | |
const uint8_t * | huffbits |
VLC bit size. | |
const uint16_t * | levels |
table to build run/level tables | |
int CoefVLCTable::n |
const uint32_t* CoefVLCTable::huffcodes |
VLC bit values.
Definition at line 61 of file wma.h.
Referenced by encode_block(), and init_coef_vlc().
const uint8_t* CoefVLCTable::huffbits |
VLC bit size.
Definition at line 62 of file wma.h.
Referenced by encode_block(), and init_coef_vlc().
const uint16_t* CoefVLCTable::levels |