Home
last modified time | relevance | path

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

/linux/lib/zstd/common/
H A Dfse.h281 FSE_repeat_check, /*< Can use the previous table but it must be checked */ enumerator
/linux/lib/zstd/compress/
H A Dzstd_compress_sequences.c234 *repeatMode = FSE_repeat_check; in ZSTD_selectEncodingType()
H A Dzstd_compress.c4083 zc->blockState.prevCBlock->entropy.fse.offcode_repeatMode = FSE_repeat_check; in ZSTD_compressSeqStore_singleBlock()
4281 zc->blockState.prevCBlock->entropy.fse.offcode_repeatMode = FSE_repeat_check; in ZSTD_compressBlock_splitBlock()
4359 zc->blockState.prevCBlock->entropy.fse.offcode_repeatMode = FSE_repeat_check; in ZSTD_compressBlock_internal()
4435 zc->blockState.prevCBlock->entropy.fse.offcode_repeatMode = FSE_repeat_check; in ZSTD_compressBlock_targetCBlockSize()
4965 return FSE_repeat_check; in ZSTD_dictNCountRepeat()
4969 return FSE_repeat_check; in ZSTD_dictNCountRepeat()
6827 cctx->blockState.prevCBlock->entropy.fse.offcode_repeatMode = FSE_repeat_check; in ZSTD_compressSequences_internal()
7348 cctx->blockState.prevCBlock->entropy.fse.offcode_repeatMode = FSE_repeat_check; in ZSTD_compressSequencesAndLiterals_internal()