Searched refs:SWS_DITHER_AUTO (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libswscale/ |
D | options.c | 72 …g algorithm", OFFSET(dither), AV_OPT_TYPE_INT, { .i64 = SWS_DITHER_AUTO }, 0, … 73 … to sws", 0, AV_OPT_TYPE_CONST, { .i64 = SWS_DITHER_AUTO }, INT_MIN…
|
D | swscale_internal.h | 68 SWS_DITHER_AUTO, enumerator
|
D | utils.c | 1326 if (c->dither == SWS_DITHER_AUTO) { in sws_init_context() 1335 if (c->dither == SWS_DITHER_AUTO) in sws_init_context()
|
D | swscale_unscaled.c | 2010 … SWS_ACCURATE_RND) && (c->dither == SWS_DITHER_BAYER || c->dither == SWS_DITHER_AUTO) && !(dstH & … in ff_get_unscaled_swscale()
|
D | output.c | 1916 case SWS_DITHER_AUTO: in yuv2rgb_write_full()
|