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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Doptions.c72 { "sws_dither", "set dithering algorithm", OFFSET(dither), AV_OPT_TYPE_INT, { .i64 = SWS_DITHER_AUTO }, 0, NB_SWS_DITHER, VE, "sws_dither" },
73 { "auto", "leave choice to sws", 0, AV_OPT_TYPE_CONST, { .i64 = SWS_DITHER_AUTO }, INT_MIN, INT_MAX, VE, "sws_dither" },
H A Dswscale_internal.h66 SWS_DITHER_AUTO, enumerator in enum:SwsDither
H A Dutils.c1255 if (c->dither == SWS_DITHER_AUTO) {
1264 if (c->dither == SWS_DITHER_AUTO)
H A Dswscale_unscaled.c1584 !(flags & SWS_ACCURATE_RND) && (c->dither == SWS_DITHER_BAYER || c->dither == SWS_DITHER_AUTO) && !(dstH & 1)) {
H A Doutput.c1524 case SWS_DITHER_AUTO:

Completed in 86 milliseconds