Lines Matching refs:matchLengthSum
10020 U32 matchLengthSum; /* nb of matchLength codes */ member
12117 size_t matchLengthSum = 0; in ZSTD_seqDecompressedSize() local
12122 matchLengthSum += seqLen.matchLength; in ZSTD_seqDecompressedSize()
12129 return matchLengthSum + litSize; in ZSTD_seqDecompressedSize()
20221 optPtr->matchLengthSumBasePrice = WEIGHT(optPtr->matchLengthSum, optLevel); in ZSTD_setBasePrices()
20294 optPtr->matchLengthSum = 0; in ZSTD_rescaleFreqs()
20300 optPtr->matchLengthSum += optPtr->matchLengthFreq[ml]; in ZSTD_rescaleFreqs()
20334 optPtr->matchLengthSum = MaxML+1; in ZSTD_rescaleFreqs()
20349 optPtr->matchLengthSum = ZSTD_downscaleStat(optPtr->matchLengthFreq, MaxML, 0); in ZSTD_rescaleFreqs()
20461 optPtr->matchLengthSum++; in ZSTD_updateStats()
21241 optPtr->matchLengthSum = ZSTD_upscaleStat(optPtr->matchLengthFreq, MaxML, 0); in ZSTD_upscaleStats()