Searched defs:numMoveBits (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CS/7zip/Compress/RangeCoder/
H A DRangeCoderBit.cs79 public void UpdateModel(int numMoveBits, uint symbol) argument
82 Prob += (kBitModelTotal - Prob) >> numMoveBits;
84 Prob -= (Prob) >> numMoveBits;

Completed in 351 milliseconds