Home
last modified time | relevance | path

Searched refs:SWS_DITHER_ED (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libswscale/
Doptions.c75 …sion", 0, AV_OPT_TYPE_CONST, { .i64 = SWS_DITHER_ED }, INT_MI…
Dutils.c1319 c->dither = SWS_DITHER_ED; in sws_init_context()
1327 c->dither = (flags & SWS_FULL_CHR_H_INT) ? SWS_DITHER_ED : SWS_DITHER_BAYER; in sws_init_context()
1329 …if (c->dither == SWS_DITHER_ED || c->dither == SWS_DITHER_A_DITHER || c->dither == SWS_DITHER_X_DI… in sws_init_context()
1342 c->dither = SWS_DITHER_ED; in sws_init_context()
Dswscale_internal.h69 SWS_DITHER_ED, enumerator
Doutput.c572 if (c->dither == SWS_DITHER_ED) { in yuv2mono_X_c_template()
610 if (c->dither == SWS_DITHER_ED) { in yuv2mono_2_c_template()
667 if (c->dither == SWS_DITHER_ED) { in yuv2mono_1_c_template()
1907 case SWS_DITHER_ED: in yuv2rgb_write_full()
Dswscale.c940 if (!srcSliceY && (c->flags & SWS_BITEXACT) && c->dither == SWS_DITHER_ED && c->dither_error[0]) in sws_scale()