Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Daf_adynamicequalizer.c90 double aattack, double iratio, double knee, double range, in get_gain()
105 Lyg = Lxg + (iratio - 1.) * sqr(Lxg - thresdb + width * .5) / (2. * width); in get_gain()
111 Lyg = thresdb + (Lxg - thresdb) * iratio; in get_gain()
117 Lyg = thresdb + (Lxg - thresdb) * iratio; in get_gain()
149 const double iratio = 1. / s->ratio; in filter_channels() local
196 aattack, iratio, knee, range, threshold, slew, in filter_channels()
89 get_gain(double in, double srate, double makeup, double aattack, double iratio, double knee, double range, double thresdb, double slewfactor, double *state, double attack_coeff, double release_coeff, double nc) get_gain() argument

Completed in 1 milliseconds