Searched refs:litLengthFreq (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_opt.c | 143 … optPtr->litLengthFreq[ll] = bitCost ? 1 << (scaleLog-bitCost) : 1 /*minimum to calculate cost*/; in ZSTD_rescaleFreqs() 144 optPtr->litLengthSum += optPtr->litLengthFreq[ll]; in ZSTD_rescaleFreqs() 182 optPtr->litLengthFreq[ll] = 1; in ZSTD_rescaleFreqs() 204 optPtr->litLengthSum = ZSTD_downscaleStat(optPtr->litLengthFreq, MaxLL, 0); in ZSTD_rescaleFreqs() 248 - WEIGHT(optPtr->litLengthFreq[llCode], optLevel); in ZSTD_litLengthPrice() 302 optPtr->litLengthFreq[llCode]++; in ZSTD_updateStats() 1241 optPtr->litLengthSum = ZSTD_upscaleStat(optPtr->litLengthFreq, MaxLL, 0); in ZSTD_upscaleStats()
|
| H A D | zstd_compress_internal.h | 119 unsigned* litLengthFreq; /* table of litLength statistics, of size (MaxLL+1) */ member
|
| H A D | zstd_compress.c | 1570 … ms->opt.litLengthFreq = (unsigned*)ZSTD_cwksp_reserve_aligned(ws, (MaxLL+1) * sizeof(unsigned)); in ZSTD_reset_matchState()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 10014 unsigned* litLengthFreq; /* table of litLength statistics, of size (MaxLL+1) */ member 14473 … ms->opt.litLengthFreq = (unsigned*)ZSTD_cwksp_reserve_aligned(ws, (MaxLL+1) * sizeof(unsigned)); in ZSTD_reset_matchState() 20289 … optPtr->litLengthFreq[ll] = bitCost ? 1 << (scaleLog-bitCost) : 1 /*minimum to calculate cost*/; in ZSTD_rescaleFreqs() 20290 optPtr->litLengthSum += optPtr->litLengthFreq[ll]; in ZSTD_rescaleFreqs() 20328 optPtr->litLengthFreq[ll] = 1; in ZSTD_rescaleFreqs() 20350 optPtr->litLengthSum = ZSTD_downscaleStat(optPtr->litLengthFreq, MaxLL, 0); in ZSTD_rescaleFreqs() 20394 - WEIGHT(optPtr->litLengthFreq[llCode], optLevel); in ZSTD_litLengthPrice() 20448 optPtr->litLengthFreq[llCode]++; in ZSTD_updateStats() 21242 optPtr->litLengthSum = ZSTD_upscaleStat(optPtr->litLengthFreq, MaxLL, 0); in ZSTD_upscaleStats()
|
| /f-stack/freebsd/contrib/zstd/lib/legacy/ |
| H A D | zstd_v06.c | 596 U32* litLengthFreq; member
|
| H A D | zstd_v05.c | 542 U32* litLengthFreq; member
|
| H A D | zstd_v07.c | 2831 U32* litLengthFreq; member
|