Home
last modified time | relevance | path

Searched refs:lhn2 (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
Daf_superequalizer.c100 float lhn2 = hn_lpf(n, param[i].upper, fs); in hn() local
101 ret += param[i].gain * (lhn2 - lhn); in hn()
102 lhn = lhn2; in hn()