Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/lib/zstd/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->matchLengthFreq[mlCode], optLevel)); in ZSTD_getMatchPrice()
H A Dzstd_compress_internal.h172 U32 matchLengthSumBasePrice;/* to compare to log2(mlfreq) */ member

Completed in 8 milliseconds