SWS_DITHER_ED      75 libswscale/options.c     { "ed",              "error diffusion",               0,                 AV_OPT_TYPE_CONST,  { .i64  = SWS_DITHER_ED      }, INT_MIN, INT_MAX,        VE, "sws_dither" },
SWS_DITHER_ED     352 libswscale/output.c         if (c->dither == SWS_DITHER_ED) {
SWS_DITHER_ED     389 libswscale/output.c     if (c->dither == SWS_DITHER_ED) {
SWS_DITHER_ED     446 libswscale/output.c     if (c->dither == SWS_DITHER_ED) {
SWS_DITHER_ED    1525 libswscale/output.c         case SWS_DITHER_ED:
SWS_DITHER_ED    1042 libswscale/swscale.c     if (!srcSliceY && (c->flags & SWS_BITEXACT) && c->dither == SWS_DITHER_ED && c->dither_error[0])
SWS_DITHER_ED    1099 libswscale/utils.c             c->dither = SWS_DITHER_ED;
SWS_DITHER_ED    1107 libswscale/utils.c             c->dither = (flags & SWS_FULL_CHR_H_INT) ? SWS_DITHER_ED : SWS_DITHER_BAYER;
SWS_DITHER_ED    1109 libswscale/utils.c             if (c->dither == SWS_DITHER_ED || c->dither == SWS_DITHER_A_DITHER || c->dither == SWS_DITHER_X_DITHER) {
SWS_DITHER_ED    1122 libswscale/utils.c                 c->dither = SWS_DITHER_ED;