|
xoreos
0.0.5
|
#include <huffman.h>
Public Attributes | |
| uint8 | maxLength |
| Maximal code length. If 0, it's searched for. More... | |
| size_t | codeCount |
| Number of codes. More... | |
| const uint32 * | codes |
| The actual codes. More... | |
| const uint8 * | lengths |
| The lengths of the individual codes. More... | |
| const uint32 * | symbols |
| The symbols, 0 if identical to the codes. More... | |
| size_t Common::HuffmanTable::codeCount |
| const uint32* Common::HuffmanTable::codes |
The actual codes.
Definition at line 41 of file huffman.h.
Referenced by Common::Huffman::Huffman().
| const uint8* Common::HuffmanTable::lengths |
The lengths of the individual codes.
Definition at line 42 of file huffman.h.
Referenced by Common::Huffman::Huffman().
| uint8 Common::HuffmanTable::maxLength |
Maximal code length. If 0, it's searched for.
Definition at line 38 of file huffman.h.
Referenced by Common::Huffman::Huffman().
| const uint32* Common::HuffmanTable::symbols |
The symbols, 0 if identical to the codes.
Definition at line 43 of file huffman.h.
Referenced by Common::Huffman::Huffman().
1.8.14