Searched refs:ZSTD_ps_disable (Results 1 – 4 of 4) sorted by relevance
232 mode = ZSTD_ps_disable; in ZSTD_resolveRowMatchFinderMode()246 …n (cParams->strategy >= ZSTD_btopt && cParams->windowLog >= 17) ? ZSTD_ps_enable : ZSTD_ps_disable; in ZSTD_resolveBlockSplitterMode()267 …n (cParams->strategy >= ZSTD_btopt && cParams->windowLog >= 27) ? ZSTD_ps_enable : ZSTD_ps_disable; in ZSTD_resolveEnableLdm()506 ZSTD_STATIC_ASSERT(ZSTD_ps_auto < ZSTD_ps_enable && ZSTD_ps_enable < ZSTD_ps_disable); in ZSTD_cParam_getBounds()508 bounds.upperBound = (int)ZSTD_ps_disable; in ZSTD_cParam_getBounds()539 bounds.upperBound = (int)ZSTD_ps_disable; in ZSTD_cParam_getBounds()544 bounds.upperBound = (int)ZSTD_ps_disable; in ZSTD_cParam_getBounds()1456 initialParams.useRowMatchFinder = ZSTD_ps_disable; in ZSTD_estimateCCtxSize_usingCParams()1518 initialParams.useRowMatchFinder = ZSTD_ps_disable; in ZSTD_estimateCStreamSize_usingCParams()2765 assert(zc->appliedParams.ldmParams.enableLdm == ZSTD_ps_disable); in ZSTD_buildSeqStore()
541 case ZSTD_ps_disable: in ZSTD_literalsCompressionIsDisabled()
68 return optPtr->literalCompressionMode != ZSTD_ps_disable; in ZSTD_compressedLiterals()
1302 ZSTD_ps_disable = 2 /* Do not use the feature */ enumerator