Searched refs:AV_RESAMPLE_DITHER_RECTANGULAR (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavresample/x86/ |
H A D | dither_init.c | 45 if (method == AV_RESAMPLE_DITHER_RECTANGULAR) { in ff_dither_init_x86()
|
/third_party/ffmpeg/libavresample/ |
H A D | avresample.h | 134 AV_RESAMPLE_DITHER_RECTANGULAR, /**< Rectangular Dither */ enumerator
|
H A D | options.c | 82 {"rectangular", "Rectangular Dither", 0, AV_OPT_TYPE_CONST, { .i64 = AV_RESAMPLE_DITHER_RECTANGULAR }, INT_MIN, INT_MAX, PARAM, "dither_method"},
|
H A D | dither.c | 148 (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