Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/compress/
H A Dzstd_opt.c77 optPtr->matchLengthSumBasePrice = WEIGHT(optPtr->matchLengthSum, optLevel); in ZSTD_setBasePrices()
277 …price += (ML_bits[mlCode] * BITCOST_MULTIPLIER) + (optPtr->matchLengthSumBasePrice - WEIGHT(optPtr… in ZSTD_getMatchPrice()
H A Dzstd_compress_internal.h131 U32 matchLengthSumBasePrice;/* to compare to log2(mlfreq) */ member