Home
last modified time | relevance | path

Searched defs:compressionLevel (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/lib/lz4/
Dlz4hc_compress.c344 int compressionLevel, in LZ4HC_compress_generic()
587 int compressionLevel) in LZ4_compress_HC_extStateHC()
609 int maxDstSize, int compressionLevel, void *wrkmem) in LZ4_compress_HC()
619 void LZ4_resetStreamHC(LZ4_streamHC_t *LZ4_streamHCPtr, int compressionLevel) in LZ4_resetStreamHC()
/linux-5.19.10/lib/zstd/compress/
Dzstd_compress.c71 int compressionLevel; /* 0 indicates that advanced API was used to select CDict params */ member
254 size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel) { in ZSTD_CCtxParams_init()
268 …ms_init_internal(ZSTD_CCtx_params* cctxParams, ZSTD_parameters const* params, int compressionLevel) in ZSTD_CCtxParams_init_internal()
1321 static size_t ZSTD_estimateCCtxSize_internal(int compressionLevel) in ZSTD_estimateCCtxSize_internal()
1334 size_t ZSTD_estimateCCtxSize(int compressionLevel) in ZSTD_estimateCCtxSize()
1371 static size_t ZSTD_estimateCStreamSize_internal(int compressionLevel) in ZSTD_estimateCStreamSize_internal()
1377 size_t ZSTD_estimateCStreamSize(int compressionLevel) in ZSTD_estimateCStreamSize()
3390 …D_compressBegin_usingDict(ZSTD_CCtx* cctx, const void* dict, size_t dictSize, int compressionLevel) in ZSTD_compressBegin_usingDict()
3402 size_t ZSTD_compressBegin(ZSTD_CCtx* cctx, int compressionLevel) in ZSTD_compressBegin()
3518 int compressionLevel) in ZSTD_compress_usingDict()
[all …]
Dzstd_compress_internal.h219 int compressionLevel; member
/linux-5.19.10/include/linux/
Dlz4.h129 unsigned int compressionLevel; member