Module arithmetic_decoder

Module arithmetic_decoder 

Source
Expand description

Arithmetic Decoder tools

Structs§

ArithmeticBitModel
Arithmetic Bit Model
ArithmeticDecoder
https://github.com/LASzip/LASzip/blob/master/src/arithmeticdecoder.cpp
ArithmeticModel
Arithmetic Model

Enums§

Corrector
A “Corrector” wrapper that handles two type of arithmetic models

Constants§

AC_BUFFER_SIZE
The buffer size
AC_HEADER_BYTE
The header byte for arithmetic coding
AC_MAX_LENGTH
maximum AC interval length
AC_MIN_LENGTH
threshold for renormalization
BM_LENGTH_SHIFT
length bits discarded before mult
BM_MAX_COUNT
for adaptive models
DM_LENGTH_SHIFT
length bits discarded before mult
DM_MAX_COUNT
for adaptive models