Home
last modified time | relevance | path

Searched refs:SWS_DITHER_AUTO (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libswscale/
Doptions.c72 …g algorithm", OFFSET(dither), AV_OPT_TYPE_INT, { .i64 = SWS_DITHER_AUTO }, 0, …
73 … to sws", 0, AV_OPT_TYPE_CONST, { .i64 = SWS_DITHER_AUTO }, INT_MIN…
Dswscale_internal.h68 SWS_DITHER_AUTO, enumerator
Dutils.c1326 if (c->dither == SWS_DITHER_AUTO) { in sws_init_context()
1335 if (c->dither == SWS_DITHER_AUTO) in sws_init_context()
Dswscale_unscaled.c2010 … SWS_ACCURATE_RND) && (c->dither == SWS_DITHER_BAYER || c->dither == SWS_DITHER_AUTO) && !(dstH & … in ff_get_unscaled_swscale()
Doutput.c1916 case SWS_DITHER_AUTO: in yuv2rgb_write_full()