Home
last modified time | relevance | path

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

/external/lzma/C/
DLzmaEnc.c1052 UInt32 repLen = repLens[i]; in GetOptimum() local
1054 if (repLen < 2) in GetOptimum()
1059 UInt32 curAndLenPrice = price + p->repLenEnc.prices[posState][repLen - 2]; in GetOptimum()
1060 COptimal *opt = &p->opt[repLen]; in GetOptimum()
1069 while (--repLen >= 2); in GetOptimum()
1491 UInt32 numAvail, mainLen, mainDist, numPairs, repIndex, repLen, i; in GetOptimumFast() local
1511 repLen = repIndex = 0; in GetOptimumFast()
1525 if (len > repLen) in GetOptimumFast()
1528 repLen = len; in GetOptimumFast()
1556 if (repLen >= 2 && ( in GetOptimumFast()
[all …]
/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java647 int repLen = repLens[i]; in GetOptimum() local
648 if (repLen < 2) in GetOptimum()
653 int curAndLenPrice = price + _repMatchLenEncoder.GetPrice(repLen - 2, posState); in GetOptimum()
654 Optimal optimum = _optimum[repLen]; in GetOptimum()
663 while (--repLen >= 2); in GetOptimum()
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs647 UInt32 repLen = repLens[i]; in GetOptimum()
648 if (repLen < 2) in GetOptimum()
653 UInt32 curAndLenPrice = price + _repMatchLenEncoder.GetPrice(repLen - 2, posState); in GetOptimum()
654 Optimal optimum = _optimum[repLen]; in GetOptimum()
663 while (--repLen >= 2); in GetOptimum()