Searched refs:DIST_MODEL_END (Results 1 – 6 of 6) sorted by relevance
180 #define DIST_MODEL_END 14 macro183 #define FULL_DISTANCES_BITS (DIST_MODEL_END / 2)
196 uint16_t dist_special[FULL_DISTANCES - DIST_MODEL_END];669 if (dist_slot < DIST_MODEL_END) { in lzma_match()
26 static final int DIST_MODEL_END = 14; field in LZMACoder27 static final int FULL_DISTANCES = 1 << (DIST_MODEL_END / 2);
332 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()
88 if (distSlot < DIST_MODEL_END) { in decodeMatch()
1155 #define DIST_MODEL_END 14 macro1158 #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()