Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dhuf.h137 HUF_repeat_valid /**< Can use the previous table and it is asumed to be valid */ enumerator
Dhuf_compress.c687 if (preferRepeat && repeat && *repeat == HUF_repeat_valid) { in HUF_compress_internal()
Dcompress.c494 size_t const minLitSize = zc->flagStaticHufTable == HUF_repeat_valid ? 6 : LITERAL_NOENTROPY; in ZSTD_compressLiterals()
504 if (repeat == HUF_repeat_valid && lhSize == 3) in ZSTD_compressLiterals()
2716 cctx->flagStaticHufTable = HUF_repeat_valid; in ZSTD_loadZstdDictionary()