Searched refs:maxBlockSize (Results 1 – 3 of 3) sorted by relevance
274 /* Resolves maxBlockSize to the default if no value is present. */275 static size_t ZSTD_resolveMaxBlockSize(size_t maxBlockSize) { in ZSTD_resolveMaxBlockSize() argument 276 if (maxBlockSize == 0) { in ZSTD_resolveMaxBlockSize() 279 return maxBlockSize; in ZSTD_resolveMaxBlockSize() 316 cctxParams.maxBlockSize = ZSTD_resolveMaxBlockSize(cctxParams.maxBlockSize); in ZSTD_makeCCtxParamsFromCParams() 384 cctxParams->maxBlockSize = ZSTD_resolveMaxBlockSize(cctxParams->maxBlockSize); in ZSTD_CCtxParams_init_internal() 965 CCtxParams->maxBlockSize = (size_t)value; in ZSTD_CCtxParams_setParameter() 966 return CCtxParams->maxBlockSize; in ZSTD_CCtxParams_setParameter() 1647 ZSTD_estimateCCtxSize_usingCCtxParams_internal(const ZSTD_compressionParameters * cParams,const ldmParams_t * ldmParams,const int isStatic,const ZSTD_ParamSwitch_e useRowMatchFinder,const size_t buffInSize,const size_t buffOutSize,const U64 pledgedSrcSize,int useSequenceProducer,size_t maxBlockSize) ZSTD_estimateCCtxSize_usingCCtxParams_internal() argument [all...]
412 size_t maxBlockSize; member
815 unsigned maxBlockSize = 0; in ZSTD_decompressionMargin() local 837 maxBlockSize = MAX(maxBlockSize, zfh.blockSizeMax); in ZSTD_decompressionMargin() 850 margin += maxBlockSize; in ZSTD_decompressionMargin()