Lines Matching refs:posSlot
1846 unsigned offs, posSlot, len;
1860 GetPosSlot2(dist, posSlot)
1872 price += p->posSlotPrices[lenNorm][posSlot] + p->alignPrices[dist & kAlignMask];
1951 GetPosSlot2(dist, posSlot)
2238 unsigned posSlot = GetPosSlot1(i);
2239 unsigned footerBits = (posSlot >> 1) - 1;
2240 unsigned base = ((2 | (posSlot & 1)) << footerBits);
2546 unsigned posSlot;
2561 GetPosSlot(dist, posSlot)
2562 // RcTree_Encode_PosSlot(&p->rc, p->posSlotEncoder[GetLenToPosState(len)], posSlot);
2564 UInt32 sym = (UInt32)posSlot + (1 << kNumPosSlotBits);
2580 unsigned footerBits = ((posSlot >> 1) - 1);
2584 unsigned base = ((2 | (posSlot & 1)) << footerBits);