Home
last modified time | relevance | path

Searched refs:bypass_filtering (Results 1 – 17 of 17) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/webp/
Dgstwebpdec.c143 dec->bypass_filtering = FALSE; in gst_webp_dec_init()
176 dec->bypass_filtering = g_value_get_boolean (value); in gst_webp_dec_set_property()
201 g_value_set_boolean (value, dec->bypass_filtering); in gst_webp_dec_get_property()
460 webpdec->config.options.bypass_filtering = webpdec->bypass_filtering; in gst_webp_dec_handle_frame()
Dgstwebpdec.h59 gboolean bypass_filtering; member
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/
Dvp8_dec.h94 int bypass_filtering; member
Dwebp_dec.c829 io->bypass_filtering = (options != NULL) && options->bypass_filtering; in WebPIoInitFromOptions()
838 io->bypass_filtering = (io->scaled_width < W * 3 / 4) && in WebPIoInitFromOptions()
Dframe_dec.c558 if (io->bypass_filtering) { in VP8EnterCritical()
/third_party/skia/third_party/externals/libwebp/src/dec/
Dvp8_dec.h94 int bypass_filtering; member
Dwebp_dec.c836 io->bypass_filtering = (options != NULL) && options->bypass_filtering; in WebPIoInitFromOptions()
845 io->bypass_filtering |= (io->scaled_width < W * 3 / 4) && in WebPIoInitFromOptions()
Dframe_dec.c558 if (io->bypass_filtering) { in VP8EnterCritical()
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
Dadvanced_api_fuzzer.c36 config.options.bypass_filtering = value & 2; in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/libwebp/src/webp/
Ddecode.h446 int bypass_filtering; // if true, skip the in-loop filtering member
/third_party/flutter/skia/third_party/externals/libwebp/src/webp/
Ddecode.h449 int bypass_filtering; // if true, skip the in-loop filtering member
/third_party/skia/third_party/externals/libwebp/examples/
Ddwebp.c215 config.options.bypass_filtering = 1; in main()
Dvwebp.c509 config->options.bypass_filtering = 1; in main()
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Ddwebp.c214 config.options.bypass_filtering = 1; in main()
Dvwebp.c509 config->options.bypass_filtering = 1; in main()
/third_party/skia/third_party/externals/libwebp/
DChangeLog64 8933bac2 WebPIoInitFromOptions: respect incoming bypass_filtering val
4184 5b70b378 * add an option to bypass_filtering in VP8Io.
/third_party/flutter/skia/third_party/externals/libwebp/
DChangeLog3979 5b70b378 * add an option to bypass_filtering in VP8Io.