OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MulIm
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_processing/aec/
aec_core_sse2.c
29
__inline static float
MulIm
(float aRe, float aIm, float bRe, float bIm)
69
yf[1][j] +=
MulIm
(aec->xfBuf[0][xPos + j], aec->xfBuf[1][xPos + j],
aec_core.c
134
__inline static float
MulIm
(float aRe, float aIm, float bRe, float bIm)
258
yf[1][j] +=
MulIm
(aec->xfBuf[0][xPos + j], aec->xfBuf[1][xPos + j],
304
// aec->wfBuf[pos + j][1] +=
MulIm
(aec->xfBuf[xPos + j][0],
328
fft[2 * j + 1] =
MulIm
(aec->xfBuf[0][xPos + j],
[
all
...]
Completed in 25 milliseconds