Searched refs:matchLengthSum (Results 1 – 7 of 7) sorted by relevance
77 optPtr->matchLengthSumBasePrice = WEIGHT(optPtr->matchLengthSum, optLevel); in ZSTD_setBasePrices()150 optPtr->matchLengthSum = 0; in ZSTD_rescaleFreqs()156 optPtr->matchLengthSum += optPtr->matchLengthFreq[ml]; in ZSTD_rescaleFreqs()190 optPtr->matchLengthSum = MaxML+1; in ZSTD_rescaleFreqs()205 optPtr->matchLengthSum = ZSTD_downscaleStat(optPtr->matchLengthFreq, MaxML, 0); in ZSTD_rescaleFreqs()317 optPtr->matchLengthSum++; in ZSTD_updateStats()1242 optPtr->matchLengthSum = ZSTD_upscaleStat(optPtr->matchLengthFreq, MaxML, 0); in ZSTD_upscaleStats()
411 size_t matchLengthSum = 0; in ZSTD_seqDecompressedSize() local416 matchLengthSum += seqLen.matchLength; in ZSTD_seqDecompressedSize()423 return matchLengthSum + litSize; in ZSTD_seqDecompressedSize()
127 U32 matchLengthSum; /* nb of matchLength codes */ member
10020 U32 matchLengthSum; /* nb of matchLength codes */ member12117 size_t matchLengthSum = 0; in ZSTD_seqDecompressedSize() local12122 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()[all …]
545 U32 matchLengthSum; member
599 U32 matchLengthSum; member
2834 U32 matchLengthSum; member