Searched refs:matchLengthSum (Results 1 – 3 of 3) sorted by relevance
133 size_t matchLengthSum = 0; in ZSTD_seqDecompressedSize() local139 matchLengthSum += seqLen.matchLength; in ZSTD_seqDecompressedSize()146 return matchLengthSum + litSize; in ZSTD_seqDecompressedSize()
76 optPtr->matchLengthSumBasePrice = WEIGHT(optPtr->matchLengthSum, optLevel); in ZSTD_setBasePrices()170 optPtr->matchLengthSum = 0; in ZSTD_rescaleFreqs()176 optPtr->matchLengthSum += optPtr->matchLengthFreq[ml]; in ZSTD_rescaleFreqs()215 optPtr->matchLengthSum = MaxML+1; in ZSTD_rescaleFreqs()235 optPtr->matchLengthSum = ZSTD_scaleStats(optPtr->matchLengthFreq, MaxML, 11); in ZSTD_rescaleFreqs()358 optPtr->matchLengthSum++; in ZSTD_updateStats()
168 U32 matchLengthSum; /* nb of matchLength codes */ member