Lines Matching refs:posSlot
1741 unsigned offs, posSlot, len; in GetOptimum() local
1755 GetPosSlot2(dist, posSlot); in GetOptimum()
1767 price += p->posSlotPrices[lenNorm][posSlot] + p->alignPrices[dist & kAlignMask]; in GetOptimum()
1846 GetPosSlot2(dist, posSlot); in GetOptimum()
2118 unsigned posSlot = GetPosSlot1(i); in FillDistancesPrices() local
2119 unsigned footerBits = (posSlot >> 1) - 1; in FillDistancesPrices()
2120 unsigned base = ((2 | (posSlot & 1)) << footerBits); in FillDistancesPrices()
2419 unsigned posSlot; in LzmaEnc_CodeOneBlock() local
2434 GetPosSlot(dist, posSlot); in LzmaEnc_CodeOneBlock()
2437 UInt32 sym = (UInt32)posSlot + (1 << kNumPosSlotBits); in LzmaEnc_CodeOneBlock()
2453 unsigned footerBits = ((posSlot >> 1) - 1); in LzmaEnc_CodeOneBlock()
2457 unsigned base = ((2 | (posSlot & 1)) << footerBits); in LzmaEnc_CodeOneBlock()