Arithmetic coding library
An arithmetic decoder
An arithmetic encoder
Errors that can occur during encoding/decoding
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.
Model