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()
2675 if (zc->blockState.prevCBlock->entropy.fse.offcode_repeatMode == FSE_repeat_valid) in ZSTD_compressBlock_internal()2750 if (zc->blockState.prevCBlock->entropy.fse.offcode_repeatMode == FSE_repeat_valid) in ZSTD_compressBlock_targetCBlockSize()3137 return FSE_repeat_valid; in ZSTD_dictNCountRepeat()4768 if (cctx->blockState.prevCBlock->entropy.fse.offcode_repeatMode == FSE_repeat_valid) in ZSTD_compressSequences_internal()
363 FSE_repeat_valid /*< Can use the previous table and it is assumed to be valid */ enumerator
Completed in 19 milliseconds