Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_opt.c144 … optPtr->litLengthFreq[ll] = bitCost ? 1 << (scaleLog-bitCost) : 1 /*minimum to calculate cost*/; in ZSTD_rescaleFreqs()
145 optPtr->litLengthSum += optPtr->litLengthFreq[ll]; in ZSTD_rescaleFreqs()
183 optPtr->litLengthFreq[ll] = 1; in ZSTD_rescaleFreqs()
205 optPtr->litLengthSum = ZSTD_downscaleStat(optPtr->litLengthFreq, MaxLL, 0); in ZSTD_rescaleFreqs()
249 - WEIGHT(optPtr->litLengthFreq[llCode], optLevel); in ZSTD_litLengthPrice()
303 optPtr->litLengthFreq[llCode]++; in ZSTD_updateStats()
1097 optPtr->litLengthSum = ZSTD_upscaleStat(optPtr->litLengthFreq, MaxLL, 0); in ZSTD_upscaleStats()
H A Dzstd_compress_internal.h104 unsigned* litLengthFreq; /* table of litLength statistics, of size (MaxLL+1) */ member
H A Dzstd_compress.c1390 … ms->opt.litLengthFreq = (unsigned*)ZSTD_cwksp_reserve_aligned(ws, (MaxLL+1) * sizeof(unsigned)); in ZSTD_reset_matchState()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c163 … optPtr->litLengthFreq[ll] = bitCost ? 1 << (scaleLog-bitCost) : 1 /*minimum to calculate cost*/; in ZSTD_rescaleFreqs()
164 optPtr->litLengthSum += optPtr->litLengthFreq[ll]; in ZSTD_rescaleFreqs()
207 ZSTD_memcpy(optPtr->litLengthFreq, baseLLfreqs, sizeof(baseLLfreqs)); in ZSTD_rescaleFreqs()
234 optPtr->litLengthSum = ZSTD_scaleStats(optPtr->litLengthFreq, MaxLL, 11); in ZSTD_rescaleFreqs()
287 - WEIGHT(optPtr->litLengthFreq[llCode], optLevel); in ZSTD_litLengthPrice()
343 optPtr->litLengthFreq[llCode]++; in ZSTD_updateStats()
H A Dzstd_compress_internal.h166 unsigned* litLengthFreq; /* table of litLength statistics, of size (MaxLL+1) */ member
H A Dzstd_compress.c1771 … ms->opt.litLengthFreq = (unsigned*)ZSTD_cwksp_reserve_aligned(ws, (MaxLL+1) * sizeof(unsigned)); in ZSTD_reset_matchState()
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v05.c539 U32* litLengthFreq; member
H A Dzstd_v06.c593 U32* litLengthFreq; member
H A Dzstd_v07.c2827 U32* litLengthFreq; member