Crate simple_arithmetic_coding

Source

Structs§

ArithmeticStreamDecoder
Convenience iterator for arithmetic decoding. Panics if IO errors occur during next. Take care that you know what you’re doing when using iterator methods on this, such as filter or step_by, etc.
ArithmeticStreamEncoder
Convenience iterator for arithmetic encoding. Panics if IO errors occur during next. Take care that you know what you’re doing when using iterator methods on this, such as filter or step_by, etc.

Functions§

decode_routine
The decoding routine for arithmetic coding. Takes an input and an output.
encode_routine
The encoding routine for arithmetic coding. Takes an input and an output.