Searched refs:enableLdm (Results 1 – 7 of 7) sorted by relevance
478 if (params.ldmParams.enableLdm == ZSTD_ps_enable) { in ZSTDMT_serialState_reset()489 if (params.ldmParams.enableLdm == ZSTD_ps_enable) { in ZSTDMT_serialState_reset()575 if (serialState->params.ldmParams.enableLdm == ZSTD_ps_enable) { in ZSTDMT_serialState_update()605 assert(serialState->params.ldmParams.enableLdm == ZSTD_ps_enable); in ZSTDMT_serialState_update()683 if (jobParams.ldmParams.enableLdm == ZSTD_ps_enable && rawSeqStore.seq == NULL) in ZSTDMT_compressionJob()691 jobParams.ldmParams.enableLdm = ZSTD_ps_disable; in ZSTDMT_compressionJob()1155 if (params->ldmParams.enableLdm == ZSTD_ps_enable) { in ZSTDMT_computeTargetJobLog()1199 if (params->ldmParams.enableLdm == ZSTD_ps_enable) { in ZSTDMT_computeOverlapSize()1286 …size_t const windowSize = mtctx->params.ldmParams.enableLdm == ZSTD_ps_enable ? (1U << mtctx->para… in ZSTDMT_initCStream_internal()1602 if (mtctx->params.ldmParams.enableLdm == ZSTD_ps_enable) { in ZSTDMT_waitForLdmComplete()
289 … cctxParams.ldmParams.enableLdm = ZSTD_resolveEnableLdm(cctxParams.ldmParams.enableLdm, &cParams); in ZSTD_makeCCtxParamsFromCParams()290 if (cctxParams.ldmParams.enableLdm == ZSTD_ps_enable) { in ZSTD_makeCCtxParamsFromCParams()357 …cctxParams->ldmParams.enableLdm = ZSTD_resolveEnableLdm(cctxParams->ldmParams.enableLdm, ¶ms->… in ZSTD_CCtxParams_init_internal()359 … cctxParams->useRowMatchFinder, cctxParams->useBlockSplitter, cctxParams->ldmParams.enableLdm); in ZSTD_CCtxParams_init_internal()846 CCtxParams->ldmParams.enableLdm = (ZSTD_paramSwitch_e)value; in ZSTD_CCtxParams_setParameter()847 return CCtxParams->ldmParams.enableLdm; in ZSTD_CCtxParams_setParameter()1011 *value = CCtxParams->ldmParams.enableLdm; in ZSTD_CCtxParams_getParameter()1409 …if (CCtxParams->ldmParams.enableLdm == ZSTD_ps_enable) cParams.windowLog = ZSTD_LDM_DEFAULT_WINDOW… in ZSTD_getCParamsFromCCtxParams()1480 size_t const ldmSeqSpace = ldmParams->enableLdm == ZSTD_ps_enable ? in ZSTD_estimateCCtxSize_usingCCtxParams_internal()1849 assert(params->ldmParams.enableLdm != ZSTD_ps_auto); in ZSTD_resetCCtx_internal()[all …]
162 return params.enableLdm == ZSTD_ps_enable ? totalSize : 0; in ZSTD_ldm_getTableSize()167 return params.enableLdm == ZSTD_ps_enable ? (maxChunkSize / params.minMatchLength) : 0; in ZSTD_ldm_getMaxNbSeq()
269 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