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

  /external/lzma/Java/SevenZip/Compression/LZMA/
Encoder.java 857 int nextRepMatchPrice = curAnd1Price +
864 int curAndLenPrice = nextRepMatchPrice + GetRepPrice(
927 int nextRepMatchPrice = nextMatchPrice + SevenZip.Compression.RangeCoder.Encoder.GetPrice1(_isRep[state2]);
934 int curAndLenPrice = nextRepMatchPrice + GetRepPrice(0, lenTest2, state2, posStateNext);
1002 int nextRepMatchPrice = nextMatchPrice + SevenZip.Compression.RangeCoder.Encoder.GetPrice1(_isRep[state2]);
1007 curAndLenPrice = nextRepMatchPrice + GetRepPrice(0, lenTest2, state2, posStateNext);
    [all...]
  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.c     [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.c     [all...]
  /external/lzma/C/
LzmaEnc.c     [all...]
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs 857 UInt32 nextRepMatchPrice = curAnd1Price +
864 UInt32 curAndLenPrice = nextRepMatchPrice + GetRepPrice(
927 UInt32 nextRepMatchPrice = nextMatchPrice + _isRep[state2.Index].GetPrice1();
934 UInt32 curAndLenPrice = nextRepMatchPrice + GetRepPrice(0, lenTest2, state2, posStateNext);
1002 UInt32 nextRepMatchPrice = nextMatchPrice + _isRep[state2.Index].GetPrice1();
1007 curAndLenPrice = nextRepMatchPrice + GetRepPrice(0, lenTest2, state2, posStateNext);
    [all...]

Completed in 674 milliseconds