Home
last modified time | relevance | path

Searched refs:Lyg (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
102 Lyg = 0.; in get_gain()
105 Lyg = Lxg + (iratio - 1.) * sqr(Lxg - thresdb + width * .5) / (2. * width); in get_gain()
109 Lyg = Lxg; in get_gain()
111 Lyg = thresdb + (Lxg - thresdb) * iratio; in get_gain()
113 if (Lyg >= state[2]) in get_gain()
117 Lyg = thresdb + (Lxg - thresdb) * iratio; in get_gain()
122 Lxl = Lxg - Lyg; in get_gain()
132 state[2] = Lyg; in get_gain()

Completed in 1 milliseconds