Searched refs:ptrGCoh (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core.c876 const float *ptrGCoh = gCoh[aec->mult - 1]; local
960 aec->sd[i] = ptrGCoh[0] * aec->sd[i] + ptrGCoh[1] *
962 aec->se[i] = ptrGCoh[0] * aec->se[i] + ptrGCoh[1] *
968 aec->sx[i] = ptrGCoh[0] * aec->sx[i] + ptrGCoh[1] *
971 aec->sde[i][0] = ptrGCoh[0] * aec->sde[i][0] + ptrGCoh[1] *
973 aec->sde[i][1] = ptrGCoh[
[all...]

Completed in 38 milliseconds