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/
H A Ddither_init.c45 if (method == AV_RESAMPLE_DITHER_RECTANGULAR) { in ff_dither_init_x86()
/third_party/ffmpeg/libavresample/
H A Davresample.h134 AV_RESAMPLE_DITHER_RECTANGULAR, /**< Rectangular Dither */ enumerator
H A Doptions.c82 {"rectangular", "Rectangular Dither", 0, AV_OPT_TYPE_CONST, { .i64 = AV_RESAMPLE_DITHER_RECTANGULAR }, INT_MIN, INT_MAX, PARAM, "dither_method"},
H A Ddither.c148 (c->method == AV_RESAMPLE_DITHER_RECTANGULAR ? 1 : 2); in generate_dither_noise()
336 if (method == AV_RESAMPLE_DITHER_RECTANGULAR) in dither_init()

Completed in 2 milliseconds