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

/freebsd-13-stable/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_lzma2.h164 * distance slot itself is the same as the actual distance. DIST_MODEL_START
168 #define DIST_MODEL_START 4 macro
H A Dxz_dec_lzma2.c663 if (dist_slot < DIST_MODEL_START) {
/freebsd-13-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma_common.h195 // distance slot itself is the same as the actual distance. DIST_MODEL_START
198 #define DIST_MODEL_START 4 macro
H A Dlzma_encoder_optimum_normal.c159 for (uint32_t i = 0; i < DIST_MODEL_START; ++i)
167 for (uint32_t i = DIST_MODEL_START; i < FULL_DISTANCES; ++i) {
H A Dlzma_encoder.c156 if (dist_slot >= DIST_MODEL_START) {
H A Dlzma_decoder.c538 if (symbol < DIST_MODEL_START) {

Completed in 153 milliseconds