Searched refs:longestMatchLength (Results 1 – 1 of 1) sorted by relevance
307 UInt32 longestMatchLength; member1011 mainLen = p->longestMatchLength; in GetOptimum()1205 p->longestMatchLength = newLen; in GetOptimum()1564 mainLen = p->longestMatchLength; in GetOptimumFast()1634 p->longestMatchLength = ReadMatchDistances(p, &p->numPairs); in GetOptimumFast()1635 if (p->longestMatchLength >= 2) in GetOptimumFast()1638 if ((p->longestMatchLength >= mainLen && newDistance < mainDist) || in GetOptimumFast()1639 (p->longestMatchLength == mainLen + 1 && !ChangePair(mainDist, newDistance)) || in GetOptimumFast()1640 (p->longestMatchLength > mainLen + 1) || in GetOptimumFast()1641 (p->longestMatchLength + 1 >= mainLen && mainLen >= 3 && ChangePair(newDistance, mainDist))) in GetOptimumFast()