Expand description

Arithmetic coding library

Structs

An arithmetic decoder

An arithmetic encoder

Enums

Errors that can occur during encoding/decoding

Traits

A trait for a type that can be used for the internal integer representation of an encoder or decoder

A Model is used to calculate the probability of a given symbol occuring in a sequence. The Model is used both for encoding and decoding.