Searched refs:kNumBitModelTotalBits (Results 1 – 7 of 7) sorted by relevance
7 public const int kNumBitModelTotalBits = 11; field8 public const uint kBitModelTotal = (1 << kNumBitModelTotalBits);29 uint newBound = (encoder.Range >> kNumBitModelTotalBits) * Prob; in Encode()52 const int kNumBits = (kNumBitModelTotalBits - kNumMoveReducingBits); in BitEncoder()73 public const int kNumBitModelTotalBits = 11; field74 public const uint kBitModelTotal = (1 << kNumBitModelTotalBits);91 uint newBound = (uint)(rangeDecoder.Range >> kNumBitModelTotalBits) * (uint)Prob; in Decode()
12 const int kNumBitModelTotalBits = 11; variable13 const UInt32 kBitModelTotal = (1 << kNumBitModelTotalBits);52 UInt32 newBound = (encoder->Range >> kNumBitModelTotalBits) * this->Prob; in Encode()85 UInt32 newBound = (decoder->Range >> kNumBitModelTotalBits) * this->Prob; in Decode()
8 static final int kNumBitModelTotalBits = 11; field in Encoder9 static final int kBitModelTotal = (1 << kNumBitModelTotalBits);105 int newBound = (Range >>> kNumBitModelTotalBits) * prob; in Encode()128 int kNumBits = (kNumBitModelTotalBits - kNumMoveReducingBits);
8 static final int kNumBitModelTotalBits = 11; field in Decoder9 static final int kBitModelTotal = (1 << kNumBitModelTotalBits);57 int newBound = (Range >>> kNumBitModelTotalBits) * prob; in DecodeBit()
18 #define kNumBitModelTotalBits 11 macro19 #define kBitModelTotal (1 << kNumBitModelTotalBits)29 #define IF_BIT_0(p) ttt = *(p); bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
11 #define kNumBitModelTotalBits 11 macro12 #define kBitModelTotal (1 << kNumBitModelTotalBits)19 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code…49 #define IF_BIT_0_CHECK(p) ttt = *(p); NORMALIZE_CHECK; bound = (range >> kNumBitModelTotalBits) * t…
36 #define kNumBitModelTotalBits 11 macro37 #define kBitModelTotal (1 << kNumBitModelTotalBits)555 UInt32 newBound = (p->range >> kNumBitModelTotalBits) * ttt; in RangeEnc_EncodeBit()619 … ProbPrices[i >> kNumMoveReducingBits] = ((kNumBitModelTotalBits << kCyclesBits) - 15 - bitCount); in LzmaEnc_InitPriceTables()