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