Home
last modified time | relevance | path

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

/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
DLZMAEncoder.java115 if (dist <= DIST_MODEL_START) in getDistSlot()
289 if (distSlot >= DIST_MODEL_START) { in encodeMatch()
296 distSpecial[distSlot - DIST_MODEL_START], in encodeMatch()
442 for (int dist = 0; dist < DIST_MODEL_START; ++dist) in updateDistPrices()
447 int dist = DIST_MODEL_START; in updateDistPrices()
448 for (int distSlot = DIST_MODEL_START; distSlot < DIST_MODEL_END; in updateDistPrices()
453 int limit = distSpecial[distSlot - DIST_MODEL_START].length; in updateDistPrices()
457 distSpecial[distSlot - DIST_MODEL_START], in updateDistPrices()
DLZMADecoder.java82 if (distSlot < DIST_MODEL_START) { in decodeMatch()
90 distSpecial[distSlot - DIST_MODEL_START]); in decodeMatch()
DLZMACoder.java25 static final int DIST_MODEL_START = 4; field in LZMACoder
/external/xz-embedded/linux/lib/xz/
Dxz_lzma2.h168 #define DIST_MODEL_START 4 macro
Dxz_dec_lzma2.c663 if (dist_slot < DIST_MODEL_START) { in lzma_match()
/external/toybox/toys/pending/
Dxzcat.c1143 #define DIST_MODEL_START 4 macro
1805 if (dist_slot < DIST_MODEL_START) { in lzma_match()