OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hy1
(Results
1 - 2
of
2
) sorted by null
/device/google/dragon/audio/hal/dsp/
crossover.c
50
float
hy1
= hp->y1;
local
74
y = hb0*x + hb1*hx1 + hb2*hx2 - ha1*
hy1
- ha2*hy2;
75
z = hb0*y + hb1*
hy1
+ hb2*hy2 - ha1*hz1 - ha2*hz2;
78
hy2 =
hy1
;
79
hy1
= y;
94
hp->y1 =
hy1
;
123
float
hy1
= hp->y1;
local
146
y = hb0*x + hb1*hx1 + hb2*hx2 - ha1*
hy1
- ha2*hy2;
147
z = hb0*y + hb1*
hy1
+ hb2*hy2 - ha1*hz1 - ha2*hz2;
150
hy2 =
hy1
;
[
all
...]
/external/libvorbis/lib/
floor1.c
668
int
hy1
=-200;
local
670
int ret1=fit_line(fits+sortpos,hsortpos-sortpos,&hy0,&
hy1
,info);
678
hy1
=hy;
690
fit_valueA[hn]=
hy1
;
691
if(hn==1)fit_valueB[hn]=
hy1
;
Completed in 231 milliseconds