Searched refs:DIST_MODEL_END (Results 1 – 7 of 7) 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];701 if (dist_slot < DIST_MODEL_END) { in lzma_match()
224 #define DIST_MODEL_END 14 macro227 #define FULL_DISTANCES_BITS (DIST_MODEL_END / 2)
142 probability pos_special[FULL_DISTANCES - DIST_MODEL_END];450 if (symbol < DIST_MODEL_END) { in lzma_decode()793 if (symbol < DIST_MODEL_END) { in lzma_decode()1079 for (uint32_t i = 0; i < FULL_DISTANCES - DIST_MODEL_END; ++i) in lzma_decoder_reset()
129 probability dist_special[FULL_DISTANCES - DIST_MODEL_END];
160 if (dist_slot < DIST_MODEL_END) { in match()562 for (size_t i = 0; i < FULL_DISTANCES - DIST_MODEL_END; ++i) in lzma_lzma_encoder_reset()
149 for (uint32_t dist_slot = DIST_MODEL_END; in fill_dist_prices()