Searched refs:ZSTD_btopt (Results 1 – 3 of 3) sorted by relevance
/reactos/drivers/filesystems/btrfs/zstd/ |
H A D | zstd_compress.c | 2870 case ZSTD_btopt: in ZSTD_loadDictionaryContent() 4138 { 22, 22, 22, 5, 5, 48, ZSTD_btopt }, /* level 16 */ 4139 { 23, 23, 22, 5, 4, 64, ZSTD_btopt }, /* level 17 */ 4161 { 18, 18, 19, 4, 4, 16, ZSTD_btopt }, /* level 13 */ 4162 { 18, 18, 19, 4, 3, 32, ZSTD_btopt }, /* level 14.*/ 4163 { 18, 18, 19, 6, 3,128, ZSTD_btopt }, /* level 15.*/ 4187 { 17, 18, 17, 3, 4, 12, ZSTD_btopt }, /* level 13.*/ 4188 { 17, 18, 17, 4, 3, 32, ZSTD_btopt }, /* level 14.*/ 4189 { 17, 18, 17, 6, 3,256, ZSTD_btopt }, /* level 15.*/ 4211 { 14, 15, 14, 3, 4, 12, ZSTD_btopt }, /* level 11.*/ [all …]
|
H A D | zstd_ldm.c | 30 if (cParams->strategy >= ZSTD_btopt) { in ZSTD_ldm_adjustParameters() 190 case ZSTD_btopt: in ZSTD_ldm_fillFastTables()
|
H A D | zstd.h | 257 ZSTD_btopt=7, enumerator
|