Searched refs:matchLengthSumBasePrice (Results 1 – 2 of 2) sorted by relevance
89 optPtr->matchLengthSumBasePrice = WEIGHT(optPtr->matchLengthSum, optLevel); in ZSTD_setBasePrices()289 …price += (ML_bits[mlCode] * BITCOST_MULTIPLIER) + (optPtr->matchLengthSumBasePrice - WEIGHT(optPtr… in ZSTD_getMatchPrice()
125 U32 matchLengthSumBasePrice;/* to compare to log2(mlfreq) */ member