Home
last modified time | relevance | path

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

/freebsd-14.2/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
/freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_opt.c77 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()
1097 optPtr->matchLengthSum = ZSTD_upscaleStat(optPtr->matchLengthFreq, MaxML, 0); in ZSTD_upscaleStats()
H A Dzstd_compress_superblock.c411 size_t matchLengthSum = 0; in ZSTD_seqDecompressedSize() local
416 matchLengthSum += seqLen.matchLength; in ZSTD_seqDecompressedSize()
423 return matchLengthSum + litSize; in ZSTD_seqDecompressedSize()
H A Dzstd_compress_internal.h111 U32 matchLengthSum; /* nb of matchLength codes */ member
/freebsd-14.2/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