Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress_internal.h1283 U32 const BWeight = hb * fp_multiplier; in ZSTD_fWeight() local
1285 U32 const weight = BWeight + FWeight; in ZSTD_fWeight()
H A Dzstd_opt.c49 U32 const BWeight = hb * BITCOST_MULTIPLIER; in ZSTD_fracWeight() local
51 U32 const weight = BWeight + FWeight; in ZSTD_fracWeight()