Searched refs:SWS_DITHER_BAYER (Results 1 – 4 of 4) sorted by relevance
74 …, 0, AV_OPT_TYPE_CONST, { .i64 = SWS_DITHER_BAYER }, INT_MIN,…
69 SWS_DITHER_BAYER, enumerator
1317 …&& c->dither != SWS_DITHER_BAYER //SWS_FULL_CHR_H_INT is currently not supported with SWS_DITHER_B… in sws_init_context()1336 c->dither = (flags & SWS_FULL_CHR_H_INT) ? SWS_DITHER_ED : SWS_DITHER_BAYER; in sws_init_context()1347 if (c->dither == SWS_DITHER_BAYER) { in sws_init_context()
2010 …!(flags & SWS_ACCURATE_RND) && (c->dither == SWS_DITHER_BAYER || c->dither == SWS_DITHER_AUTO) && … in ff_get_unscaled_swscale()