Searched refs:ZSTD_minCLevel (Results 1 – 3 of 3) sorted by relevance
60 return ZSTD_minCLevel(); in zstd_min_clevel()
241 ZSTDLIB_API int ZSTD_minCLevel(void); /*!< minimum negative compression level …
421 bounds.lowerBound = ZSTD_minCLevel(); in ZSTD_cParam_getBounds()7465 int ZSTD_minCLevel(void) { return (int)-ZSTD_TARGETLENGTH_MAX; } in ZSTD_minCLevel() function7567 int const clampedCompressionLevel = MAX(ZSTD_minCLevel(), compressionLevel); in ZSTD_getCParams_internal()