Searched refs:no_fancy_upsampling (Results 1 – 9 of 9) sorted by relevance
144 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()
60 gboolean no_fancy_upsampling; member
37 config.options.no_fancy_upsampling = value & 4; in LLVMFuzzerTestOneInput()
447 int no_fancy_upsampling; // if true, use faster pointwise upsampler member
213 config.options.no_fancy_upsampling = 1; in main()
507 config->options.no_fancy_upsampling = 1; in main()
840 io->fancy_upsampling = (options == NULL) || (!options->no_fancy_upsampling); in WebPIoInitFromOptions()
735 config.options.no_fancy_upsampling = 1;
3279 9f469b57 typo: no_fancy -> no_fancy_upsampling