Searched refs:clampedCompressionLevel (Results 1 – 1 of 1) sorted by relevance
7567 int const clampedCompressionLevel = MAX(ZSTD_minCLevel(), compressionLevel); in ZSTD_getCParams_internal() local7568 cp.targetLength = (unsigned)(-clampedCompressionLevel); in ZSTD_getCParams_internal()