Searched refs:curve_dB (Results 1 – 2 of 2) sorted by relevance
58 double curve_dB; member78 …{ "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()
50 double curve_dB; member233 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()