Home
last modified time | relevance | path

Searched refs:AV_RESAMPLE_DITHER_TRIANGULAR_HP (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavresample/
H A Davresample.h136 AV_RESAMPLE_DITHER_TRIANGULAR_HP, /**< Triangular Dither with High Pass */ enumerator
H A Doptions.c84 {"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 Ddither.c166 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