Searched refs:ZSTD_btopt2 (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/lib/zstd/ |
D | compress.c | 104 (((cParams.strategy == ZSTD_btopt) || (cParams.strategy == ZSTD_btopt2)) ? optSpace : 0); in ZSTD_CCtxWorkspaceBound() 161 if ((U32)(cParams.strategy) > (U32)ZSTD_btopt2) in ZSTD_checkCParams() 268 …(((params.cParams.strategy == ZSTD_btopt) || (params.cParams.strategy == ZSTD_btopt2)) ? optSpace … in ZSTD_resetCCtx_advanced() 306 if ((params.cParams.strategy == ZSTD_btopt) || (params.cParams.strategy == ZSTD_btopt2)) { in ZSTD_resetCCtx_advanced() 2588 case ZSTD_btopt2: in ZSTD_loadDictionaryContent() 3320 {25, 25, 23, 7, 3, 64, ZSTD_btopt2}, /* level 20 */ 3321 {26, 26, 23, 7, 3, 256, ZSTD_btopt2}, /* level 21 */ 3322 {27, 27, 25, 9, 3, 512, ZSTD_btopt2}, /* level 22 */ 3347 {18, 19, 18, 11, 3, 512, ZSTD_btopt2}, /* level 20.*/ 3348 {18, 19, 18, 12, 3, 512, ZSTD_btopt2}, /* level 21.*/ [all …]
|
/Linux-v4.19/include/linux/ |
D | zstd.h | 127 ZSTD_btopt2 enumerator
|