Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_literals.c96 …{ size_t const minLitSize = (prevHuf->repeatMode == HUF_repeat_valid) ? 6 : COMPRESS_LITERALS_SI… in ZSTD_compressLiterals()
103 if (repeat == HUF_repeat_valid && lhSize == 3) singleStream = 1; in ZSTD_compressLiterals()
H A Dhuf_compress.c769 if (preferRepeat && repeat && *repeat == HUF_repeat_valid) { in HUF_compress_internal()
H A Dzstd_compress_superblock.c92 …{ size_t const minLitSize = (prevHuf->repeatMode == HUF_repeat_valid) ? 6 : COMPRESS_LITERALS_SI… in ZSTD_buildSuperBlockEntropy_literal()
H A Dzstd_opt.c119 if (optPtr->symbolCosts->huf.repeatMode == HUF_repeat_valid) { in ZSTD_rescaleFreqs()
H A Dzstd_compress.c3185 bs->entropy.huf.repeatMode = HUF_repeat_valid; in ZSTD_loadCEntropy()
/f-stack/freebsd/contrib/zstd/lib/common/
H A Dhuf.h202 HUF_repeat_valid /**< Can use the previous table and it is assumed to be valid */ enumerator
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c2356 HUF_repeat_valid /**< Can use the previous table and it is assumed to be valid */ enumerator
9029 if (preferRepeat && repeat && *repeat == HUF_repeat_valid) { in HUF_compress_internal()
11135 …{ size_t const minLitSize = (prevHuf->repeatMode == HUF_repeat_valid) ? 6 : COMPRESS_LITERALS_SI… in ZSTD_compressLiterals()
11142 if (repeat == HUF_repeat_valid && lhSize == 3) singleStream = 1; in ZSTD_compressLiterals()
11800 …{ size_t const minLitSize = (prevHuf->repeatMode == HUF_repeat_valid) ? 6 : COMPRESS_LITERALS_SI… in ZSTD_buildSuperBlockEntropy_literal()
16003 bs->entropy.huf.repeatMode = HUF_repeat_valid; in ZSTD_loadCEntropy()
20265 if (optPtr->symbolCosts->huf.repeatMode == HUF_repeat_valid) { in ZSTD_rescaleFreqs()