pub type SmallRangeDecoder<Backend> = RangeDecoder<u16, u32, Backend>;
Expand description

Type alias for a RangeDecoder for use with lookup models

This encoder has a smaller word size and internal state than DefaultRangeDecoder. It is optimized for use with lookup entropy models, in particular with a SmallContiguousLookupDecoderModel or a SmallNonContiguousLookupDecoderModel.

Examples

See SmallContiguousLookupDecoderModel and SmallNonContiguousLookupDecoderModel.

See also

Aliased Type§

struct SmallRangeDecoder<Backend> { /* private fields */ }