Searched refs:complex_t (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/src/modules/audio_processing/aec/ |
D | aec_core.h | 35 typedef float complex_t[2]; typedef 94 complex_t sde[PART_LEN1]; // cross-psd of nearend and error 95 complex_t sxd[PART_LEN1]; // cross-psd of farend and nearend 96 complex_t xfwBuf[NR_PART * PART_LEN1]; // farend windowed fft buffer
|
D | aec_core.c | 116 complex_t *comfortNoiseHband, 477 memset(aec->xfBuf, 0, sizeof(complex_t) * NR_PART * PART_LEN1); in WebRtcAec_InitAec() 478 memset(aec->wfBuf, 0, sizeof(complex_t) * NR_PART * PART_LEN1); in WebRtcAec_InitAec() 479 memset(aec->sde, 0, sizeof(complex_t) * PART_LEN1); in WebRtcAec_InitAec() 480 memset(aec->sxd, 0, sizeof(complex_t) * PART_LEN1); in WebRtcAec_InitAec() 481 memset(aec->xfwBuf, 0, sizeof(complex_t) * NR_PART * PART_LEN1); in WebRtcAec_InitAec() 855 complex_t comfortNoiseHband[PART_LEN1]; in NonLinearProcessing() 1191 sizeof(complex_t) * PART_LEN1); in NonLinearProcessing() 1206 complex_t *comfortNoiseHband, const float *noisePow, const float *lambda) in ComfortNoise() 1212 complex_t u[PART_LEN1]; in ComfortNoise()
|