Lines Matching refs:ZSTD_btopt
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.*/
4937 { 17, 18, 17, 3, 4, 12, ZSTD_btopt }, /* level 13.*/
4938 { 17, 18, 17, 4, 3, 32, ZSTD_btopt }, /* level 14.*/
4939 { 17, 18, 17, 6, 3,256, ZSTD_btopt }, /* level 15.*/
4961 { 14, 15, 14, 3, 4, 12, ZSTD_btopt }, /* level 11.*/
4962 { 14, 15, 14, 4, 3, 24, ZSTD_btopt }, /* level 12.*/
4989 case ZSTD_btopt: in ZSTD_dedicatedDictSearch_getCParams()
5023 case ZSTD_btopt: in ZSTD_dedicatedDictSearch_revertCParams()