OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hx1r
(Results
1 - 1
of
1
) sorted by null
/device/google/dragon/audio/hal/dsp/
crossover2.c
235
float hx1L = hp->x1L,
hx1R
= hp->x1R;
272
yR = hb0*xR + hb1*
hx1R
+ hb2*hx2R - ha1*hy1R - ha2*hy2R;
276
hx2R =
hx1R
;
278
hx1R
= xR;
298
hp->x1L = hx1L; hp->x1R =
hx1R
;
505
float hx1L = hp->x1L,
hx1R
= hp->x1R;
540
yR = hb0*xR + hb1*
hx1R
+ hb2*hx2R - ha1*hy1R - ha2*hy2R;
544
hx2R =
hx1R
;
546
hx1R
= xR;
566
hp->x1L = hx1L; hp->x1R =
hx1R
;
[
all
...]
Completed in 1589 milliseconds