Home
last modified time | relevance | path

Searched refs:ap_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
397 chan->ap_last_out = in start()
398 d2 * chan->c4 + chan->ap_last_in - chan->ap_last_out * chan->c4; in start()
401 chan->buffer[j] = chan->buffer[j] * (1 - t) + chan->ap_last_out * t; in start()
615 chan->ap_last_out = chan->buffer[chan->pos] = in flow()
616 (d - chan->ap_last_out) * chan->c4 + chan->ap_last_in; in flow()