Searched refs:ZSTD_FREQ_DIV (Results 1 – 1 of 1) sorted by relevance
17 #define ZSTD_FREQ_DIV 4 /* log factor when using previous stats to init next stats */ macro89 assert(ZSTD_FREQ_DIV+malus > 0 && ZSTD_FREQ_DIV+malus < 31); in ZSTD_downscaleStat()91 table[s] = 1 + (table[s] >> (ZSTD_FREQ_DIV+malus)); in ZSTD_downscaleStat()1227 assert(ZSTD_FREQ_DIV+bonus >= 0); in ZSTD_upscaleStat()1229 table[s] <<= ZSTD_FREQ_DIV+bonus; in ZSTD_upscaleStat()