Home
last modified time | relevance | path

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

/linux-5.19.10/lib/zstd/compress/
Dzstd_compress_internal.h1073 U32 const FWeight = (newStat << fp_accuracy) >> hb; in ZSTD_fWeight() local
1074 U32 const weight = BWeight + FWeight; in ZSTD_fWeight()
Dzstd_opt.c63 U32 const FWeight = (stat << BITCOST_ACCURACY) >> hb; in ZSTD_fracWeight() local
64 U32 const weight = BWeight + FWeight; in ZSTD_fracWeight()