Searched refs:offCodeFreq (Results 1 – 9 of 9) sorted by relevance
| /src/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_opt.c | 187 … optPtr->offCodeFreq[of] = bitCost ? 1 << (scaleLog-bitCost) : 1 /*minimum to calculate cost*/; in ZSTD_rescaleFreqs() 188 optPtr->offCodeSum += optPtr->offCodeFreq[of]; in ZSTD_rescaleFreqs() 223 ZSTD_memcpy(optPtr->offCodeFreq, baseOFCfreqs, sizeof(baseOFCfreqs)); in ZSTD_rescaleFreqs() 236 optPtr->offCodeSum = ZSTD_scaleStats(optPtr->offCodeFreq, MaxOff, 11); in ZSTD_rescaleFreqs() 312 … * BITCOST_MULTIPLIER) + (optPtr->offCodeSumBasePrice - WEIGHT(optPtr->offCodeFreq[offCode], optLe… in ZSTD_getMatchPrice() 350 optPtr->offCodeFreq[offCode]++; in ZSTD_updateStats()
|
| H A D | zstd_compress_internal.h | 168 unsigned* offCodeFreq; /* table of offCode statistics, of size (MaxOff+1) */ member
|
| H A D | zstd_compress.c | 1773 … ms->opt.offCodeFreq = (unsigned*)ZSTD_cwksp_reserve_aligned(ws, (MaxOff+1) * sizeof(unsigned)); in ZSTD_reset_matchState()
|
| /src/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_opt.c | 209 … optPtr->offCodeFreq[of] = bitCost ? 1 << (scaleLog-bitCost) : 1 /*minimum to calculate cost*/; in ZSTD_rescaleFreqs() 210 optPtr->offCodeSum += optPtr->offCodeFreq[of]; in ZSTD_rescaleFreqs() 246 ZSTD_memcpy(optPtr->offCodeFreq, baseOFCfreqs, sizeof(baseOFCfreqs)); in ZSTD_rescaleFreqs() 258 optPtr->offCodeSum = ZSTD_scaleStats(optPtr->offCodeFreq, MaxOff, 11); in ZSTD_rescaleFreqs() 340 … * BITCOST_MULTIPLIER) + (optPtr->offCodeSumBasePrice - WEIGHT(optPtr->offCodeFreq[offCode], optLe… in ZSTD_getMatchPrice() 378 optPtr->offCodeFreq[offCode]++; in ZSTD_updateStats()
|
| H A D | zstd_compress_internal.h | 233 unsigned* offCodeFreq; /* table of offCode statistics, of size (MaxOff+1) */ member
|
| H A D | zstd_compress.c | 2060 … ms->opt.offCodeFreq = (unsigned*)ZSTD_cwksp_reserve_aligned64(ws, (MaxOff+1) * sizeof(unsigned)); in ZSTD_reset_matchState()
|
| /src/sys/contrib/zstd/lib/legacy/ |
| H A D | zstd_v06.c | 595 U32* offCodeFreq; member
|
| H A D | zstd_v05.c | 541 U32* offCodeFreq; member
|
| H A D | zstd_v07.c | 2829 U32* offCodeFreq; member
|