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
10022 U32 matchLengthSum; /* nb of matchLength codes */ member12119 size_t matchLengthSum = 0; in ZSTD_seqDecompressedSize() local12124 matchLengthSum += seqLen.matchLength; in ZSTD_seqDecompressedSize()12131 return matchLengthSum + litSize; in ZSTD_seqDecompressedSize()20223 optPtr->matchLengthSumBasePrice = WEIGHT(optPtr->matchLengthSum, optLevel); in ZSTD_setBasePrices()20296 optPtr->matchLengthSum = 0; in ZSTD_rescaleFreqs()20302 optPtr->matchLengthSum += optPtr->matchLengthFreq[ml]; in ZSTD_rescaleFreqs()20336 optPtr->matchLengthSum = MaxML+1; in ZSTD_rescaleFreqs()20351 optPtr->matchLengthSum = ZSTD_downscaleStat(optPtr->matchLengthFreq, MaxML, 0); in ZSTD_rescaleFreqs()20463 optPtr->matchLengthSum++; in ZSTD_updateStats()[all …]
599 U32 matchLengthSum; member
545 U32 matchLengthSum; member
2834 U32 matchLengthSum; member