Searched refs:GetRepLen1Price (Results 1 – 6 of 6) sorted by relevance
/external/lzma/Java/SevenZip/Compression/LZMA/ |
D | Encoder.java | 455 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/ |
D | LzmaEncoder.cs | 455 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/ |
D | LzmaEnc.c | 856 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/ |
D | LzmaEnc.c | 856 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/ |
D | LzmaEnc.c | 857 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/ |
D | ots-lzma.patch | 3761 +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);
|