OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MulIm
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_neon.c
33
__inline static float
MulIm
(float aRe, float aIm, float bRe, float bIm) {
76
y_fft[1][j] +=
MulIm
(x_fft_buf[0][xPos + j],
aec_core_sse2.c
28
__inline static float
MulIm
(float aRe, float aIm, float bRe, float bIm) {
74
y_fft[1][j] +=
MulIm
(x_fft_buf[0][xPos + j],
aec_core.c
145
__inline static float
MulIm
(float aRe, float aIm, float bRe, float bIm) {
177
y_fft[1][j] +=
MulIm
(x_fft_buf[0][xPos + j],
238
fft[2 * j + 1] =
MulIm
(x_fft_buf[0][xPos + j],
[
all
...]
Completed in 63 milliseconds