HomeSort by relevance Sort by last modified time
    Searched refs:GetPosLenPrice (Results 1 - 2 of 2) sorted by null

  /external/lzma/Java/SevenZip/Compression/LZMA/
Encoder.java 489 int GetPosLenPrice(int pos, int len, int posState)
677 int curAndLenPrice = normalMatchPrice + GetPosLenPrice(distance, len, posState);
971 int curAndLenPrice = normalMatchPrice + GetPosLenPrice(curBack, lenTest, posState);
    [all...]
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs 489 UInt32 GetPosLenPrice(UInt32 pos, UInt32 len, UInt32 posState)
677 UInt32 curAndLenPrice = normalMatchPrice + GetPosLenPrice(distance, len, posState);
971 UInt32 curAndLenPrice = normalMatchPrice + GetPosLenPrice(curBack, lenTest, posState);
    [all...]

Completed in 345 milliseconds