SWS_DITHER_AUTO    72 libswscale/options.c     { "sws_dither",      "set dithering algorithm",       OFFSET(dither),    AV_OPT_TYPE_INT,    { .i64  = SWS_DITHER_AUTO    }, 0,       NB_SWS_DITHER,  VE, "sws_dither" },
SWS_DITHER_AUTO    73 libswscale/options.c     { "auto",            "leave choice to sws",           0,                 AV_OPT_TYPE_CONST,  { .i64  = SWS_DITHER_AUTO    }, INT_MIN, INT_MAX,        VE, "sws_dither" },
SWS_DITHER_AUTO  1906 libswscale/output.c         case SWS_DITHER_AUTO:
SWS_DITHER_AUTO  1962 libswscale/swscale_unscaled.c         !(flags & SWS_ACCURATE_RND) && (c->dither == SWS_DITHER_BAYER || c->dither == SWS_DITHER_AUTO) && !(dstH & 1)) {
SWS_DITHER_AUTO  1317 libswscale/utils.c     if (c->dither == SWS_DITHER_AUTO) {
SWS_DITHER_AUTO  1326 libswscale/utils.c         if (c->dither == SWS_DITHER_AUTO)