Searched refs:ZSTD_btopt (Results 1 – 4 of 4) sorted by relevance
| /linux/lib/zstd/compress/ |
| H A D | clevels.h | 43 { 22, 22, 22, 5, 5, 48, ZSTD_btopt }, /* level 16 */ 44 { 23, 23, 22, 5, 4, 64, ZSTD_btopt }, /* level 17 */ 66 { 18, 18, 19, 4, 4, 16, ZSTD_btopt }, /* level 13 */ 67 { 18, 18, 19, 4, 3, 32, ZSTD_btopt }, /* level 14.*/ 68 { 18, 18, 19, 6, 3,128, ZSTD_btopt }, /* level 15.*/ 92 { 17, 18, 17, 3, 4, 12, ZSTD_btopt }, /* level 13.*/ 93 { 17, 18, 17, 4, 3, 32, ZSTD_btopt }, /* level 14.*/ 94 { 17, 18, 17, 6, 3,256, ZSTD_btopt }, /* level 15.*/ 116 { 14, 15, 14, 3, 4, 12, ZSTD_btopt }, /* level 11.*/ 117 { 14, 15, 14, 4, 3, 24, ZSTD_btopt }, /* level 12.*/
|
| H A D | zstd_ldm.c | 275 case ZSTD_btopt: in ZSTD_ldm_fillFastTables() 699 if (cParams->strategy >= ZSTD_btopt) { in ZSTD_ldm_blockCompress()
|
| H A D | zstd_compress.c | 246 …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() 1426 cPar.strategy = ZSTD_btopt; in ZSTD_adjustCParams_internal() 1430 if (cPar.strategy == ZSTD_btopt) { in ZSTD_adjustCParams_internal() 1617 size_t const optSpace = (forCCtx && (cParams->strategy >= ZSTD_btopt)) in ZSTD_sizeof_matchState() 1980 if ((forWho == ZSTD_resetTarget_CCtx) && (cParams->strategy >= ZSTD_btopt)) { in ZSTD_reset_matchState() 3188 if (zc->appliedParams.cParams.strategy >= ZSTD_btopt) { in ZSTD_buildSeqStore() 4934 case ZSTD_btopt: in ZSTD_loadDictionaryContent() 7481 case ZSTD_btopt: in ZSTD_dedicatedDictSearch_getCParams() 7518 case ZSTD_btopt: in ZSTD_dedicatedDictSearch_revertCParams()
|
| /linux/include/linux/ |
| H A D | zstd_lib.h | 321 ZSTD_btopt=7, enumerator
|