Crate cabac
Source - debug
- Debug implementation of the cabac reader and writer.
- fpaq0
- Implementation of the FPAQ0 algorithm.
- fpaq0parallel
- Special version of FPaq0 that allows for parallel encoding and decoding.
- h265
- H.264/H.265 binary encoder. Uses a 6 bit state to track probabilities.
- perf
- Internal performance tests for the various entropy coders.
- rans32
- 32 bit rANS implementation.
- vp8
- Based on the Google VP8 codec as used by the JPEG Lepton compressor.
- CabacReader
- implementation of a context aware binary arithmetic decoder
- CabacWriter
- implementation of a context aware binary arithmetic encoder