Searched refs:AV_RESAMPLE_DITHER_TRIANGULAR_NS (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavresample/ |
H A D | dither.c | 228 if (c->method == AV_RESAMPLE_DITHER_TRIANGULAR_NS) { in convert_samples() 279 if (c->method != AV_RESAMPLE_DITHER_TRIANGULAR_NS) { in ff_convert_dither() 369 if (avr->dither_method == AV_RESAMPLE_DITHER_TRIANGULAR_NS && in ff_dither_alloc() 378 if (c->method == AV_RESAMPLE_DITHER_TRIANGULAR_NS) { in ff_dither_alloc()
|
H A D | avresample.h | 137 AV_RESAMPLE_DITHER_TRIANGULAR_NS, /**< Triangular Dither with Noise Shaping */ enumerator
|
H A D | options.c | 85 {"triangular_ns", "Triangular Dither With Noise Shaping", 0, AV_OPT_TYPE_CONST, { .i64 = AV_RESAMPLE_DITHER_TRIANGULAR_NS }, INT_MIN, INT_MAX, PARAM, "dither_method"},
|
Completed in 2 milliseconds