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

  /external/lzma/Java/SevenZip/Compression/LZMA/
Encoder.java 461 int GetPureRepPrice(int repIndex, int state, int posState)
486 return price + GetPureRepPrice(repIndex, state, posState);
650 int price = repMatchPrice + GetPureRepPrice(i, _state, posState);
    [all...]
  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.c 863 static UInt32 GetPureRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 state, UInt32 posState)
888 GetPureRepPrice(p, repIndex, state, posState);
1056 price = repMatchPrice + GetPureRepPrice(p, i, p->state, posState);
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.c 864 static UInt32 GetPureRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 state, UInt32 posState)
889 GetPureRepPrice(p, repIndex, state, posState);
1057 price = repMatchPrice + GetPureRepPrice(p, i, p->state, posState);
    [all...]
  /external/lzma/C/
LzmaEnc.c 863 static UInt32 GetPureRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 state, UInt32 posState)
888 GetPureRepPrice(p, repIndex, state, posState);
1056 price = repMatchPrice + GetPureRepPrice(p, i, p->state, posState);
    [all...]
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs 461 UInt32 GetPureRepPrice(UInt32 repIndex, Base.State state, UInt32 posState)
486 return price + GetPureRepPrice(repIndex, state, posState);
650 UInt32 price = repMatchPrice + GetPureRepPrice(i, _state, posState);
    [all...]

Completed in 50 milliseconds