Searched refs:SWS_DITHER_ED (Results 1 – 5 of 5) sorted by relevance
75 …sion", 0, AV_OPT_TYPE_CONST, { .i64 = SWS_DITHER_ED }, INT_MI…
1328 c->dither = SWS_DITHER_ED; in sws_init_context()1336 c->dither = (flags & SWS_FULL_CHR_H_INT) ? SWS_DITHER_ED : SWS_DITHER_BAYER; in sws_init_context()1338 …if (c->dither == SWS_DITHER_ED || c->dither == SWS_DITHER_A_DITHER || c->dither == SWS_DITHER_X_DI… in sws_init_context()1351 c->dither = SWS_DITHER_ED; in sws_init_context()
70 SWS_DITHER_ED, enumerator
574 if (c->dither == SWS_DITHER_ED) { in yuv2mono_X_c_template()612 if (c->dither == SWS_DITHER_ED) { in yuv2mono_2_c_template()669 if (c->dither == SWS_DITHER_ED) { in yuv2mono_1_c_template()1917 case SWS_DITHER_ED: in yuv2rgb_write_full()
941 if (!srcSliceY && (c->flags & SWS_BITEXACT) && c->dither == SWS_DITHER_ED && c->dither_error[0]) in sws_scale()