Home
last modified time | relevance | path

Searched refs:ZSTD_lazy (Results 1 – 6 of 6) sorted by relevance

/linux/lib/zstd/compress/
H A Dclevels.h33 { 21, 18, 19, 3, 5, 4, ZSTD_lazy }, /* level 6 */
34 { 21, 19, 20, 4, 5, 8, ZSTD_lazy }, /* level 7 */
59 { 18, 18, 19, 3, 5, 4, ZSTD_lazy }, /* level 6.*/
60 { 18, 18, 19, 4, 4, 4, ZSTD_lazy }, /* level 7 */
85 { 17, 16, 17, 3, 4, 4, ZSTD_lazy }, /* level 6 */
110 { 14, 14, 14, 3, 4, 4, ZSTD_lazy }, /* level 5.*/
H A Dzstd_compress_literals.c166 | (strategy < ZSTD_lazy && srcSize <= 1024 ? HUF_flags_preferRepeat : 0) in ZSTD_compressLiterals()
H A Dzstd_compress_sequences.c180 if (strategy < ZSTD_lazy) { in ZSTD_selectEncodingType()
H A Dzstd_ldm.c272 case ZSTD_lazy: in ZSTD_ldm_fillFastTables()
H A Dzstd_compress.c1441 cPar.strategy = ZSTD_lazy; in ZSTD_adjustCParams_internal()
1445 if (cPar.strategy == ZSTD_lazy) { in ZSTD_adjustCParams_internal()
4907 case ZSTD_lazy: in ZSTD_loadDictionaryContent()
7476 case ZSTD_lazy: in ZSTD_dedicatedDictSearch_getCParams()
7510 case ZSTD_lazy: in ZSTD_dedicatedDictSearch_revertCParams()
/linux/include/linux/
H A Dzstd_lib.h318 ZSTD_lazy=4, enumerator