Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Daf_adynamicequalizer.c97 double Lxg, Lxl, Lyg, Lyl, Ly1; in get_gain() local
124 Ly1 = fmax(Lxl, release_coeff * state[1] +(1. - release_coeff) * Lxl); in get_gain()
125 Lyl = attack_coeff * state[0] + (1. - attack_coeff) * Ly1; in get_gain()
131 state[1] = Ly1; in get_gain()

Completed in 1 milliseconds