|
xoreos
0.0.5
|
Data structure for decoding and translating Huffman'd data. More...
Public Member Functions | |
| Huffman () | |
Public Attributes | |
| int | index |
| Index of the Huffman codebook to use. More... | |
| byte | symbols [16] |
| Huffman symbol => Bink symbol translation list. More... | |
| Video::Bink::BinkVideoTrack::Huffman::Huffman | ( | ) |
| int Video::Bink::BinkVideoTrack::Huffman::index |
Index of the Huffman codebook to use.
Definition at line 246 of file bink.h.
Referenced by Video::Bink::BinkVideoTrack::getHuffmanSymbol(), and Video::Bink::BinkVideoTrack::readHuffman().
| byte Video::Bink::BinkVideoTrack::Huffman::symbols[16] |
Huffman symbol => Bink symbol translation list.
Definition at line 247 of file bink.h.
Referenced by Video::Bink::BinkVideoTrack::getHuffmanSymbol(), Huffman(), and Video::Bink::BinkVideoTrack::readHuffman().
1.8.14