Searched defs:max_lazy (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/zlib/
H A Ddeflate.c120 ush max_lazy; /* do not perform lazy search above this match length */ member in struct:config_s
147 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
447 s->max_lazy_match = configuration_table[level].max_lazy;
457 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
460 int max_lazy;
469 s->max_lazy_match = max_lazy;
1055 s->max_lazy_match = configuration_table[s->level].max_lazy;
/external/qemu/distrib/zlib-1.2.8/
H A Ddeflate.c119 ush max_lazy; /* do not perform lazy search above this match length */ member in struct:config_s
146 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
521 s->max_lazy_match = configuration_table[level].max_lazy;
531 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
534 int max_lazy;
543 s->max_lazy_match = max_lazy;
1115 s->max_lazy_match = configuration_table[s->level].max_lazy;
/external/zlib/src/
H A Ddeflate.c119 ush max_lazy; /* do not perform lazy search above this match length */ member in struct:config_s
146 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
521 s->max_lazy_match = configuration_table[level].max_lazy;
531 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
534 int max_lazy;
543 s->max_lazy_match = max_lazy;
1115 s->max_lazy_match = configuration_table[s->level].max_lazy;
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_deflate.c119 ush max_lazy; /* do not perform lazy search above this match length */ member in struct:config_s
146 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
520 s->max_lazy_match = configuration_table[level].max_lazy;
533 int max_lazy,
542 s->max_lazy_match = max_lazy;
1114 s->max_lazy_match = configuration_table[s->level].max_lazy;
530 deflateTune( z_streamp strm, int good_length, int max_lazy, int nice_length, int max_chain) argument

Completed in 1151 milliseconds