Home
last modified time | relevance | path

Searched refs:curAnd1Price (Results 1 – 2 of 2) sorted by relevance

/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java807 int curAnd1Price = curPrice + in GetOptimum() local
815 if (curAnd1Price < nextOptimum.Price) in GetOptimum()
817 nextOptimum.Price = curAnd1Price; in GetOptimum()
857 int nextRepMatchPrice = curAnd1Price + in GetOptimum()
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs807 UInt32 curAnd1Price = curPrice + in GetOptimum()
815 if (curAnd1Price < nextOptimum.Price) in GetOptimum()
817 nextOptimum.Price = curAnd1Price; in GetOptimum()
857 UInt32 nextRepMatchPrice = curAnd1Price + in GetOptimum()