Octane v1.01.20 - The Open Compression Toolkit for C++ | http://octane.sourceforge.net/ |
During decompression, the coder is responsible for reading bitcodes from the input and providing a stream of symbol numbers to the compressor.
Compounds | |
class | OctaneCoder |
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... | |
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... | |
class | SampleCoder |
The Sample Coder is useful only as an example of how coders work. More... |