Home | History | Annotate | Download | only in lzma_sdk

Lines Matching refs:newDistance

1572     UInt32 newDistance = matches[p->numPairs - 1];
1573 if ((p->longestMatchLength >= mainLen && newDistance < mainDist) ||
1574 (p->longestMatchLength == mainLen + 1 && !ChangePair(mainDist, newDistance)) ||
1576 (p->longestMatchLength + 1 >= mainLen && mainLen >= 3 && ChangePair(newDistance, mainDist)))