Home
last modified time | relevance | path

Searched defs:shortRepPrice (Results 1 – 4 of 4) sorted by relevance

/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java617 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/
DLzmaEnc.c1026 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/
DLzmaEnc.c1026 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/
DLzmaEnc.c1027 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, p->state, posState); in GetOptimum() local
1248 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, state, posState); in GetOptimum() local