Home
last modified time | relevance | path

Searched refs:GetPureRepPrice (Results 1 – 6 of 6) sorted by relevance

/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java461 int GetPureRepPrice(int repIndex, int state, int posState) in GetPureRepPrice() method in Encoder
486 return price + GetPureRepPrice(repIndex, state, posState); in GetRepPrice()
650 int price = repMatchPrice + GetPureRepPrice(i, _state, posState); in GetOptimum()
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs461 UInt32 GetPureRepPrice(UInt32 repIndex, Base.State state, UInt32 posState) in GetPureRepPrice() method in SevenZip.Compression.LZMA.Encoder
486 return price + GetPureRepPrice(repIndex, state, posState); in GetRepPrice()
650 UInt32 price = repMatchPrice + GetPureRepPrice(i, _state, posState); in GetOptimum()
/external/chromium_org/third_party/lzma_sdk/
DLzmaEnc.c863 static UInt32 GetPureRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 state, UInt32 posState) in GetPureRepPrice() function
888 GetPureRepPrice(p, repIndex, state, posState); in GetRepPrice()
1056 price = repMatchPrice + GetPureRepPrice(p, i, p->state, posState); in GetOptimum()
1322 price = repMatchPrice + GetPureRepPrice(p, repIndex, state, posState); in GetOptimum()
/external/lzma/C/
DLzmaEnc.c863 static UInt32 GetPureRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 state, UInt32 posState) in GetPureRepPrice() function
888 GetPureRepPrice(p, repIndex, state, posState); in GetRepPrice()
1056 price = repMatchPrice + GetPureRepPrice(p, i, p->state, posState); in GetOptimum()
1322 price = repMatchPrice + GetPureRepPrice(p, repIndex, state, posState); in GetOptimum()
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
DLzmaEnc.c864 static UInt32 GetPureRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 state, UInt32 posState) in GetPureRepPrice() function
889 GetPureRepPrice(p, repIndex, state, posState); in GetRepPrice()
1057 price = repMatchPrice + GetPureRepPrice(p, i, p->state, posState); in GetOptimum()
1323 price = repMatchPrice + GetPureRepPrice(p, repIndex, state, posState); in GetOptimum()
/external/chromium_org/third_party/brotli/src/
Dots-lzma.patch3768 +static UInt32 GetPureRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 state, UInt32 posState)
3793 + GetPureRepPrice(p, repIndex, state, posState);
3961 + price = repMatchPrice + GetPureRepPrice(p, i, p->state, posState);
4227 + price = repMatchPrice + GetPureRepPrice(p, repIndex, state, posState);