libopenraw
|
Public Member Functions | |
HuffmanDecoder (const HuffmanNode *const) | |
void | printTable () const |
unsigned int | decode (BitIterator &i) |
Definition at line 37 of file huffman.hpp.
OpenRaw::Internals::HuffmanDecoder::HuffmanDecoder | ( | const HuffmanNode * const | p | ) |
Definition at line 41 of file huffman.cpp.
unsigned int OpenRaw::Internals::HuffmanDecoder::decode | ( | BitIterator & | i | ) |
Definition at line 50 of file huffman.cpp.
void OpenRaw::Internals::HuffmanDecoder::printTable | ( | ) | const |
Definition at line 45 of file huffman.cpp.