Home
last modified time | relevance | path

Searched refs:offCodeFreq (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_opt.c167 … optPtr->offCodeFreq[of] = bitCost ? 1 << (scaleLog-bitCost) : 1 /*minimum to calculate cost*/; in ZSTD_rescaleFreqs()
168 optPtr->offCodeSum += optPtr->offCodeFreq[of]; in ZSTD_rescaleFreqs()
194 optPtr->offCodeFreq[of] = 1; in ZSTD_rescaleFreqs()
206 optPtr->offCodeSum = ZSTD_downscaleStat(optPtr->offCodeFreq, MaxOff, 0); in ZSTD_rescaleFreqs()
271 … * BITCOST_MULTIPLIER) + (optPtr->offCodeSumBasePrice - WEIGHT(optPtr->offCodeFreq[offCode], optLe… in ZSTD_getMatchPrice()
309 optPtr->offCodeFreq[offCode]++; in ZSTD_updateStats()
1243 optPtr->offCodeSum = ZSTD_upscaleStat(optPtr->offCodeFreq, MaxOff, 0); in ZSTD_upscaleStats()
H A Dzstd_compress_internal.h121 unsigned* offCodeFreq; /* table of offCode statistics, of size (MaxOff+1) */ member
H A Dzstd_compress.c1572 … ms->opt.offCodeFreq = (unsigned*)ZSTD_cwksp_reserve_aligned(ws, (MaxOff+1) * sizeof(unsigned)); in ZSTD_reset_matchState()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10016 unsigned* offCodeFreq; /* table of offCode statistics, of size (MaxOff+1) */ member
14475 … ms->opt.offCodeFreq = (unsigned*)ZSTD_cwksp_reserve_aligned(ws, (MaxOff+1) * sizeof(unsigned)); in ZSTD_reset_matchState()
20313 … optPtr->offCodeFreq[of] = bitCost ? 1 << (scaleLog-bitCost) : 1 /*minimum to calculate cost*/; in ZSTD_rescaleFreqs()
20314 optPtr->offCodeSum += optPtr->offCodeFreq[of]; in ZSTD_rescaleFreqs()
20340 optPtr->offCodeFreq[of] = 1; in ZSTD_rescaleFreqs()
20352 optPtr->offCodeSum = ZSTD_downscaleStat(optPtr->offCodeFreq, MaxOff, 0); in ZSTD_rescaleFreqs()
20417 … * BITCOST_MULTIPLIER) + (optPtr->offCodeSumBasePrice - WEIGHT(optPtr->offCodeFreq[offCode], optLe… in ZSTD_getMatchPrice()
20455 optPtr->offCodeFreq[offCode]++; in ZSTD_updateStats()
21244 optPtr->offCodeSum = ZSTD_upscaleStat(optPtr->offCodeFreq, MaxOff, 0); in ZSTD_upscaleStats()
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v06.c598 U32* offCodeFreq; member
H A Dzstd_v05.c544 U32* offCodeFreq; member
H A Dzstd_v07.c2833 U32* offCodeFreq; member