Home
last modified time | relevance | path

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

/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
DLZMAEncoderNormal.java190 int shortRepPrice = getShortRepPrice(anyRepPrice, in getNextSymbol() local
/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/libgdx/gdx/src/com/badlogic/gdx/utils/compression/lzma/
DEncoder.java557 int shortRepPrice = repMatchPrice + GetRepLen1Price(_state, posState); in GetOptimum() local
734 int shortRepPrice = repMatchPrice + GetRepLen1Price(state, posState); in GetOptimum() local
/external/lzma/C/
DLzmaEnc.c1039 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, p->state, posState); in GetOptimum() local
1260 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, state, posState); in GetOptimum() local