Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dcompress.c104 (((cParams.strategy == ZSTD_btopt) || (cParams.strategy == ZSTD_btopt2)) ? optSpace : 0); in ZSTD_CCtxWorkspaceBound()
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()
2587 case ZSTD_btopt: in ZSTD_loadDictionaryContent()
3317 {23, 21, 22, 4, 5, 24, ZSTD_btopt}, /* level 17 */
3318 {23, 23, 22, 6, 5, 32, ZSTD_btopt}, /* level 18 */
3319 {23, 23, 22, 6, 3, 48, ZSTD_btopt}, /* level 19 */
3341 {18, 18, 18, 4, 4, 16, ZSTD_btopt}, /* level 14.*/
3342 {18, 18, 18, 4, 3, 16, ZSTD_btopt}, /* level 15.*/
3343 {18, 19, 18, 6, 3, 32, ZSTD_btopt}, /* level 16.*/
[all …]
/linux-4.19.296/include/linux/
Dzstd.h126 ZSTD_btopt, enumerator