Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_opt.c77 optPtr->litLengthSumBasePrice = WEIGHT(optPtr->litLengthSum, optLevel); in ZSTD_setBasePrices()
248 + optPtr->litLengthSumBasePrice in ZSTD_litLengthPrice()
H A Dzstd_compress_internal.h115 U32 litLengthSumBasePrice; /* to compare to log2(llfreq) */ member
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c75 optPtr->litLengthSumBasePrice = WEIGHT(optPtr->litLengthSum, optLevel); in ZSTD_setBasePrices()
286 + optPtr->litLengthSumBasePrice in ZSTD_litLengthPrice()
H A Dzstd_compress_internal.h177 U32 litLengthSumBasePrice; /* to compare to log2(llfreq) */ member