Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c59 optPtr->offCodeFreq[u] = 1; in ZSTD_rescaleFreqs()
82 optPtr->offCodeFreq[u] = 1 + (optPtr->offCodeFreq[u]>>ZSTD_FREQ_DIV); in ZSTD_rescaleFreqs()
83 optPtr->offCodeSum += optPtr->offCodeFreq[u]; in ZSTD_rescaleFreqs()
182 price = offCode + optPtr->log2offCodeSum - ZSTD_highbit32(optPtr->offCodeFreq[offCode]+1); in ZSTD_getMatchPrice()
214 optPtr->offCodeFreq[offCode]++; in ZSTD_updateStats()
H A Dzstd_compress_internal.h84 U32* offCodeFreq; /* table of offCode statistics, of size (MaxOff+1) */ member
H A Dzstd_compress.c923 ms->opt.offCodeFreq = ms->opt.matchLengthFreq + (MaxML+1); in ZSTD_reset_matchState()
924 ptr = ms->opt.offCodeFreq + (MaxOff+1); in ZSTD_reset_matchState()
/freebsd-12.1/sys/contrib/zstd/lib/legacy/
H A Dzstd_v06.c592 U32* offCodeFreq; member
H A Dzstd_v05.c538 U32* offCodeFreq; member
H A Dzstd_v07.c2827 U32* offCodeFreq; member