Lines Matching refs:y1
135 FIXP_DBL y1;675 FIXP_DBL x1, x2, y, y1, y2;691 y1 = drcComp->filter[c].y1;705 /* y = b0 * (x - x2) - a1 * y1 - a2 * y2; */706 y = fMult(b0,x-x2) - fMult(a1,y1) - fMult(a2,y2);710 y2 = y1;711 y1 = y;724 drcComp->filter[c].y1 = y1;