xoreos
0.0.5
|
This is the complete list of members for Common::Huffman, including all inherited members.
_codes | Common::Huffman | private |
_symbols | Common::Huffman | private |
CodeList typedef | Common::Huffman | private |
CodeLists typedef | Common::Huffman | private |
getSymbol(BitStream &bits) const | Common::Huffman | |
Huffman(uint8 maxLength, size_t codeCount, const uint32 *codes, const uint8 *lengths, const uint32 *symbols=0) | Common::Huffman | |
Huffman(const HuffmanTable &table) | Common::Huffman | |
init(uint8 maxLength, size_t codeCount, const uint32 *codes, const uint8 *lengths, const uint32 *symbols) | Common::Huffman | private |
setSymbols(const uint32 *symbols=0) | Common::Huffman | |
SymbolList typedef | Common::Huffman | private |
~Huffman() | Common::Huffman |