Searched refs:kNumPosSlotBits (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/common/lzma/ |
H A D | LzmaDec.c | 92 #define kNumPosSlotBits 6 macro 108 #define SpecPos (PosSlot + (kNumLenToPosStates << kNumPosSlotBits)) 316 ((len < kNumLenToPosStates ? len : kNumLenToPosStates - 1) << kNumPosSlotBits); in LzmaDec_DecodeReal() 654 kNumPosSlotBits); in LzmaDec_TryDummy() 655 TREE_DECODE_CHECK(prob, 1 << kNumPosSlotBits, posSlot); in LzmaDec_TryDummy()
|
H A D | LzmaEnc.c | 160 #define kNumPosSlotBits 6 macro 265 CLzmaProb posSlotEncoder[kNumLenToPosStates][1 << kNumPosSlotBits]; 330 CLzmaProb posSlotEncoder[kNumLenToPosStates][1 << kNumPosSlotBits]; 1625 …Encode(&p->rc, p->posSlotEncoder[GetLenToPosState(len)], kNumPosSlotBits, (1 << kNumPosSlotBits) -… in WriteEndMarker() 1680 posSlotPrices[posSlot] = RcTree_GetPrice(encoder, kNumPosSlotBits, posSlot, p->ProbPrices); in FillDistancesPrices() 1860 RcTree_Encode(&p->rc, p->posSlotEncoder[GetLenToPosState(len)], kNumPosSlotBits, posSlot); in LzmaEnc_CodeOneBlock() 2003 for (j = 0; j < (1 << kNumPosSlotBits); j++) in LzmaEnc_Init()
|