Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Doverdrive.c21 double gain, colour, last_in, last_out, b0, b1, a1; member
59 p->last_out = d - p->last_in + .995 * p->last_out; in flow()
60 p->last_in = d; in flow()