Home
last modified time | relevance | path

Searched refs:dither_type (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcljrenc.c36 int dither_type; member
70 switch (a->dither_type) { in encode_frame()
101 …{ "dither_type", "Dither type", OFFSET(dither_type), AV_OPT_TYPE_INT, { .i64=1 }, 0, 2,…
/third_party/gstreamer/gstplugins_good/ext/libcaca/
Dgstcacasink.c98 static GType dither_type = 0; in gst_cacasink_dither_get_type() local
109 if (!dither_type) { in gst_cacasink_dither_get_type()
110 dither_type = g_enum_register_static ("GstCACASinkDithering", dither_types); in gst_cacasink_dither_get_type()
112 return dither_type; in gst_cacasink_dither_get_type()
Dgstcacatv.c107 static GType dither_type = 0; in gst_cacatv_dither_get_type() local
118 if (!dither_type) { in gst_cacatv_dither_get_type()
119 dither_type = g_enum_register_static ("GstCACATvDithering", dither_types); in gst_cacatv_dither_get_type()
121 return dither_type; in gst_cacatv_dither_get_type()
/third_party/gstreamer/gstplugins_good/ext/aalib/
Dgstaasink.c134 static GType dither_type = 0; in gst_aasink_dither_get_type() local
136 if (!dither_type) { in gst_aasink_dither_get_type()
157 dither_type = g_enum_register_static ("GstAASinkDitherers", ditherers); in gst_aasink_dither_get_type()
159 return dither_type; in gst_aasink_dither_get_type()
Dgstaatv.c362 static GType dither_type = 0; in gst_aatv_dither_get_type() local
364 if (!dither_type) { in gst_aatv_dither_get_type()
386 dither_type = g_enum_register_static ("GstAATvDitherers", ditherers); in gst_aatv_dither_get_type()
388 return dither_type; in gst_aatv_dither_get_type()
/third_party/ffmpeg/libavfilter/
Dvf_zscale.c600 s->params.dither_type = s->dither; in filter_frame()
648 s->alpha_params.dither_type = s->dither; in filter_frame()