Home
last modified time | relevance | path

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

/external/lzma/C/
DLzmaEnc.c119 #define GetPosSlot2(pos, res) { BSR2_RET(pos, res); } macro
169 #define GetPosSlot2(pos, res) { BSR2_RET(pos, res); } macro
1152 GetPosSlot2(distance, slot); in GetOptimum()
1472 GetPosSlot2(curBack, posSlot); in GetOptimum()
1545 GetPosSlot2(curBack, posSlot); in GetOptimum()
/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java44 static int GetPosSlot2(int pos) in GetPosSlot2() method in Encoder
496 price = _posSlotPrices[(lenToPosState << Base.kNumPosSlotBits) + GetPosSlot2(pos)] + in GetPosLenPrice()
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs44 static UInt32 GetPosSlot2(UInt32 pos) in GetPosSlot2() method in SevenZip.Compression.LZMA.Encoder
496 price = _posSlotPrices[(lenToPosState << Base.kNumPosSlotBits) + GetPosSlot2(pos)] + in GetPosLenPrice()