Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/lzma/
H A DLzmaDec.c88 #define kStartPosModelIndex 4 macro
318 if (distance >= kStartPosModelIndex) in LzmaDec_DecodeReal()
656 if (posSlot >= kStartPosModelIndex) in LzmaDec_TryDummy()
H A DLzmaEnc.c170 #define kStartPosModelIndex 4 macro
172 #define kNumPosModels (kEndPosModelIndex - kStartPosModelIndex)
1666 for (i = kStartPosModelIndex; i < kNumFullDistances; i++) in FillDistancesPrices()
1687 for (i = 0; i < kStartPosModelIndex; i++) in FillDistancesPrices()
1862 if (posSlot >= kStartPosModelIndex) in LzmaEnc_CodeOneBlock()