Searched refs:hx2 (Results 1 - 1 of 1) sorted by relevance

/device/google/dragon/audio/hal/dsp/
H A Dcrossover.c49 float hx2 = hp->x2; local
74 y = hb0*x + hb1*hx1 + hb2*hx2 - ha1*hy1 - ha2*hy2;
76 hx2 = hx1;
93 hp->x2 = hx2;
122 float hx2 = hp->x2; local
146 y = hb0*x + hb1*hx1 + hb2*hx2 - ha1*hy1 - ha2*hy2;
148 hx2 = hx1;
165 hp->x2 = hx2;

Completed in 20 milliseconds