[−][src]Module compress::entropy::ari::bin
Binary models for the arithmetic coder. The simplicity of the domain allows for normalized updates in place using bit shifts.
Links
Example
Credit
Structs
Model | A binary value frequency model |
SumProxy | A proxy model for the combination of two binary models using equation: (wa * A + wb * B) >> ws |