Searched defs:shortRepPrice (Results 1 – 4 of 4) sorted by relevance
/external/lzma/Java/SevenZip/Compression/LZMA/ |
D | Encoder.java | 617 int shortRepPrice = repMatchPrice + GetRepLen1Price(_state, posState); in GetOptimum() local 829 int shortRepPrice = repMatchPrice + GetRepLen1Price(state, posState); in GetOptimum() local
|
/external/chromium_org/third_party/lzma_sdk/ |
D | LzmaEnc.c | 1026 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, p->state, posState); in GetOptimum() local 1247 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, state, posState); in GetOptimum() local
|
/external/lzma/C/ |
D | LzmaEnc.c | 1026 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, p->state, posState); in GetOptimum() local 1247 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, state, posState); in GetOptimum() local
|
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
D | LzmaEnc.c | 1027 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, p->state, posState); in GetOptimum() local 1248 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, state, posState); in GetOptimum() local
|