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

  /external/lzma/C/
LzmaEnc.c 1140 UInt32 curPrice, curAnd1Price, matchPrice, repMatchPrice;
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/lzma/
Encoder.java 712 int curAnd1Price = curPrice
721 if (curAnd1Price < nextOptimum.Price) {
722 nextOptimum.Price = curAnd1Price;
757 int nextRepMatchPrice = curAnd1Price
    [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 560 milliseconds