Home
last modified time | relevance | path

Searched refs:do_dither (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_vignette.c75 int do_dither; member
93 { "dither", "set dithering", OFFSET(do_dither), AV_OPT_TYPE_BOOL, {.i64 = 1}, 0, 1, FLAGS },
201 if (s->do_dither) { in get_dither_value()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-converter.c2041 gboolean do_dither = FALSE; in chain_dither() local
2058 do_dither = TRUE; in chain_dither()
2080 do_dither = TRUE; in chain_dither()
2084 if (do_dither) { in chain_dither()