Searched refs:compressionLevel (Results 1 – 6 of 6) sorted by relevance
/linux/lib/lz4/ |
H A D | lz4hc_compress.c | 343 int compressionLevel, in LZ4HC_compress_generic() argument 367 if (compressionLevel > LZ4HC_MAX_CLEVEL) in LZ4HC_compress_generic() 368 compressionLevel = LZ4HC_MAX_CLEVEL; in LZ4HC_compress_generic() 369 if (compressionLevel < 1) in LZ4HC_compress_generic() 370 compressionLevel = LZ4HC_DEFAULT_CLEVEL; in LZ4HC_compress_generic() 371 maxNbAttempts = 1 << (compressionLevel - 1); in LZ4HC_compress_generic() 586 int compressionLevel) in LZ4_compress_HC_extStateHC() argument 601 srcSize, maxDstSize, compressionLevel, limitedOutput); in LZ4_compress_HC_extStateHC() 604 srcSize, maxDstSize, compressionLevel, noLimit); in LZ4_compress_HC_extStateHC() 608 int maxDstSize, int compressionLevel, void *wrkmem) in LZ4_compress_HC() argument [all …]
|
/linux/include/linux/ |
H A D | zstd_lib.h | 141 int compressionLevel); 274 int compressionLevel); 841 ZSTDLIB_API size_t ZSTD_initCStream(ZSTD_CStream* zcs, int compressionLevel); 947 int compressionLevel); 979 int compressionLevel); 1785 ZSTDLIB_STATIC_API size_t ZSTD_estimateCDictSize(size_t dictSize, int compressionLevel); 1904 …CDict* ZSTD_createCDict_byReference(const void* dictBuffer, size_t dictSize, int compressionLevel); 1909 ZSTDLIB_STATIC_API ZSTD_compressionParameters ZSTD_getCParams(int compressionLevel, unsigned long l… 1914 ZSTDLIB_STATIC_API ZSTD_parameters ZSTD_getParams(int compressionLevel, unsigned long long estimate… 2361 ZSTDLIB_STATIC_API size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel); [all …]
|
H A D | lz4.h | 129 unsigned int compressionLevel; member 347 int compressionLevel, void *wrkmem); 361 void LZ4_resetStreamHC(LZ4_streamHC_t *streamHCPtr, int compressionLevel);
|
/linux/lib/zstd/compress/ |
H A D | zstd_compress.c | 88 int compressionLevel; /* 0 indicates that advanced API was used to select CDict params */ member 318 … cctxParams.compressionLevel); in ZSTD_makeCCtxParamsFromCParams() 353 size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel) { in ZSTD_CCtxParams_init() argument 356 cctxParams->compressionLevel = compressionLevel; in ZSTD_CCtxParams_init() 370 int compressionLevel) in ZSTD_CCtxParams_init_internal() argument 379 cctxParams->compressionLevel = compressionLevel; in ZSTD_CCtxParams_init_internal() 385 …codes = ZSTD_resolveExternalRepcodeSearch(cctxParams->searchForExternalRepcodes, compressionLevel); in ZSTD_CCtxParams_init_internal() 411 cctxParams->compressionLevel = ZSTD_NO_CLEVEL; in ZSTD_CCtxParams_setZstdParams() 766 CCtxParams->compressionLevel = ZSTD_CLEVEL_DEFAULT; /* 0 == default */ in ZSTD_CCtxParams_setParameter() 768 CCtxParams->compressionLevel = value; in ZSTD_CCtxParams_setParameter() [all …]
|
H A D | zstd_compress_internal.h | 365 int compressionLevel; member
|
/linux/lib/zstd/ |
H A D | zstd_compress_module.c | 114 int compressionLevel, in dummy_external_sequence_producer() argument 121 (void)compressionLevel; in dummy_external_sequence_producer()
|