Home
last modified time | relevance | path

Searched refs:GetLenToPosState (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/common/lzma/
H A DLzmaEnc.c472 #define GetLenToPosState(len) (((len) < kNumLenToPosStates + 1) ? (len) - 2 : kNumLenToPosStates - … macro
1106 UInt32 lenToPosState = GetLenToPosState(len); in GetOptimum()
1433 UInt32 lenToPosState = GetLenToPosState(lenTest); in GetOptimum()
1625 …RcTree_Encode(&p->rc, p->posSlotEncoder[GetLenToPosState(len)], kNumPosSlotBits, (1 << kNumPosSlot… in WriteEndMarker()
1860 RcTree_Encode(&p->rc, p->posSlotEncoder[GetLenToPosState(len)], kNumPosSlotBits, posSlot); in LzmaEnc_CodeOneBlock()