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

  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.c 1127 UInt32 curPrice, curAnd1Price, matchPrice, repMatchPrice;
1223 curAnd1Price = curPrice + GET_PRICE_0(p->isMatch[state][posState]);
1226 curAnd1Price +=
1234 if (curAnd1Price < nextOpt->price)
1236 nextOpt->price = curAnd1Price;
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.c 1128 UInt32 curPrice, curAnd1Price, matchPrice, repMatchPrice;
1224 curAnd1Price = curPrice + GET_PRICE_0(p->isMatch[state][posState]);
1227 curAnd1Price +=
1235 if (curAnd1Price < nextOpt->price)
1237 nextOpt->price = curAnd1Price;
    [all...]
  /external/lzma/C/
LzmaEnc.c 1127 UInt32 curPrice, curAnd1Price, matchPrice, repMatchPrice;
    [all...]
  /external/lzma/Java/SevenZip/Compression/LZMA/
Encoder.java 807 int curAnd1Price = curPrice +
815 if (curAnd1Price < nextOptimum.Price)
817 nextOptimum.Price = curAnd1Price;
857 int nextRepMatchPrice = curAnd1Price +
    [all...]
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs 807 UInt32 curAnd1Price = curPrice +
815 if (curAnd1Price < nextOptimum.Price)
817 nextOptimum.Price = curAnd1Price;
857 UInt32 nextRepMatchPrice = curAnd1Price +
    [all...]

Completed in 38 milliseconds