Home
last modified time | relevance | path

Searched refs:GetPureRepPrice (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/Java/SevenZip/Compression/LZMA/
H A DEncoder.java461 int GetPureRepPrice(int repIndex, int state, int posState) in GetPureRepPrice() method in Encoder
486 return price + GetPureRepPrice(repIndex, state, posState); in GetRepPrice()
650 int price = repMatchPrice + GetPureRepPrice(i, _state, posState); in GetOptimum()
/third_party/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs461 UInt32 GetPureRepPrice(UInt32 repIndex, Base.State state, UInt32 posState) in GetPureRepPrice() method in SevenZip.Compression.LZMA.Encoder
486 return price + GetPureRepPrice(repIndex, state, posState); in GetRepPrice()
650 UInt32 price = repMatchPrice + GetPureRepPrice(i, _state, posState); in GetOptimum()

Completed in 6 milliseconds