Searched refs:sxd (Results 1 – 2 of 2) sorted by relevance
480 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()
95 complex_t sxd[PART_LEN1]; // cross-psd of farend and nearend member