Home
last modified time | relevance | path

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

/third_party/lzma/Java/SevenZip/Compression/LZMA/
H A DEncoder.java455 int GetRepLen1Price(int state, int posState) in GetRepLen1Price() method in Encoder
617 int shortRepPrice = repMatchPrice + GetRepLen1Price(_state, posState); in GetOptimum()
829 int shortRepPrice = repMatchPrice + GetRepLen1Price(state, posState); in GetOptimum()
/third_party/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs455 UInt32 GetRepLen1Price(Base.State state, UInt32 posState) in GetRepLen1Price() method in SevenZip.Compression.LZMA.Encoder
617 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(_state, posState); in GetOptimum()
829 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(state, posState); in GetOptimum()

Completed in 4 milliseconds