Expand description
The Decoder half of the arithmetic coding library.
Structsยง
- Decode
Iter - The iterator returned by the [
Model::decode_all] method - Decoder
- An arithmetic decoder
- State
- A convenience struct which stores the internal state of an
Decoder.