Home
last modified time | relevance | path

Searched refs:mainLen (Results 1 – 1 of 1) sorted by relevance

/external/lzma/C/
DLzmaEnc.c931 UInt32 numAvail, mainLen, numPairs, repMaxIndex, i, posState, lenEnd, len, cur; in GetOptimum() local
948 mainLen = ReadMatchDistances(p, &numPairs); in GetOptimum()
951 mainLen = p->longestMatchLength; in GetOptimum()
992 if (mainLen >= p->numFastBytes) in GetOptimum()
995 MovePos(p, mainLen - 1); in GetOptimum()
996 return mainLen; in GetOptimum()
1001 if (mainLen < 2 && curByte != matchByte && repLens[repMaxIndex] < 2) in GetOptimum()
1033 lenEnd = ((mainLen >= repLens[repMaxIndex]) ? mainLen : repLens[repMaxIndex]); in GetOptimum()
1075 if (len <= mainLen) in GetOptimum()
1491 UInt32 numAvail, mainLen, mainDist, numPairs, repIndex, repLen, i; in GetOptimumFast() local
[all …]