Kicking it Olde Sküül! Burgerlib on Github Follow Olde Sküül on Twitter Burgerbecky on LinkedIn Burgerbecky on LinkedIn
Loading...
Searching...
No Matches
Public Attributes | List of all members
Burger::DecompressMP3::HuffmanCodeHeader_t Struct Reference

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_tm_pBitPatterns
 Pointer to the array of Huffman bit patterns.
 
const uint8_tm_uBitLength
 Pointer to the array of lengths of bits.
 

Member Data Documentation

◆ m_pBitPatterns

const uint16_t* Burger::DecompressMP3::HuffmanCodeHeader_t::m_pBitPatterns

Pointer to the array of Huffman bit patterns.

◆ m_uBitLength

const uint8_t* Burger::DecompressMP3::HuffmanCodeHeader_t::m_uBitLength

Pointer to the array of lengths of bits.

◆ m_uMaxBitLength

uint_t Burger::DecompressMP3::HuffmanCodeHeader_t::m_uMaxBitLength

Maximum number of bits in the bit stream.

◆ m_uTableSize

uint_t Burger::DecompressMP3::HuffmanCodeHeader_t::m_uTableSize

Size of the table for the X and Y axis.