KASKADE 7 development version
Classes
rangecoder.hh File Reference

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...
 

Detailed Description

Range coder for fast entropy coding.

Author
Martin Weiser

Definition in file rangecoder.hh.