SWS_DITHER_BAYER 74 libswscale/options.c { "bayer", "bayer dither", 0, AV_OPT_TYPE_CONST, { .i64 = SWS_DITHER_BAYER }, INT_MIN, INT_MAX, VE, "sws_dither" }, SWS_DITHER_BAYER 1585 libswscale/swscale_unscaled.c !(flags & SWS_ACCURATE_RND) && (c->dither == SWS_DITHER_BAYER || c->dither == SWS_DITHER_AUTO) && !(dstH & 1)) { SWS_DITHER_BAYER 1088 libswscale/utils.c && c->dither != SWS_DITHER_BAYER //SWS_FULL_CHR_H_INT is currently not supported with SWS_DITHER_BAYER SWS_DITHER_BAYER 1107 libswscale/utils.c c->dither = (flags & SWS_FULL_CHR_H_INT) ? SWS_DITHER_ED : SWS_DITHER_BAYER; SWS_DITHER_BAYER 1118 libswscale/utils.c if (c->dither == SWS_DITHER_BAYER) {