Searched refs:AV_RESAMPLE_DITHER_TRIANGULAR_HP (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavresample/ |
H A D | avresample.h | 136 AV_RESAMPLE_DITHER_TRIANGULAR_HP, /**< Triangular Dither with High Pass */ enumerator
|
H A D | options.c | 84 {"triangular_hp", "Triangular Dither With High Pass", 0, AV_OPT_TYPE_CONST, { .i64 = AV_RESAMPLE_DITHER_TRIANGULAR_HP }, INT_MIN, INT_MAX, PARAM, "dither_method"},
|
H A D | dither.c | 166 if (c->method == AV_RESAMPLE_DITHER_TRIANGULAR_HP) in generate_dither_noise() 373 avr->dither_method = AV_RESAMPLE_DITHER_TRIANGULAR_HP; in ff_dither_alloc()
|
Completed in 4 milliseconds