Searched refs:complex_t (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core_internal.h | 78 complex_t sde[PART_LEN1]; // cross-psd of nearend and error 79 complex_t sxd[PART_LEN1]; // cross-psd of farend and nearend 81 complex_t xfwBuf[kExtendedNumPartitions * PART_LEN1];
|
D | aec_core.h | 28 typedef float complex_t[2]; typedef
|
D | aec_core.c | 1241 sizeof(aec->xfwBuf) - sizeof(complex_t) * PART_LEN1); in EchoSuppression() 1690 memset(aec->xfBuf, 0, sizeof(complex_t) * kExtendedNumPartitions * PART_LEN1); in WebRtcAec_InitAec() 1691 memset(aec->wfBuf, 0, sizeof(complex_t) * kExtendedNumPartitions * PART_LEN1); in WebRtcAec_InitAec() 1692 memset(aec->sde, 0, sizeof(complex_t) * PART_LEN1); in WebRtcAec_InitAec() 1693 memset(aec->sxd, 0, sizeof(complex_t) * PART_LEN1); in WebRtcAec_InitAec() 1695 aec->xfwBuf, 0, sizeof(complex_t) * kExtendedNumPartitions * PART_LEN1); in WebRtcAec_InitAec()
|
D | aec_core_mips.c | 35 complex_t u[PART_LEN1]; in WebRtcAec_ComfortNoise_mips()
|