Searched refs:kNumMoveBits (Results 1 – 4 of 4) sorted by relevance
15 #define kNumMoveBits 5 macro22 #define UPDATE_0(p) range = bound; *(p) = (CLzmaProb)(ttt + ((kBitModelTotal - ttt) >> kNumMoveBits…23 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CLzmaProb)(ttt - (ttt >> kNumMoveBits));
43 #define kNumMoveBits 5 macro609 ttt += (kBitModelTotal - ttt) >> kNumMoveBits; in RangeEnc_EncodeBit()615 ttt -= ttt >> kNumMoveBits; in RangeEnc_EncodeBit()
17 #define kNumMoveBits 5 macro24 #define UPDATE_0(p) range = bound; *(p) = (CLzmaProb)(ttt + ((kBitModelTotal - ttt) >> kNumMoveBits…25 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CLzmaProb)(ttt - (ttt >> kNumMoveBits));