Crate arithmetic_coding_core

Source
Expand description

Core traits for the arithmetic-coding crate

Modules§

fixed_length
Helper trait for creating fixed-length Models
max_length
Helper trait for creating fixed-length Models
one_shot
Helper trait for creating Models which only accept a single symbol

Traits§

BitStore
A trait for a type that can be used for the internal integer representation of an encoder or decoder
Model
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.