Searched refs:GetPosSlot2 (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/lzma_sdk/ |
D | LzmaEnc.c | 99 #define GetPosSlot2(pos, res) { BSR2_RET(pos, res); } macro 132 #define GetPosSlot2(pos, res) { BSR2_RET(pos, res); } macro 1092 GetPosSlot2(distance, slot); in GetOptimum() 1409 GetPosSlot2(curBack, posSlot); in GetOptimum() 1480 GetPosSlot2(curBack, posSlot); in GetOptimum()
|
/external/lzma/C/ |
D | LzmaEnc.c | 99 #define GetPosSlot2(pos, res) { BSR2_RET(pos, res); } macro 132 #define GetPosSlot2(pos, res) { BSR2_RET(pos, res); } macro 1092 GetPosSlot2(distance, slot); in GetOptimum() 1409 GetPosSlot2(curBack, posSlot); in GetOptimum() 1480 GetPosSlot2(curBack, posSlot); in GetOptimum()
|
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
D | LzmaEnc.c | 100 #define GetPosSlot2(pos, res) { BSR2_RET(pos, res); } macro 133 #define GetPosSlot2(pos, res) { BSR2_RET(pos, res); } macro 1093 GetPosSlot2(distance, slot); in GetOptimum() 1410 GetPosSlot2(curBack, posSlot); in GetOptimum() 1481 GetPosSlot2(curBack, posSlot); in GetOptimum()
|
/external/lzma/Java/SevenZip/Compression/LZMA/ |
D | Encoder.java | 44 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/ |
D | LzmaEncoder.cs | 44 static UInt32 GetPosSlot2(UInt32 pos) in GetPosSlot2() method in SevenZip.Compression.LZMA.Encoder 496 price = _posSlotPrices[(lenToPosState << Base.kNumPosSlotBits) + GetPosSlot2(pos)] + in GetPosLenPrice()
|
/external/chromium_org/third_party/brotli/src/ |
D | ots-lzma.patch | 3004 +#define GetPosSlot2(pos, res) { BSR2_RET(pos, res); } 3037 +#define GetPosSlot2(pos, res) { BSR2_RET(pos, res); } 3997 + GetPosSlot2(distance, slot); 4314 + GetPosSlot2(curBack, posSlot); 4385 + GetPosSlot2(curBack, posSlot);
|