KASKADE 7 development version
|
Range coder for fast entropy coding. More...
#include <algorithm>
#include <cassert>
#include <exception>
#include <ios>
#include <limits>
#include <numeric>
#include <vector>
Go to the source code of this file.
Classes | |
class | RangeCoder< UInt > |
Base class for entropy coding with range encoder and decoder. More... | |
class | RangeEncoder< UInt > |
Entropy coding with range encoder. More... | |
class | RangeDecoder< UInt > |
Entropy coding with range decoder. More... | |
class | Alphabet< UInt > |
A simple alphabet of symbols with frequencies to be used with the range coder. More... | |
Range coder for fast entropy coding.
Definition in file rangecoder.hh.