Home
last modified time | relevance | path

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

/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()
/lib/zstd/
Dcompress.c2754 …D_compressBegin_usingDict(ZSTD_CCtx *cctx, const void *dict, size_t dictSize, int compressionLevel) in ZSTD_compressBegin_usingDict()
2760 size_t ZSTD_compressBegin(ZSTD_CCtx *cctx, int compressionLevel) { return ZSTD_compressBegin_usingD… in ZSTD_compressBegin()
3411 ZSTD_compressionParameters ZSTD_getCParams(int compressionLevel, unsigned long long srcSize, size_t… in ZSTD_getCParams()
3437 ZSTD_parameters ZSTD_getParams(int compressionLevel, unsigned long long srcSize, size_t dictSize) in ZSTD_getParams()