Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavresample/x86/
Ddither_init.c45 if (method == AV_RESAMPLE_DITHER_RECTANGULAR) { in ff_dither_init_x86()
/third_party/ffmpeg/libavresample/
Davresample.h134 AV_RESAMPLE_DITHER_RECTANGULAR, /**< Rectangular Dither */ enumerator
Ddither.c148 (c->method == AV_RESAMPLE_DITHER_RECTANGULAR ? 1 : 2); in generate_dither_noise()
336 if (method == AV_RESAMPLE_DITHER_RECTANGULAR) in dither_init()
Doptions.c82 …ar Dither", 0, AV_OPT_TYPE_CONST, { .i64 = AV_RESAMPLE_DITHER_RECTANGULAR }, I…