Searched refs:matchLengthFreq (Results 1 – 9 of 9) sorted by relevance
| /src/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_opt.c | 175 … optPtr->matchLengthFreq[ml] = bitCost ? 1 << (scaleLog-bitCost) : 1 /*minimum to calculate cost*/; in ZSTD_rescaleFreqs() 176 optPtr->matchLengthSum += optPtr->matchLengthFreq[ml]; in ZSTD_rescaleFreqs() 213 optPtr->matchLengthFreq[ml] = 1; in ZSTD_rescaleFreqs() 235 optPtr->matchLengthSum = ZSTD_scaleStats(optPtr->matchLengthFreq, MaxML, 11); in ZSTD_rescaleFreqs() 318 …COST_MULTIPLIER) + (optPtr->matchLengthSumBasePrice - WEIGHT(optPtr->matchLengthFreq[mlCode], optL… in ZSTD_getMatchPrice() 357 optPtr->matchLengthFreq[mlCode]++; in ZSTD_updateStats()
|
| H A D | zstd_compress_internal.h | 167 unsigned* matchLengthFreq; /* table of matchLength statistics, of size (MaxML+1) */ member
|
| H A D | zstd_compress.c | 1772 … ms->opt.matchLengthFreq = (unsigned*)ZSTD_cwksp_reserve_aligned(ws, (MaxML+1) * sizeof(unsigned)); in ZSTD_reset_matchState()
|
| /src/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_opt.c | 197 … optPtr->matchLengthFreq[ml] = bitCost ? 1 << (scaleLog-bitCost) : 1 /*minimum to calculate cost*/; in ZSTD_rescaleFreqs() 198 optPtr->matchLengthSum += optPtr->matchLengthFreq[ml]; in ZSTD_rescaleFreqs() 236 optPtr->matchLengthFreq[ml] = 1; in ZSTD_rescaleFreqs() 257 optPtr->matchLengthSum = ZSTD_scaleStats(optPtr->matchLengthFreq, MaxML, 11); in ZSTD_rescaleFreqs() 346 …COST_MULTIPLIER) + (optPtr->matchLengthSumBasePrice - WEIGHT(optPtr->matchLengthFreq[mlCode], optL… in ZSTD_getMatchPrice() 385 optPtr->matchLengthFreq[mlCode]++; in ZSTD_updateStats()
|
| H A D | zstd_compress_internal.h | 232 unsigned* matchLengthFreq; /* table of matchLength statistics, of size (MaxML+1) */ member
|
| H A D | zstd_compress.c | 2059 …ms->opt.matchLengthFreq = (unsigned*)ZSTD_cwksp_reserve_aligned64(ws, (MaxML+1) * sizeof(unsigned)… in ZSTD_reset_matchState()
|
| /src/sys/contrib/zstd/lib/legacy/ |
| H A D | zstd_v06.c | 592 U32* matchLengthFreq; member
|
| H A D | zstd_v05.c | 538 U32* matchLengthFreq; member
|
| H A D | zstd_v07.c | 2826 U32* matchLengthFreq; member
|