Searched refs:ZSTD_estimateCStreamSize_usingCCtxParams (Results 1 – 3 of 3) sorted by relevance
150 return ZSTD_estimateCStreamSize_usingCCtxParams(&cctx_params); in zstd_cstream_workspace_bound_with_ext_seq_prod()
1760 * ZSTD_estimateCStreamSize_usingCCtxParams() can be used in tandem with ZSTD_CCtxParams_setParameter(). Only single-threaded compression is supported. This function will return an error code if ZSTD_c_nbWorkers is >= 1.1762 * ZSTD_estimateCStreamSize_usingCCtxParams() will return an error code if ZSTD_c_nbWorkers is >= 1.1776 ZSTDLIB_STATIC_API size_t ZSTD_estimateCStreamSize_usingCCtxParams(const ZSTD_CCtx_params* params);
1747 size_t ZSTD_estimateCStreamSize_usingCCtxParams(const ZSTD_CCtx_params* params) in ZSTD_estimateCStreamSize_usingCCtxParams() function 1775 noRowCCtxSize = ZSTD_estimateCStreamSize_usingCCtxParams(&initialParams); in ZSTD_estimateCStreamSize_usingCParams() 1777 rowCCtxSize = ZSTD_estimateCStreamSize_usingCCtxParams(&initialParams); in ZSTD_estimateCStreamSize_usingCParams() 1780 return ZSTD_estimateCStreamSize_usingCCtxParams(&initialParams); in ZSTD_estimateCStreamSize_usingCParams()