Home
last modified time | relevance | path

Searched refs:FSE_repeat_valid (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_sequences.c185 if ( (*repeatMode == FSE_repeat_valid) in ZSTD_selectEncodingType()
211 assert(!(*repeatMode == FSE_repeat_valid && ZSTD_isError(repeatCost))); in ZSTD_selectEncodingType()
H A Dzstd_compress.c2726 if (zc->blockState.prevCBlock->entropy.fse.offcode_repeatMode == FSE_repeat_valid) in ZSTD_compressBlock_internal()
2801 if (zc->blockState.prevCBlock->entropy.fse.offcode_repeatMode == FSE_repeat_valid) in ZSTD_compressBlock_targetCBlockSize()
3164 return FSE_repeat_valid; in ZSTD_dictNCountRepeat()
4870 if (cctx->blockState.prevCBlock->entropy.fse.offcode_repeatMode == FSE_repeat_valid) in ZSTD_compressSequences_internal()
/freebsd-13.1/sys/contrib/zstd/lib/common/
H A Dfse.h366 FSE_repeat_valid /**< Can use the previous table and it is assumed to be valid */ enumerator
/freebsd-13.1/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c1809 FSE_repeat_valid /**< Can use the previous table and it is assumed to be valid */ enumerator
11424 if ( (*repeatMode == FSE_repeat_valid) in ZSTD_selectEncodingType()
11450 assert(!(*repeatMode == FSE_repeat_valid && ZSTD_isError(repeatCost))); in ZSTD_selectEncodingType()
15552 if (zc->blockState.prevCBlock->entropy.fse.offcode_repeatMode == FSE_repeat_valid) in ZSTD_compressBlock_internal()
15627 if (zc->blockState.prevCBlock->entropy.fse.offcode_repeatMode == FSE_repeat_valid) in ZSTD_compressBlock_targetCBlockSize()
16109 bs->entropy.fse.offcode_repeatMode = FSE_repeat_valid; in ZSTD_loadZstdDictionary()
16110 bs->entropy.fse.matchlength_repeatMode = FSE_repeat_valid; in ZSTD_loadZstdDictionary()
16111 bs->entropy.fse.litlength_repeatMode = FSE_repeat_valid; in ZSTD_loadZstdDictionary()