Home
last modified time | relevance | path

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

/freebsd/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/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_opt.c78 optPtr->matchLengthSumBasePrice = WEIGHT(optPtr->matchLengthSum, optLevel); in ZSTD_setBasePrices()
151 optPtr->matchLengthSum = 0; in ZSTD_rescaleFreqs()
157 optPtr->matchLengthSum += optPtr->matchLengthFreq[ml]; in ZSTD_rescaleFreqs()
191 optPtr->matchLengthSum = MaxML+1; in ZSTD_rescaleFreqs()
206 optPtr->matchLengthSum = ZSTD_downscaleStat(optPtr->matchLengthFreq, MaxML, 0); in ZSTD_rescaleFreqs()
318 optPtr->matchLengthSum++; in ZSTD_updateStats()
1098 optPtr->matchLengthSum = ZSTD_upscaleStat(optPtr->matchLengthFreq, MaxML, 0); in ZSTD_upscaleStats()
H A Dzstd_compress_superblock.c412 size_t matchLengthSum = 0; in ZSTD_seqDecompressedSize() local
417 matchLengthSum += seqLen.matchLength; in ZSTD_seqDecompressedSize()
424 return matchLengthSum + litSize; in ZSTD_seqDecompressedSize()
H A Dzstd_compress_internal.h112 U32 matchLengthSum; /* nb of matchLength codes */ member
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v05.c542 U32 matchLengthSum; member
H A Dzstd_v06.c596 U32 matchLengthSum; member
H A Dzstd_v07.c2830 U32 matchLengthSum; member