Home
last modified time | relevance | path

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

/external/xz-embedded/linux/lib/xz/
Dxz_lzma2.h180 #define DIST_MODEL_END 14 macro
183 #define FULL_DISTANCES_BITS (DIST_MODEL_END / 2)
Dxz_dec_lzma2.c196 uint16_t dist_special[FULL_DISTANCES - DIST_MODEL_END];
669 if (dist_slot < DIST_MODEL_END) { in lzma_match()
/external/xz-java/src/org/tukaani/xz/lzma/
DLZMACoder.java26 static final int DIST_MODEL_END = 14; field in LZMACoder
27 static final int FULL_DISTANCES = 1 << (DIST_MODEL_END / 2);
DLZMAEncoder.java332 if (distSlot < DIST_MODEL_END) { in encodeMatch()
474 for (int distSlot = DIST_MODEL_END; distSlot < distSlotPricesSize; in updateDistPrices()
487 for (int distSlot = DIST_MODEL_START; distSlot < DIST_MODEL_END; in updateDistPrices()
DLZMADecoder.java88 if (distSlot < DIST_MODEL_END) { in decodeMatch()
/external/toybox/toys/pending/
Dxzcat.c1155 #define DIST_MODEL_END 14 macro
1158 #define FULL_DISTANCES_BITS (DIST_MODEL_END / 2)
1352 uint16_t dist_special[FULL_DISTANCES - DIST_MODEL_END];
1811 if (dist_slot < DIST_MODEL_END) { in lzma_match()