Searched refs:FSE_repeat_valid (Results 1 – 3 of 3) 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()
365 FSE_repeat_valid /**< Can use the previous table and it is assumed to be valid */ enumerator