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

/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_opt.c143 optPtr->litLengthFreq[ll] = bitCost ? 1 << (scaleLog-bitCost) : 1 /*minimum to calculate cost*/;
144 optPtr->litLengthSum += optPtr->litLengthFreq[ll];
182 optPtr->litLengthFreq[ll] = 1;
204 optPtr->litLengthSum = ZSTD_downscaleStat(optPtr->litLengthFreq, MaxLL, 0);
248 - WEIGHT(optPtr->litLengthFreq[llCode], optLevel);
302 optPtr->litLengthFreq[llCode]++;
1096 optPtr->litLengthSum = ZSTD_upscaleStat(optPtr->litLengthFreq, MaxLL, 0);
H A Dzstd_compress_internal.h103 unsigned* litLengthFreq; /* table of litLength statistics, of size (MaxLL+1) */ member in struct:__anon185
H A Dzstd_compress.c1389 ms->opt.litLengthFreq = (unsigned*)ZSTD_cwksp_reserve_aligned(ws, (MaxLL+1) * sizeof(unsigned));
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c163 optPtr->litLengthFreq[ll] = bitCost ? 1 << (scaleLog-bitCost) : 1 /*minimum to calculate cost*/;
164 optPtr->litLengthSum += optPtr->litLengthFreq[ll];
207 ZSTD_memcpy(optPtr->litLengthFreq, baseLLfreqs, sizeof(baseLLfreqs));
234 optPtr->litLengthSum = ZSTD_scaleStats(optPtr->litLengthFreq, MaxLL, 11);
287 - WEIGHT(optPtr->litLengthFreq[llCode], optLevel);
343 optPtr->litLengthFreq[llCode]++;
H A Dzstd_compress_internal.h166 unsigned* litLengthFreq; /* table of litLength statistics, of size (MaxLL+1) */ member in struct:__anon92
H A Dzstd_compress.c1771 ms->opt.litLengthFreq = (unsigned*)ZSTD_cwksp_reserve_aligned(ws, (MaxLL+1) * sizeof(unsigned));
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v06.c593 U32* litLengthFreq; member in struct:__anon254
H A Dzstd_v05.c539 U32* litLengthFreq; member in struct:__anon231
H A Dzstd_v07.c2827 U32* litLengthFreq; member in struct:__anon286

Completed in 203 milliseconds