Home
last modified time | relevance | path

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

/Linux-v6.1/lib/zstd/compress/
Dzstd_opt.c40 # define BITCOST_ACCURACY 0
41 # define BITCOST_MULTIPLIER (1 << BITCOST_ACCURACY)
44 # define BITCOST_ACCURACY 8 macro
45 # define BITCOST_MULTIPLIER (1 << BITCOST_ACCURACY)
48 # define BITCOST_ACCURACY 8 macro
49 # define BITCOST_MULTIPLIER (1 << BITCOST_ACCURACY)
63 U32 const FWeight = (stat << BITCOST_ACCURACY) >> hb; in ZSTD_fracWeight()
65 assert(hb + BITCOST_ACCURACY < 31); in ZSTD_fracWeight()