pub type SmallAnsCoder<Backend = Vec<u16>> = AnsCoder<u16, u32, Backend>;
Expand description

Type alias for an AnsCoder for use with a LookupDecoderModel

This encoder has a smaller word size and internal state than AnsCoder. It is optimized for use with a LookupDecoderModel.

Examples

See SmallContiguousLookupDecoderModel.

Aliased Type§

struct SmallAnsCoder<Backend = Vec<u16>> { /* private fields */ }