Searched refs:enableLdm (Results 1 – 7 of 7) sorted by relevance
496 if (params.ldmParams.enableLdm == ZSTD_ps_enable) { in ZSTDMT_serialState_reset()507 if (params.ldmParams.enableLdm == ZSTD_ps_enable) { in ZSTDMT_serialState_reset()594 if (serialState->params.ldmParams.enableLdm == ZSTD_ps_enable) { in ZSTDMT_serialState_genSequences()630 assert(serialState->params.ldmParams.enableLdm == ZSTD_ps_enable); (void)serialState; in ZSTDMT_serialState_applySequences()710 if (jobParams.ldmParams.enableLdm == ZSTD_ps_enable && rawSeqStore.seq == NULL) in ZSTDMT_compressionJob()718 jobParams.ldmParams.enableLdm = ZSTD_ps_disable; in ZSTDMT_compressionJob()1187 if (params->ldmParams.enableLdm == ZSTD_ps_enable) { in ZSTDMT_computeTargetJobLog()1231 if (params->ldmParams.enableLdm == ZSTD_ps_enable) { in ZSTDMT_computeOverlapSize()1315 …size_t const windowSize = mtctx->params.ldmParams.enableLdm == ZSTD_ps_enable ? (1U << mtctx->para… in ZSTDMT_initCStream_internal()1659 if (mtctx->params.ldmParams.enableLdm == ZSTD_ps_enable) { in ZSTDMT_waitForLdmComplete()
312 … cctxParams.ldmParams.enableLdm = ZSTD_resolveEnableLdm(cctxParams.ldmParams.enableLdm, &cParams); in ZSTD_makeCCtxParamsFromCParams()313 if (cctxParams.ldmParams.enableLdm == ZSTD_ps_enable) { in ZSTD_makeCCtxParamsFromCParams()387 …cctxParams->ldmParams.enableLdm = ZSTD_resolveEnableLdm(cctxParams->ldmParams.enableLdm, ¶ms->… in ZSTD_CCtxParams_init_internal()392 … cctxParams->useRowMatchFinder, cctxParams->postBlockSplitter, cctxParams->ldmParams.enableLdm); in ZSTD_CCtxParams_init_internal()916 CCtxParams->ldmParams.enableLdm = (ZSTD_ParamSwitch_e)value; in ZSTD_CCtxParams_setParameter()917 return CCtxParams->ldmParams.enableLdm; in ZSTD_CCtxParams_setParameter()1110 *value = (int)CCtxParams->ldmParams.enableLdm; in ZSTD_CCtxParams_getParameter()1646 …if (CCtxParams->ldmParams.enableLdm == ZSTD_ps_enable) cParams.windowLog = ZSTD_LDM_DEFAULT_WINDOW… in ZSTD_getCParamsFromCCtxParams()1725 size_t const ldmSeqSpace = ldmParams->enableLdm == ZSTD_ps_enable ? in ZSTD_estimateCCtxSize_usingCCtxParams_internal()2122 assert(params->ldmParams.enableLdm != ZSTD_ps_auto); in ZSTD_resetCCtx_internal()[all …]
176 return params.enableLdm == ZSTD_ps_enable ? totalSize : 0; in ZSTD_ldm_getTableSize()181 return params.enableLdm == ZSTD_ps_enable ? (maxChunkSize / params.minMatchLength) : 0; in ZSTD_ldm_getMaxNbSeq()
347 ZSTD_ParamSwitch_e enableLdm; /* ZSTD_ps_enable to enable LDM. ZSTD_ps_auto by default */ member
313 … cctxParams.ldmParams.enableLdm = ZSTD_resolveEnableLdm(cctxParams.ldmParams.enableLdm, &cParams); in ZSTD_makeCCtxParamsFromCParams()314 if (cctxParams.ldmParams.enableLdm == ZSTD_ps_enable) { in ZSTD_makeCCtxParamsFromCParams()388 …cctxParams->ldmParams.enableLdm = ZSTD_resolveEnableLdm(cctxParams->ldmParams.enableLdm, ¶ms->… in ZSTD_CCtxParams_init_internal()393 … cctxParams->useRowMatchFinder, cctxParams->postBlockSplitter, cctxParams->ldmParams.enableLdm); in ZSTD_CCtxParams_init_internal()917 CCtxParams->ldmParams.enableLdm = (ZSTD_ParamSwitch_e)value; in ZSTD_CCtxParams_setParameter()918 return CCtxParams->ldmParams.enableLdm; in ZSTD_CCtxParams_setParameter()1111 *value = (int)CCtxParams->ldmParams.enableLdm; in ZSTD_CCtxParams_getParameter()1647 …if (CCtxParams->ldmParams.enableLdm == ZSTD_ps_enable) cParams.windowLog = ZSTD_LDM_DEFAULT_WINDOW… in ZSTD_getCParamsFromCCtxParams()1726 size_t const ldmSeqSpace = ldmParams->enableLdm == ZSTD_ps_enable ? in ZSTD_estimateCCtxSize_usingCCtxParams_internal()2123 assert(params->ldmParams.enableLdm != ZSTD_ps_auto); in ZSTD_resetCCtx_internal()[all …]
177 return params.enableLdm == ZSTD_ps_enable ? totalSize : 0; in ZSTD_ldm_getTableSize()182 return params.enableLdm == ZSTD_ps_enable ? (maxChunkSize / params.minMatchLength) : 0; in ZSTD_ldm_getMaxNbSeq()
348 ZSTD_ParamSwitch_e enableLdm; /* ZSTD_ps_enable to enable LDM. ZSTD_ps_auto by default */ member