OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MulRe
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_processing/aec/
aec_core_sse2.c
24
__inline static float
MulRe
(float aRe, float aIm, float bRe, float bIm)
67
yf[0][j] +=
MulRe
(aec->xfBuf[0][xPos + j], aec->xfBuf[1][xPos + j],
165
fft[1] =
MulRe
(aec->xfBuf[0][xPos + PART_LEN],
aec_core.c
129
__inline static float
MulRe
(float aRe, float aIm, float bRe, float bIm)
256
yf[0][j] +=
MulRe
(aec->xfBuf[0][xPos + j], aec->xfBuf[1][xPos + j],
301
// aec->wfBuf[pos + j][0] +=
MulRe
(aec->xfBuf[xPos + j][0],
325
fft[2 * j] =
MulRe
(aec->xfBuf[0][xPos + j],
332
fft[1] =
MulRe
(aec->xfBuf[0][xPos + PART_LEN],
[
all
...]
Completed in 26 milliseconds