Home
last modified time | relevance | path

Searched refs:no_fancy_upsampling (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/webp/
Dgstwebpdec.c144 dec->no_fancy_upsampling = FALSE; in gst_webp_dec_init()
179 dec->no_fancy_upsampling = g_value_get_boolean (value); in gst_webp_dec_set_property()
204 g_value_set_boolean (value, dec->no_fancy_upsampling); in gst_webp_dec_get_property()
461 webpdec->config.options.no_fancy_upsampling = webpdec->no_fancy_upsampling; in gst_webp_dec_handle_frame()
Dgstwebpdec.h60 gboolean no_fancy_upsampling; member
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
Dadvanced_api_fuzzer.c37 config.options.no_fancy_upsampling = value & 4; in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/libwebp/src/webp/
Ddecode.h447 int no_fancy_upsampling; // if true, use faster pointwise upsampler member
/third_party/skia/third_party/externals/libwebp/examples/
Ddwebp.c213 config.options.no_fancy_upsampling = 1; in main()
Dvwebp.c507 config->options.no_fancy_upsampling = 1; in main()
/third_party/skia/third_party/externals/libwebp/src/dec/
Dwebp_dec.c840 io->fancy_upsampling = (options == NULL) || (!options->no_fancy_upsampling); in WebPIoInitFromOptions()
/third_party/skia/third_party/externals/libwebp/
DREADME735 config.options.no_fancy_upsampling = 1;
DChangeLog3279 9f469b57 typo: no_fancy -> no_fancy_upsampling