HomeSort by relevance Sort by last modified time
    Searched refs:sxd (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/modules/audio_processing/aec/
aec_core.h 95 complex_t sxd[PART_LEN1]; // cross-psd of farend and nearend member in struct:__anon31376
aec_core.c 480 memset(aec->sxd, 0, sizeof(complex_t) * PART_LEN1);
976 aec->sxd[i][0] = ptrGCoh[0] * aec->sxd[i][0] + ptrGCoh[1] *
978 aec->sxd[i][1] = ptrGCoh[0] * aec->sxd[i][1] + ptrGCoh[1] *
    [all...]

Completed in 24 milliseconds