Home
last modified time | relevance | path

Searched defs:aattack (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
Daf_adynamicequalizer.c90 double aattack, double iratio, double knee, double range, in get_gain()
166 const double aattack = exp(-1000. / ((s->attack + 2.0 * (slew - 1.)) * sample_rate)); in filter_channels() local