HomeSort by relevance Sort by last modified time
    Searched refs:repLen (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.c 1052 UInt32 repLen = repLens[i];
1054 if (repLen < 2)
1059 UInt32 curAndLenPrice = price + p->repLenEnc.prices[posState][repLen - 2];
1060 COptimal *opt = &p->opt[repLen];
1069 while (--repLen >= 2);
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.c 1053 UInt32 repLen = repLens[i];
1055 if (repLen < 2)
1060 UInt32 curAndLenPrice = price + p->repLenEnc.prices[posState][repLen - 2];
1061 COptimal *opt = &p->opt[repLen];
1070 while (--repLen >= 2);
    [all...]
  /external/lzma/C/
LzmaEnc.c 1052 UInt32 repLen = repLens[i];
1054 if (repLen < 2)
1059 UInt32 curAndLenPrice = price + p->repLenEnc.prices[posState][repLen - 2];
1060 COptimal *opt = &p->opt[repLen];
1069 while (--repLen >= 2);
    [all...]
  /external/lzma/Java/SevenZip/Compression/LZMA/
Encoder.java 647 int repLen = repLens[i];
648 if (repLen < 2)
653 int curAndLenPrice = price + _repMatchLenEncoder.GetPrice(repLen - 2, posState);
654 Optimal optimum = _optimum[repLen];
663 while (--repLen >= 2);
    [all...]
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs 647 UInt32 repLen = repLens[i];
648 if (repLen < 2)
653 UInt32 curAndLenPrice = price + _repMatchLenEncoder.GetPrice(repLen - 2, posState);
654 Optimal optimum = _optimum[repLen];
663 while (--repLen >= 2);
    [all...]

Completed in 227 milliseconds