Searched refs:numDirectBits (Results 1 – 1 of 1) sorted by relevance
314 int numDirectBits = (int)(((distance >> 1) - 1)); in LzmaDec_DecodeReal() local318 distance <<= numDirectBits; in LzmaDec_DecodeReal()331 while (--numDirectBits != 0); in LzmaDec_DecodeReal()336 numDirectBits -= kNumAlignBits; in LzmaDec_DecodeReal()361 while (--numDirectBits != 0); in LzmaDec_DecodeReal()665 int numDirectBits = ((posSlot >> 1) - 1); in LzmaDec_TryDummy() local671 prob = probs + SpecPos + ((2 | (posSlot & 1)) << numDirectBits) - posSlot - 1; in LzmaDec_TryDummy()675 numDirectBits -= kNumAlignBits; in LzmaDec_TryDummy()683 while (--numDirectBits != 0); in LzmaDec_TryDummy()685 numDirectBits = kNumAlignBits; in LzmaDec_TryDummy()[all …]
Completed in 5 milliseconds