OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hx1l
(Results
1 - 1
of
1
) sorted by null
/device/google/dragon/audio/hal/dsp/
crossover2.c
235
float
hx1L
= hp->x1L, hx1R = hp->x1R;
271
yL = hb0*xL + hb1*
hx1L
+ hb2*hx2L - ha1*hy1L - ha2*hy2L;
275
hx2L =
hx1L
;
277
hx1L
= xL;
298
hp->x1L =
hx1L
; hp->x1R = hx1R;
505
float
hx1L
= hp->x1L, hx1R = hp->x1R;
539
yL = hb0*xL + hb1*
hx1L
+ hb2*hx2L - ha1*hy1L - ha2*hy2L;
543
hx2L =
hx1L
;
545
hx1L
= xL;
566
hp->x1L =
hx1L
; hp->x1R = hx1R
[
all
...]
Completed in 525 milliseconds