Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
/f-stack/freebsd/contrib/zstd/lib/common/
H A Dfse.h366 FSE_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.c1809 FSE_repeat_valid /**< Can use the previous table and it is assumed to be valid */ enumerator
11426 if ( (*repeatMode == FSE_repeat_valid) in ZSTD_selectEncodingType()
11452 assert(!(*repeatMode == FSE_repeat_valid && ZSTD_isError(repeatCost))); in ZSTD_selectEncodingType()
15554 if (zc->blockState.prevCBlock->entropy.fse.offcode_repeatMode == FSE_repeat_valid) in ZSTD_compressBlock_internal()
15629 if (zc->blockState.prevCBlock->entropy.fse.offcode_repeatMode == FSE_repeat_valid) in ZSTD_compressBlock_targetCBlockSize()
16111 bs->entropy.fse.offcode_repeatMode = FSE_repeat_valid; in ZSTD_loadZstdDictionary()
16112 bs->entropy.fse.matchlength_repeatMode = FSE_repeat_valid; in ZSTD_loadZstdDictionary()
16113 bs->entropy.fse.litlength_repeatMode = FSE_repeat_valid; in ZSTD_loadZstdDictionary()