Searched refs:compressionLevel (Results 1 – 3 of 3) sorted by relevance
118 int compressionLevel);210 int compressionLevel);720 ZSTDLIB_API size_t ZSTD_initCStream(ZSTD_CStream* zcs, int compressionLevel);796 int compressionLevel);828 int compressionLevel);1293 ZSTDLIB_API size_t ZSTD_estimateCCtxSize(int compressionLevel);1311 ZSTDLIB_API size_t ZSTD_estimateCStreamSize(int compressionLevel);1322 ZSTDLIB_API size_t ZSTD_estimateCDictSize(size_t dictSize, int compressionLevel);1728 int compressionLevel,1746 int compressionLevel);[all …]
238 cctxParams->compressionLevel = compressionLevel; in ZSTD_CCtxParams_init()547 if (CCtxParams->compressionLevel >= 0) return (size_t)CCtxParams->compressionLevel; in ZSTD_CCtxParams_setParameter()728 *value = CCtxParams->compressionLevel; in ZSTD_CCtxParams_getParameter()1183 for (level=MIN(compressionLevel, 1); level<=compressionLevel; level++) { in ZSTD_estimateCCtxSize()1222 for (level=MIN(compressionLevel, 1); level<=compressionLevel; level++) { in ZSTD_estimateCStreamSize()3098 || cdict->compressionLevel == 0) in ZSTD_compressBegin_internal()3300 int compressionLevel) in ZSTD_compressCCtx() argument3309 int compressionLevel) in ZSTD_compress() argument3454 cdict->compressionLevel = compressionLevel == 0 ? ZSTD_CLEVEL_DEFAULT : compressionLevel; in ZSTD_createCDict()4236 int row = compressionLevel; in ZSTD_getCParams_internal()[all …]
209 int compressionLevel; member