Public Attributes | |
uint_t | m_uTableSize |
Size of the table for the X and Y axis. | |
uint_t | m_uMaxBitLength |
Maximum number of bits in the bit stream. | |
const uint16_t * | m_pBitPatterns |
Pointer to the array of Huffman bit patterns. | |
const uint8_t * | m_uBitLength |
Pointer to the array of lengths of bits. | |
const uint16_t* Burger::DecompressMP3::HuffmanCodeHeader_t::m_pBitPatterns |
Pointer to the array of Huffman bit patterns.
const uint8_t* Burger::DecompressMP3::HuffmanCodeHeader_t::m_uBitLength |
Pointer to the array of lengths of bits.
uint_t Burger::DecompressMP3::HuffmanCodeHeader_t::m_uMaxBitLength |
Maximum number of bits in the bit stream.
uint_t Burger::DecompressMP3::HuffmanCodeHeader_t::m_uTableSize |
Size of the table for the X and Y axis.