Searched refs:GetPosLenPrice (Results 1 - 2 of 2) sorted by relevance
/third_party/lzma/Java/SevenZip/Compression/LZMA/ |
H A D | Encoder.java | 489 int GetPosLenPrice(int pos, int len, int posState)
in GetPosLenPrice() method in Encoder 677 int curAndLenPrice = normalMatchPrice + GetPosLenPrice(distance, len, posState);
in GetOptimum() 971 int curAndLenPrice = normalMatchPrice + GetPosLenPrice(curBack, lenTest, posState);
in GetOptimum()
|
/third_party/lzma/CS/7zip/Compress/LZMA/ |
H A D | LzmaEncoder.cs | 489 UInt32 GetPosLenPrice(UInt32 pos, UInt32 len, UInt32 posState)
in GetPosLenPrice() method in SevenZip.Compression.LZMA.Encoder 677 UInt32 curAndLenPrice = normalMatchPrice + GetPosLenPrice(distance, len, posState);
in GetOptimum() 971 UInt32 curAndLenPrice = normalMatchPrice + GetPosLenPrice(curBack, lenTest, posState);
in GetOptimum()
|
Completed in 5 milliseconds