Arithmetic coding tutorial code  1
AC
Macros | Variables
arith_code_config.hh File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define AC_QUARTER_ZOOM
 
#define AC_representation_bitsize   31
 the number of bits to represent the intervals More...
 
#define AC_QUARTER_ZOOM
 enable central zoom More...
 

Variables

const int NO_SYMBOL = -1
 value that represents a non symbol More...
 
const int FLUSH_SYMBOL = -2
 
const int MIN_SYMBOL = 0
 

Macro Definition Documentation

◆ AC_QUARTER_ZOOM [1/2]

#define AC_QUARTER_ZOOM

◆ AC_QUARTER_ZOOM [2/2]

#define AC_QUARTER_ZOOM

enable central zoom

◆ AC_representation_bitsize

#define AC_representation_bitsize   31

the number of bits to represent the intervals

Variable Documentation

◆ FLUSH_SYMBOL

const int FLUSH_SYMBOL = -2

value that represents a succeful deflushing (note that this symbol is not counted in the internal count of symbols)

◆ MIN_SYMBOL

const int MIN_SYMBOL = 0

minimum value for a symbol, 0 is the common choice for computer programs, 1 is the common choice for people

◆ NO_SYMBOL

const int NO_SYMBOL = -1

value that represents a non symbol