Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/zstd/compress/
A Dclevels.h42 { 22, 22, 22, 5, 5, 48, ZSTD_btopt }, /* level 16 */
43 { 23, 23, 22, 5, 4, 64, ZSTD_btopt }, /* level 17 */
65 { 18, 18, 19, 4, 4, 16, ZSTD_btopt }, /* level 13 */
66 { 18, 18, 19, 4, 3, 32, ZSTD_btopt }, /* level 14.*/
67 { 18, 18, 19, 6, 3,128, ZSTD_btopt }, /* level 15.*/
91 { 17, 18, 17, 3, 4, 12, ZSTD_btopt }, /* level 13.*/
92 { 17, 18, 17, 4, 3, 32, ZSTD_btopt }, /* level 14.*/
93 { 17, 18, 17, 6, 3,256, ZSTD_btopt }, /* level 15.*/
115 { 14, 15, 14, 3, 4, 12, ZSTD_btopt }, /* level 11.*/
116 { 14, 15, 14, 4, 3, 24, ZSTD_btopt }, /* level 12.*/
A Dzstd_ldm.c256 case ZSTD_btopt: in ZSTD_ldm_fillFastTables()
677 if (cParams->strategy >= ZSTD_btopt) { in ZSTD_ldm_blockCompress()
A Dzstd_compress.c246 …return (cParams->strategy >= ZSTD_btopt && cParams->windowLog >= 17) ? ZSTD_ps_enable : ZSTD_ps_di… in ZSTD_resolveBlockSplitterMode()
267 …return (cParams->strategy >= ZSTD_btopt && cParams->windowLog >= 27) ? ZSTD_ps_enable : ZSTD_ps_di… in ZSTD_resolveEnableLdm()
1375 size_t const optSpace = (forCCtx && (cParams->strategy >= ZSTD_btopt)) in ZSTD_sizeof_matchState()
1689 if ((forWho == ZSTD_resetTarget_CCtx) && (cParams->strategy >= ZSTD_btopt)) { in ZSTD_reset_matchState()
2731 if (zc->appliedParams.cParams.strategy >= ZSTD_btopt) { in ZSTD_buildSeqStore()
4189 case ZSTD_btopt: in ZSTD_loadDictionaryContent()
6003 case ZSTD_btopt: in ZSTD_dedicatedDictSearch_getCParams()
6040 case ZSTD_btopt: in ZSTD_dedicatedDictSearch_revertCParams()
/linux-6.3-rc2/include/linux/
A Dzstd_lib.h255 ZSTD_btopt=7, enumerator

Completed in 36 milliseconds