Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsynth.c93 double lp_last_out, hp_last_out, hp_last_in, ap_last_out, ap_last_in; member
607 chan->hp_last_out = in flow()
608 (d - chan->hp_last_in) * chan->c3 + chan->hp_last_out * chan->c2; in flow()
611 synth_out = range_limit(chan->hp_last_out, -1, 1); in flow()