Searched defs:posSlot (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzmaDec.c320 unsigned posSlot = (unsigned)distance; local
323 if (posSlot < kEndPosModelIndex)
326 prob = probs + SpecPos + distance - posSlot - 1;
651 unsigned posSlot; local
655 TREE_DECODE_CHECK(prob, 1 << kNumPosSlotBits, posSlot);
656 if (posSlot >= kStartPosModelIndex)
658 int numDirectBits = ((posSlot >> 1) - 1);
662 if (posSlot < kEndPosModelIndex)
664 prob = probs + SpecPos + ((2 | (posSlot & 1)) << numDirectBits) - posSlot
[all...]
H A DLzmaEnc.c1420 UInt32 offs, curBack, posSlot; local
1429 GetPosSlot2(curBack, posSlot);
1438 curAndLenPrice += p->posSlotPrices[lenToPosState][posSlot] + p->alignPrices[curBack & kAlignMask];
1500 GetPosSlot2(curBack, posSlot);
1668 UInt32 posSlot = GetPosSlot1(i); local
1669 UInt32 footerBits = ((posSlot >> 1) - 1);
1670 UInt32 base = ((2 | (posSlot & 1)) << footerBits);
1671 tempPrices[i] = RcTree_ReverseGetPrice(p->posEncoders + base - posSlot - 1, footerBits, i - base, p->ProbPrices);
1676 UInt32 posSlot; local
1679 for (posSlot
1854 UInt32 posSlot; local
[all...]

Completed in 66 milliseconds