Home
last modified time | relevance | path

Searched refs:complex_t (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_internal.h78 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];
Daec_core.h28 typedef float complex_t[2]; typedef
Daec_core.c1241 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()
Daec_core_mips.c35 complex_t u[PART_LEN1]; in WebRtcAec_ComfortNoise_mips()