Home
last modified time | relevance | path

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

/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java455 int GetRepLen1Price(int state, int posState) in GetRepLen1Price() method in Encoder
617 int shortRepPrice = repMatchPrice + GetRepLen1Price(_state, posState); in GetOptimum()
829 int shortRepPrice = repMatchPrice + GetRepLen1Price(state, posState); in GetOptimum()
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs455 UInt32 GetRepLen1Price(Base.State state, UInt32 posState) in GetRepLen1Price() method in SevenZip.Compression.LZMA.Encoder
617 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(_state, posState); in GetOptimum()
829 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(state, posState); in GetOptimum()
/external/chromium_org/third_party/lzma_sdk/
DLzmaEnc.c856 static UInt32 GetRepLen1Price(CLzmaEnc *p, UInt32 state, UInt32 posState) in GetRepLen1Price() function
1026 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, p->state, posState); in GetOptimum()
1247 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, state, posState); in GetOptimum()
/external/lzma/C/
DLzmaEnc.c856 static UInt32 GetRepLen1Price(CLzmaEnc *p, UInt32 state, UInt32 posState) in GetRepLen1Price() function
1026 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, p->state, posState); in GetOptimum()
1247 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, state, posState); in GetOptimum()
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
DLzmaEnc.c857 static UInt32 GetRepLen1Price(CLzmaEnc *p, UInt32 state, UInt32 posState) in GetRepLen1Price() function
1027 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, p->state, posState); in GetOptimum()
1248 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, state, posState); in GetOptimum()
/external/chromium_org/third_party/brotli/src/
Dots-lzma.patch3761 +static UInt32 GetRepLen1Price(CLzmaEnc *p, UInt32 state, UInt32 posState)
3931 + UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, p->state, posState);
4152 + UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, state, posState);