Searched defs:hy2L (Results 1 - 1 of 1) sorted by relevance

/device/google/dragon/audio/hal/dsp/
H A Dcrossover2.c238 float hy2L = hp->y2L, hy2R = hp->y2R; 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;
301 hp->y2L = hy2L; hp->y2R = hy2R;
508 float hy2L = hp->y2L, hy2R = hp->y2R; 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;
569 hp->y2L = hy2L; h
[all...]

Completed in 28 milliseconds