Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/zstd/compress/
A Dzstd_compress_internal.h1284 U32 const FWeight = (newStat << fp_accuracy) >> hb; in ZSTD_fWeight() local
1285 U32 const weight = BWeight + FWeight; in ZSTD_fWeight()
A Dzstd_opt.c50 U32 const FWeight = (stat << BITCOST_ACCURACY) >> hb; in ZSTD_fracWeight() local
51 U32 const weight = BWeight + FWeight; in ZSTD_fracWeight()

Completed in 11 milliseconds