Searched refs:ZSTD_btopt (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/lib/zstd/compress/ |
D | zstd_compress.c | 200 return cParams->strategy >= ZSTD_btopt && cParams->windowLog >= 27; in ZSTD_CParams_shouldEnableLdm() 1250 size_t const optSpace = (forCCtx && (cParams->strategy >= ZSTD_btopt)) in ZSTD_sizeof_matchState() 1525 if ((forWho == ZSTD_resetTarget_CCtx) && (cParams->strategy >= ZSTD_btopt)) { in ZSTD_reset_matchState() 2399 if (zc->appliedParams.cParams.strategy >= ZSTD_btopt) { in ZSTD_buildSeqStore() 3103 case ZSTD_btopt: in ZSTD_loadDictionaryContent() 4888 { 22, 22, 22, 5, 5, 48, ZSTD_btopt }, /* level 16 */ 4889 { 23, 23, 22, 5, 4, 64, ZSTD_btopt }, /* level 17 */ 4911 { 18, 18, 19, 4, 4, 16, ZSTD_btopt }, /* level 13 */ 4912 { 18, 18, 19, 4, 3, 32, ZSTD_btopt }, /* level 14.*/ 4913 { 18, 18, 19, 6, 3,128, ZSTD_btopt }, /* level 15.*/ [all …]
|
D | zstd_ldm.c | 229 case ZSTD_btopt: in ZSTD_ldm_fillFastTables() 639 if (cParams->strategy >= ZSTD_btopt) { in ZSTD_ldm_blockCompress()
|
/linux-6.1.9/include/linux/ |
D | zstd_lib.h | 247 ZSTD_btopt=7, enumerator
|