Searched refs:longestMatchLength (Results 1 – 1 of 1) sorted by relevance
288 UInt32 longestMatchLength; member964 mainLen = p->longestMatchLength; in GetOptimum()1155 p->longestMatchLength = newLen; in GetOptimum()1512 mainLen = p->longestMatchLength; in GetOptimumFast()1582 p->longestMatchLength = ReadMatchDistances(p, &p->numPairs); in GetOptimumFast()1583 if (p->longestMatchLength >= 2) in GetOptimumFast()1586 if ((p->longestMatchLength >= mainLen && newDistance < mainDist) || in GetOptimumFast()1587 (p->longestMatchLength == mainLen + 1 && !ChangePair(mainDist, newDistance)) || in GetOptimumFast()1588 (p->longestMatchLength > mainLen + 1) || in GetOptimumFast()1589 (p->longestMatchLength + 1 >= mainLen && mainLen >= 3 && ChangePair(newDistance, mainDist))) in GetOptimumFast()