Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c1592 UInt32 newDistance = matches[p->numPairs - 1]; in GetOptimumFast() local
1593 if ((p->longestMatchLength >= mainLen && newDistance < mainDist) || in GetOptimumFast()
1594 (p->longestMatchLength == mainLen + 1 && !ChangePair(mainDist, newDistance)) || in GetOptimumFast()
1596 (p->longestMatchLength + 1 >= mainLen && mainLen >= 3 && ChangePair(newDistance, mainDist))) in GetOptimumFast()