Home
last modified time | relevance | path

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

/external/chromium_org/third_party/lzma_sdk/
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/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/chromium_org/third_party/ots/third_party/lzma_sdk/
DLzmaEnc.c1053 UInt32 repLen = repLens[i]; in GetOptimum() local
1055 if (repLen < 2) in GetOptimum()
1060 UInt32 curAndLenPrice = price + p->repLenEnc.prices[posState][repLen - 2]; in GetOptimum()
1061 COptimal *opt = &p->opt[repLen]; in GetOptimum()
1070 while (--repLen >= 2); in GetOptimum()
1492 UInt32 numAvail, mainLen, mainDist, numPairs, repIndex, repLen, i; in GetOptimumFast() local
1512 repLen = repIndex = 0; in GetOptimumFast()
1526 if (len > repLen) in GetOptimumFast()
1529 repLen = len; in GetOptimumFast()
1557 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()
/external/chromium_org/third_party/brotli/src/
Dots-lzma.patch3957 + UInt32 repLen = repLens[i];
3959 + if (repLen < 2)
3964 + UInt32 curAndLenPrice = price + p->repLenEnc.prices[posState][repLen - 2];
3965 + COptimal *opt = &p->opt[repLen];
3974 + while (--repLen >= 2);
4396 + UInt32 numAvail, mainLen, mainDist, numPairs, repIndex, repLen, i;
4416 + repLen = repIndex = 0;
4430 + if (len > repLen)
4433 + repLen = len;
4461 + if (repLen >= 2 && (
[all …]