Searched refs:FSE_repeat_valid (Results 1 – 4 of 4) sorted by relevance
185 if ( (*repeatMode == FSE_repeat_valid) in ZSTD_selectEncodingType()211 assert(!(*repeatMode == FSE_repeat_valid && ZSTD_isError(repeatCost))); in ZSTD_selectEncodingType()
2726 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()
366 FSE_repeat_valid /**< Can use the previous table and it is assumed to be valid */ enumerator
1809 FSE_repeat_valid /**< Can use the previous table and it is assumed to be valid */ enumerator11426 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()