Searched refs:kNumMoveBits (Results 1 – 2 of 2) sorted by relevance
20 #define kNumMoveBits 5 macro27 #define UPDATE_0(p) range = bound; *(p) = (CLzmaProb)(ttt + ((kBitModelTotal - ttt) >> kNumMoveBits…28 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CLzmaProb)(ttt - (ttt >> kNumMoveBits));
43 #define kNumMoveBits 5 macro579 ttt += (kBitModelTotal - ttt) >> kNumMoveBits; in RangeEnc_EncodeBit()585 ttt -= ttt >> kNumMoveBits; in RangeEnc_EncodeBit()