Home
last modified time | relevance | path

Searched refs:sxd (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/src/modules/audio_processing/aec/
Daec_core.c480 memset(aec->sxd, 0, sizeof(complex_t) * PART_LEN1); in WebRtcAec_InitAec()
976 aec->sxd[i][0] = ptrGCoh[0] * aec->sxd[i][0] + ptrGCoh[1] * in NonLinearProcessing()
978 aec->sxd[i][1] = ptrGCoh[0] * aec->sxd[i][1] + ptrGCoh[1] * in NonLinearProcessing()
1010 cohxd[i] = (aec->sxd[i][0] * aec->sxd[i][0] + aec->sxd[i][1] * aec->sxd[i][1]) / in NonLinearProcessing()
Daec_core.h95 complex_t sxd[PART_LEN1]; // cross-psd of farend and nearend member