Home
last modified time | relevance | path

Searched refs:SWS_DITHER_BAYER (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libswscale/
Doptions.c72 …, 0, AV_OPT_TYPE_CONST, { .i64 = SWS_DITHER_BAYER }, INT_MIN,…
Dutils.c1440 …&& 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()
Dswscale_internal.h71 SWS_DITHER_BAYER, enumerator
Dswscale_unscaled.c2010 …!(flags & SWS_ACCURATE_RND) && (c->dither == SWS_DITHER_BAYER || c->dither == SWS_DITHER_AUTO) && … in ff_get_unscaled_swscale()