Searched refs:SWS_DITHER_ED (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.c75 { "ed", "error diffusion", 0, AV_OPT_TYPE_CONST, { .i64 = SWS_DITHER_ED }, INT_MIN, INT_MAX, VE, "sws_dither" },
H A Dswscale_internal.h68 SWS_DITHER_ED, enumerator in enum:SwsDither
H A Dutils.c1257 c->dither = SWS_DITHER_ED;
1265 c->dither = (flags & SWS_FULL_CHR_H_INT) ? SWS_DITHER_ED : SWS_DITHER_BAYER;
1267 if (c->dither == SWS_DITHER_ED || c->dither == SWS_DITHER_A_DITHER || c->dither == SWS_DITHER_X_DITHER) {
1280 c->dither = SWS_DITHER_ED;
H A Doutput.c352 if (c->dither == SWS_DITHER_ED) {
389 if (c->dither == SWS_DITHER_ED) {
446 if (c->dither == SWS_DITHER_ED) {
1525 case SWS_DITHER_ED:
H A Dswscale.c1063 if (!srcSliceY && (c->flags & SWS_BITEXACT) && c->dither == SWS_DITHER_ED && c->dither_error[0])

Completed in 120 milliseconds