pub type SmallContiguousCategoricalEntropyModel<Table = Vec<u16>> = ContiguousCategoricalEntropyModel<u16, Table, 12>;
Expand description

Type alias for a ContiguousCategoricalEntropyModel optimized for compatibility with lookup decoder models.

See:

Aliased Type§

struct SmallContiguousCategoricalEntropyModel<Table = Vec<u16>> { /* private fields */ }