Searched refs:ZSTD_c_compressionLevel (Results 1 – 2 of 2) sorted by relevance
/linux/lib/zstd/compress/ |
H A D | zstd_compress.c | 420 case ZSTD_c_compressionLevel: in ZSTD_cParam_getBounds() 644 case ZSTD_c_compressionLevel: in ZSTD_isUpdateAuthorized() 707 case ZSTD_c_compressionLevel: in ZSTD_CCtx_setParameter() 763 case ZSTD_c_compressionLevel : { in ZSTD_CCtxParams_setParameter() 990 case ZSTD_c_compressionLevel : in ZSTD_CCtxParams_getParameter() 5943 FORWARD_IF_ERROR( ZSTD_CCtx_setParameter(zcs, ZSTD_c_compressionLevel, compressionLevel) , ""); in ZSTD_initCStream_usingDict() 5958 FORWARD_IF_ERROR( ZSTD_CCtx_setParameter(zcs, ZSTD_c_compressionLevel, compressionLevel) , ""); in ZSTD_initCStream_srcSize() 5968 FORWARD_IF_ERROR( ZSTD_CCtx_setParameter(zcs, ZSTD_c_compressionLevel, compressionLevel) , ""); in ZSTD_initCStream()
|
/linux/include/linux/ |
H A D | zstd_lib.h | 334 ZSTD_c_compressionLevel=100, /* Set compression parameters according to pre-defined cLevel table. enumerator 836 * ZSTD_CCtx_setParameter(zcs, ZSTD_c_compressionLevel, compressionLevel); 1637 * - ZSTD_c_compressionLevel accordingly adjusts the strength of the entropy coder, as it would in typical compression. 2596 * ZSTD_CCtx_setParameter(zcs, ZSTD_c_compressionLevel, compressionLevel); 2613 * ZSTD_CCtx_setParameter(zcs, ZSTD_c_compressionLevel, compressionLevel);
|