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     572 libswscale/output.c         if (c->dither == SWS_DITHER_ED) {
SWS_DITHER_ED     610 libswscale/output.c     if (c->dither == SWS_DITHER_ED) {
SWS_DITHER_ED     667 libswscale/output.c     if (c->dither == SWS_DITHER_ED) {
SWS_DITHER_ED    1907 libswscale/output.c         case SWS_DITHER_ED:
SWS_DITHER_ED     940 libswscale/swscale.c     if (!srcSliceY && (c->flags & SWS_BITEXACT) && c->dither == SWS_DITHER_ED && c->dither_error[0])
SWS_DITHER_ED    1319 libswscale/utils.c             c->dither = SWS_DITHER_ED;
SWS_DITHER_ED    1327 libswscale/utils.c             c->dither = (flags & SWS_FULL_CHR_H_INT) ? SWS_DITHER_ED : SWS_DITHER_BAYER;
SWS_DITHER_ED    1329 libswscale/utils.c             if (c->dither == SWS_DITHER_ED || c->dither == SWS_DITHER_A_DITHER || c->dither == SWS_DITHER_X_DITHER) {
SWS_DITHER_ED    1342 libswscale/utils.c                 c->dither = SWS_DITHER_ED;