OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MulRe
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_neon.c
29
__inline static float
MulRe
(float aRe, float aIm, float bRe, float bIm) {
72
y_fft[0][j] +=
MulRe
(x_fft_buf[0][xPos + j],
227
fft[1] =
MulRe
(x_fft_buf[0][xPos + PART_LEN],
aec_core_sse2.c
24
__inline static float
MulRe
(float aRe, float aIm, float bRe, float bIm) {
70
y_fft[0][j] +=
MulRe
(x_fft_buf[0][xPos + j],
191
fft[1] =
MulRe
(x_fft_buf[0][xPos + PART_LEN],
aec_core.c
141
__inline static float
MulRe
(float aRe, float aIm, float bRe, float bIm) {
173
y_fft[0][j] +=
MulRe
(x_fft_buf[0][xPos + j],
234
fft[2 * j] =
MulRe
(x_fft_buf[0][xPos + j],
243
fft[1] =
MulRe
(x_fft_buf[0][xPos + PART_LEN],
[
all
...]
Completed in 3662 milliseconds