xoreos
0.0.5
|
Parameters for Huffman'd WMA coefficient codes. More...
#include <wmadata.h>
Public Attributes | |
int | n |
Number of codes. More... | |
int | maxLevel |
const uint32 * | huffCodes |
Bit values. More... | |
const uint8 * | huffBits |
Bit sizes. More... | |
const uint16 * | levels |
Table to build run/level tables. More... | |
const uint8* Sound::WMACoefHuffmanParam::huffBits |
Bit sizes.
Definition at line 1378 of file wmadata.h.
Referenced by Sound::WMACodec::initCoefHuffman().
const uint32* Sound::WMACoefHuffmanParam::huffCodes |
Bit values.
Definition at line 1377 of file wmadata.h.
Referenced by Sound::WMACodec::initCoefHuffman().
const uint16* Sound::WMACoefHuffmanParam::levels |
Table to build run/level tables.
Definition at line 1379 of file wmadata.h.
Referenced by Sound::WMACodec::initCoefHuffman().
int Sound::WMACoefHuffmanParam::n |
Number of codes.
Definition at line 1373 of file wmadata.h.
Referenced by Sound::WMACodec::initCoefHuffman().