Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/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()
1242 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.h127 U32 matchLengthSum; /* nb of matchLength codes */ member
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10022 U32 matchLengthSum; /* nb of matchLength codes */ member
12119 size_t matchLengthSum = 0; in ZSTD_seqDecompressedSize() local
12124 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 …]
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v06.c599 U32 matchLengthSum; member
H A Dzstd_v05.c545 U32 matchLengthSum; member
H A Dzstd_v07.c2834 U32 matchLengthSum; member