Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_opt.c78 optPtr->matchLengthSumBasePrice = WEIGHT(optPtr->matchLengthSum, optLevel); in ZSTD_setBasePrices()
278 …price += (ML_bits[mlCode] * BITCOST_MULTIPLIER) + (optPtr->matchLengthSumBasePrice - WEIGHT(optPtr… in ZSTD_getMatchPrice()
H A Dzstd_compress_internal.h116 U32 matchLengthSumBasePrice;/* to compare to log2(mlfreq) */ member
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c76 optPtr->matchLengthSumBasePrice = WEIGHT(optPtr->matchLengthSum, optLevel); in ZSTD_setBasePrices()
318 …price += (ML_bits[mlCode] * BITCOST_MULTIPLIER) + (optPtr->matchLengthSumBasePrice - WEIGHT(optPtr… in ZSTD_getMatchPrice()
H A Dzstd_compress_internal.h178 U32 matchLengthSumBasePrice;/* to compare to log2(mlfreq) */ member