Searched refs:minAdaptLevel (Results 1 – 1 of 1) sorted by relevance
312 int minAdaptLevel; member384 …ret->minAdaptLevel = -50; /* initializing this value requires a constant, so ZSTD_minCLevel() do… in FIO_createPreferences()522 prefs->minAdaptLevel = minCLevel; in FIO_setAdaptMin()1538 … if (compressionLevel < prefs->minAdaptLevel) compressionLevel = prefs->minAdaptLevel; in FIO_compressZstdFrame()1824 DISPLAY(" --adapt=min=%d,max=%d", prefs->minAdaptLevel, prefs->maxAdaptLevel); in FIO_displayCompressionParameters()