tudocomp
– The TU Dortmund Compression Framework
|
#include <HuffmanCoder.hpp>
Public Attributes | |
OrderedMapFromEffective | m_ordered_map_from_effective |
size_t | m_effective_alphabet_size |
Numl | m_numl |
size_t | m_longest |
size_t | m_real_alphabet_size |
Definition at line 189 of file compressors/esp/HuffmanCoder.hpp.
size_t tdc::esp::huff2::Huffmantable::m_effective_alphabet_size |
Definition at line 191 of file compressors/esp/HuffmanCoder.hpp.
size_t tdc::esp::huff2::Huffmantable::m_longest |
Definition at line 193 of file compressors/esp/HuffmanCoder.hpp.
Numl tdc::esp::huff2::Huffmantable::m_numl |
Definition at line 192 of file compressors/esp/HuffmanCoder.hpp.
OrderedMapFromEffective tdc::esp::huff2::Huffmantable::m_ordered_map_from_effective |
Definition at line 190 of file compressors/esp/HuffmanCoder.hpp.
size_t tdc::esp::huff2::Huffmantable::m_real_alphabet_size |
Definition at line 194 of file compressors/esp/HuffmanCoder.hpp.