Searched refs:kTopValue (Results 1 – 11 of 11) sorted by relevance
7 public const uint kTopValue = (1 << 24); field in SevenZip.Compression.RangeCoder.Encoder58 while (Range < kTopValue) in Encode()89 if (Range < kTopValue) in EncodeDirectBits()107 while (Range < kTopValue) in EncodeBit()124 public const uint kTopValue = (1 << 24); field in SevenZip.Compression.RangeCoder.Decoder154 while (Range < kTopValue) in Normalize()163 if (Range < kTopValue) in Normalize2()202 if (range < kTopValue) in DecodeDirectBits()
41 if (encoder.Range < Encoder.kTopValue) in Encode()96 if (rangeDecoder.Range < Decoder.kTopValue) in Decode()108 if (rangeDecoder.Range < Decoder.kTopValue) in Decode()
14 const UInt32 kTopValue = (1 << kNumTopBits); variable49 while (Range < kTopValue) in Encode()79 if (Range < kTopValue) in EncodeDirectBits()97 while (Range < kTopValue) in EncodeBit()117 while (Range < kTopValue) in Normalize()166 if (range < kTopValue) in DecodeDirectBits()
64 if (encoder->Range < kTopValue) in Encode()90 if (decoder->Range < kTopValue) in Decode()102 if (decoder->Range < kTopValue) in Decode()
9 #define kTopValue (1 << 24) macro40 while (p->Range < kTopValue) in RangeEnc_Encode()50 while (p->Range < kTopValue) in RangeEnc_EncodeBit_0()62 while (p->Range < kTopValue) in RangeEnc_EncodeBit_1()
9 #define kTopValue (1 << 24) macro31 if (p->Range < kTopValue) in Range_Normalize()35 if (p->Range < kTopValue) in Range_Normalize()
18 #define kTopValue ((UInt32)1 << kNumTopBits) macro29 #define NORMALIZE if (range < kTopValue) { RC_TEST; range <<= 8; code = (code << 8) | RC_READ_BYTE;…
11 #define kTopValue ((UInt32)1 << kNumTopBits) macro19 #define NORMALIZE if (range < kTopValue) { range <<= 8; code = (code << 8) | (*buf++); }56 #define NORMALIZE_CHECK if (range < kTopValue) { if (buf >= bufLimit) return DUMMY_ERROR; range <<=…
36 #define kTopValue ((UInt32)1 << kNumTopBits) macro553 if (p->range < kTopValue) in RangeEnc_EncodeDirectBits()578 if (p->range < kTopValue) in RangeEnc_EncodeBit()
167 #define kTopValue ((UInt32)1 << 24) macro171 if (Range < kTopValue) in Normalize()
390 #define kTopValue ((UInt32)1 << 24)394 if (Range < kTopValue)