Home
last modified time | relevance | path

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

/third_party/lzma/C/
H A DLzmaEnc.c1352 unsigned repLen = repLens[i]; in GetOptimum() local
1354 if (repLen < 2) in GetOptimum()
1359 UInt32 price2 = price + GET_PRICE_LEN(&p->repLenEnc, posState, repLen); in GetOptimum()
1360 COptimal *opt = &p->opt[repLen]; in GetOptimum()
1364 opt->len = (UInt32)repLen; in GetOptimum()
1369 while (--repLen >= 2); in GetOptimum()
1973 unsigned mainLen, numPairs, repIndex, repLen, i; in GetOptimumFast() local
1992 repLen = repIndex = 0; in GetOptimumFast()
2008 if (len > repLen) in GetOptimumFast()
2011 repLen in GetOptimumFast()
[all...]
/third_party/lzma/Java/SevenZip/Compression/LZMA/
H A DEncoder.java647 int repLen = repLens[i]; in GetOptimum()
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()
/third_party/lzma/CS/7zip/Compress/LZMA/
H A 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()

Completed in 8 milliseconds