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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/tools/misc/lzma_src/C/
H A DLzmaEnc.c294 UInt32 longestMatchLength; member in struct:_CLzmaEnc
970 mainLen = p->longestMatchLength;
1161 p->longestMatchLength = newLen;
1518 mainLen = p->longestMatchLength;
1588 p->longestMatchLength = ReadMatchDistances(p, &p->numPairs);
1589 if (p->longestMatchLength >= 2)
1592 if ((p->longestMatchLength >= mainLen && newDistance < mainDist) ||
1593 (p->longestMatchLength == mainLen + 1 && !ChangePair(mainDist, newDistance)) ||
1594 (p->longestMatchLength > mainLen + 1) ||
1595 (p->longestMatchLength
[all...]

Completed in 83 milliseconds