Searched refs:litLengthFreq (Results 1 – 9 of 9) sorted by relevance
| /src/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_opt.c | 163 … 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 D | zstd_compress_internal.h | 166 unsigned* litLengthFreq; /* table of litLength statistics, of size (MaxLL+1) */ member
|
| H A D | zstd_compress.c | 1771 … ms->opt.litLengthFreq = (unsigned*)ZSTD_cwksp_reserve_aligned(ws, (MaxLL+1) * sizeof(unsigned)); in ZSTD_reset_matchState()
|
| /src/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_opt.c | 185 … optPtr->litLengthFreq[ll] = bitCost ? 1 << (scaleLog-bitCost) : 1 /*minimum to calculate cost*/; in ZSTD_rescaleFreqs() 186 optPtr->litLengthSum += optPtr->litLengthFreq[ll]; in ZSTD_rescaleFreqs() 230 ZSTD_memcpy(optPtr->litLengthFreq, baseLLfreqs, sizeof(baseLLfreqs)); in ZSTD_rescaleFreqs() 256 optPtr->litLengthSum = ZSTD_scaleStats(optPtr->litLengthFreq, MaxLL, 11); in ZSTD_rescaleFreqs() 314 - WEIGHT(optPtr->litLengthFreq[llCode], optLevel); in ZSTD_litLengthPrice() 371 optPtr->litLengthFreq[llCode]++; in ZSTD_updateStats()
|
| H A D | zstd_compress_internal.h | 231 unsigned* litLengthFreq; /* table of litLength statistics, of size (MaxLL+1) */ member
|
| H A D | zstd_compress.c | 2058 … ms->opt.litLengthFreq = (unsigned*)ZSTD_cwksp_reserve_aligned64(ws, (MaxLL+1) * sizeof(unsigned)); in ZSTD_reset_matchState()
|
| /src/sys/contrib/zstd/lib/legacy/ |
| H A D | zstd_v06.c | 593 U32* litLengthFreq; member
|
| H A D | zstd_v05.c | 539 U32* litLengthFreq; member
|
| H A D | zstd_v07.c | 2827 U32* litLengthFreq; member
|