Home
last modified time | relevance | path

Searched refs:matchLengthSum (Results 1 – 9 of 9) sorted by relevance

/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_superblock.c134 size_t matchLengthSum = 0; in ZSTD_seqDecompressedSize() local
140 matchLengthSum += seqLen.matchLength; in ZSTD_seqDecompressedSize()
144 (unsigned)litLengthSum, (unsigned)matchLengthSum); in ZSTD_seqDecompressedSize()
150 return matchLengthSum + litSize; in ZSTD_seqDecompressedSize()
H A Dzstd_opt.c88 optPtr->matchLengthSumBasePrice = WEIGHT(optPtr->matchLengthSum, optLevel); in ZSTD_setBasePrices()
192 optPtr->matchLengthSum = 0; in ZSTD_rescaleFreqs()
198 optPtr->matchLengthSum += optPtr->matchLengthFreq[ml]; in ZSTD_rescaleFreqs()
238 optPtr->matchLengthSum = MaxML+1; in ZSTD_rescaleFreqs()
257 optPtr->matchLengthSum = ZSTD_scaleStats(optPtr->matchLengthFreq, MaxML, 11); in ZSTD_rescaleFreqs()
386 optPtr->matchLengthSum++; in ZSTD_updateStats()
H A Dzstd_compress_internal.h239 U32 matchLengthSum; /* nb of matchLength codes */ member
/src/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_superblock.c133 size_t matchLengthSum = 0; in ZSTD_seqDecompressedSize() local
139 matchLengthSum += seqLen.matchLength; in ZSTD_seqDecompressedSize()
146 return matchLengthSum + litSize; in ZSTD_seqDecompressedSize()
H A Dzstd_opt.c76 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()
H A Dzstd_compress_internal.h174 U32 matchLengthSum; /* nb of matchLength codes */ member
/src/sys/contrib/zstd/lib/legacy/
H A Dzstd_v06.c596 U32 matchLengthSum; member
H A Dzstd_v05.c542 U32 matchLengthSum; member
H A Dzstd_v07.c2830 U32 matchLengthSum; member