Home
last modified time | relevance | path

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

/third_party/lzma/C/
H A DLzmaEnc.c2062 UInt32 newDist = p->matches[(size_t)p->numPairs - 1]; in GetOptimumFast() local
2063 if ( (len1 >= mainLen && newDist < mainDist) in GetOptimumFast()
2064 || (len1 == mainLen + 1 && !ChangePair(mainDist, newDist)) in GetOptimumFast()
2066 || (len1 + 1 >= mainLen && mainLen >= 3 && ChangePair(newDist, mainDist))) in GetOptimumFast()

Completed in 5 milliseconds