Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/compress/
Dzstd_opt.c89 optPtr->matchLengthSumBasePrice = WEIGHT(optPtr->matchLengthSum, optLevel); in ZSTD_setBasePrices()
289 …price += (ML_bits[mlCode] * BITCOST_MULTIPLIER) + (optPtr->matchLengthSumBasePrice - WEIGHT(optPtr… in ZSTD_getMatchPrice()
Dzstd_compress_internal.h125 U32 matchLengthSumBasePrice;/* to compare to log2(mlfreq) */ member