Searched refs:numDirectBits (Results 1 – 1 of 1) sorted by relevance
321 int numDirectBits = (int)(((distance >> 1) - 1)); in LzmaDec_DecodeReal() local325 distance <<= numDirectBits; in LzmaDec_DecodeReal()335 while (--numDirectBits != 0); in LzmaDec_DecodeReal()340 numDirectBits -= kNumAlignBits; in LzmaDec_DecodeReal()362 while (--numDirectBits != 0); in LzmaDec_DecodeReal()658 int numDirectBits = ((posSlot >> 1) - 1); in LzmaDec_TryDummy() local664 prob = probs + SpecPos + ((2 | (posSlot & 1)) << numDirectBits) - posSlot - 1; in LzmaDec_TryDummy()668 numDirectBits -= kNumAlignBits; in LzmaDec_TryDummy()676 while (--numDirectBits != 0); in LzmaDec_TryDummy()678 numDirectBits = kNumAlignBits; in LzmaDec_TryDummy()[all …]