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

/device/google/dragon/audio/hal/dsp/
H A Dcrossover2.c237 float hy1L = hp->y1L, hy1R = hp->y1R; local
271 yL = hb0*xL + hb1*hx1L + hb2*hx2L - ha1*hy1L - ha2*hy2L;
273 zL = hb0*yL + hb1*hy1L + hb2*hy2L - ha1*hz1L - ha2*hz2L;
279 hy2L = hy1L;
281 hy1L = yL;
300 hp->y1L = hy1L; hp->y1R = hy1R;
507 float hy1L = hp->y1L, hy1R = hp->y1R; local
539 yL = hb0*xL + hb1*hx1L + hb2*hx2L - ha1*hy1L - ha2*hy2L;
541 zL = hb0*yL + hb1*hy1L + hb2*hy2L - ha1*hz1L - ha2*hz2L;
547 hy2L = hy1L;
[all...]

Completed in 38 milliseconds