Home
last modified time | relevance | path

Searched refs:max_window_size (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dbackward_references_enc.c244 const int max_window_size = (quality > 75) ? WINDOW_SIZE in GetWindowSizeForHashChain() local
249 return (max_window_size > WINDOW_SIZE) ? WINDOW_SIZE : max_window_size; in GetWindowSizeForHashChain()
/third_party/nghttp2/src/
H A Dshrpx_config.h820 int32_t max_window_size; member
H A Dshrpx.cc2107 upstreamconf.max_window_size = 6_m; in fill_default_config()
3588 << util::utos_unit(config->http3.upstream.max_window_size) << R"( in print_help()
H A Dshrpx_http3_upstream.cc654 settings.max_stream_window = http3conf.upstream.max_window_size; in init()
H A Dshrpx_config.cc4072 if (parse_uint_with_unit(&config->http3.upstream.max_window_size, opt, in parse_config()

Completed in 21 milliseconds