Expand description
Entropy coding — binary arithmetic coder (12-bit precision, carry-free).
Phase 2: PAQ8-style binary arithmetic encoder/decoder.
Re-exports§
pub use arithmetic::ArithmeticDecoder;pub use arithmetic::ArithmeticEncoder;
Modules§
- arithmetic
- Binary Arithmetic Coder — PAQ8-style, 12-bit precision, carry-free.