Home
last modified time | relevance | path

Searched refs:jobParams (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c664 …ZSTD_CCtx_params jobParams = job->params; /* do not modify job->params ! copy it, modify the cop… in ZSTDMT_compressionJob() local
677 if (jobParams.ldmParams.enableLdm && rawSeqStore.seq == NULL) in ZSTDMT_compressionJob()
683 if (job->jobID != 0) jobParams.fParams.checksumFlag = 0; in ZSTDMT_compressionJob()
685 jobParams.ldmParams.enableLdm = 0; in ZSTDMT_compressionJob()
690 …ced_internal(cctx, NULL, 0, ZSTD_dct_auto, ZSTD_dtlm_fast, job->cdict, &jobParams, job->fullFrameS… in ZSTDMT_compressionJob()
695 …{ size_t const forceWindowError = ZSTD_CCtxParams_setParameter(&jobParams, ZSTD_c_forceMaxWindow… in ZSTDMT_compressionJob()
702 &jobParams, pledgedSrcSize); in ZSTDMT_compressionJob()