OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rdft_w
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/src/modules/audio_processing/aec/
aec_rdft.c
30
float
rdft_w
[64];
variable
128
rdft_w
[0] = 1;
129
rdft_w
[1] = 0;
130
rdft_w
[nwh] = cosf(delta * nwh);
131
rdft_w
[nwh + 1] =
rdft_w
[nwh];
135
rdft_w
[j] = x;
136
rdft_w
[j + 1] = y;
137
rdft_w
[nw - j] = y;
138
rdft_w
[nw - j + 1] = x
[
all
...]
aec_rdft.h
31
extern float
rdft_w
[64];
aec_rdft_sse2.c
243
const float *c =
rdft_w
+ 32;
333
const float *c =
rdft_w
+ 32;
Completed in 27 milliseconds