Home
last modified time | relevance | path

Searched refs:curve_dB (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
Daf_compand.c58 double curve_dB; member
78 …{ "soft-knee", "set soft-knee", OFFSET(curve_dB), AV_OPT_TYPE_DOUBLE, { .dbl = 0.01 }, 0.01, 900, …
333 double radius = s->curve_dB * M_LN10 / 20.0; in config_output()
444 S(0).x = S(1).x - 2 * s->curve_dB; in config_output()
Daf_mcompand.c50 double curve_dB; member
233 S(0).x = S(1).x - 2 * s->curve_dB; in parse_points()
418 sscanf(tstr2, "%lf", &s->bands[i].transfer_fn.curve_dB); in config_output()
420 radius = s->bands[i].transfer_fn.curve_dB * M_LN10 / 20.0; in config_output()