Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/zstd/compress/
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()
A Dzstd_compress_internal.h172 U32 matchLengthSumBasePrice;/* to compare to log2(mlfreq) */ member

Completed in 13 milliseconds