Octane v1.01.20 - The Open Compression Toolkit for C++ | http://octane.sourceforge.net/ |
Definition in file huffmancoder.hpp.
#include "huffmannodes.hpp"
#include "../coder.hpp"
#include "../../modelers/modeler.hpp"
Go to the source code of this file.
Compounds | |
class | HuffmanCoder |
During compression, the job of the Coder class is use probability information from the modeler to figure out the optimal bitcodes to use when writing symbols into the output stream. More... |