Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_opt.c31 # define BITCOST_ACCURACY 0
32 # define BITCOST_MULTIPLIER (1 << BITCOST_ACCURACY)
35 # define BITCOST_ACCURACY 8 macro
36 # define BITCOST_MULTIPLIER (1 << BITCOST_ACCURACY)
39 # define BITCOST_ACCURACY 8 macro
40 # define BITCOST_MULTIPLIER (1 << BITCOST_ACCURACY)
62 U32 const FWeight = (stat << BITCOST_ACCURACY) >> hb; in ZSTD_fracWeight()
64 assert(hb + BITCOST_ACCURACY < 31); in ZSTD_fracWeight()