Home
last modified time | relevance | path

Searched refs:lp_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
394 chan->lp_last_out = d2 = in start()
395 chan->buffer[j] * chan->c1 + chan->lp_last_out * chan->c0; in start()
599 do synth_out = chan->lp_last_out + DRANQD1 * (1. / 16); in flow()
601 chan->lp_last_out = synth_out; in flow()
613 chan->lp_last_out = d = d * chan->c1 + chan->lp_last_out * chan->c0; in flow()