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

/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/lzma_src/C/
H A DLzmaEnc.c298 UInt32 longestMatchLength; member in struct:_CLzmaEnc
974 mainLen = p->longestMatchLength;
1165 p->longestMatchLength = newLen;
1522 mainLen = p->longestMatchLength;
1592 p->longestMatchLength = ReadMatchDistances(p, &p->numPairs);
1593 if (p->longestMatchLength >= 2)
1596 if ((p->longestMatchLength >= mainLen && newDistance < mainDist) ||
1597 (p->longestMatchLength == mainLen + 1 && !ChangePair(mainDist, newDistance)) ||
1598 (p->longestMatchLength > mainLen + 1) ||
1599 (p->longestMatchLength
[all...]

Completed in 79 milliseconds