Home
last modified time | relevance | path

Searched refs:ap_last_in (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
398 d2 * chan->c4 + chan->ap_last_in - chan->ap_last_out * chan->c4; in start()
399 chan->ap_last_in = d2; in start()
616 (d - chan->ap_last_out) * chan->c4 + chan->ap_last_in; in flow()
617 chan->ap_last_in = d; in flow()