Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_internal.h68 float dBufH[NUM_HIGH_BANDS_MAX][PART_LEN2]; // nearend member
Daec_core.c1211 outputH[j][i] = aec->dBufH[j][i] * nlpGainHband; in EchoSuppression()
1236 memcpy(aec->dBufH[j], aec->dBufH[j] + PART_LEN, sizeof(float) * PART_LEN); in EchoSuppression()
1283 memcpy(aec->dBufH[i] + PART_LEN, nearend_ptr, sizeof(nearend)); in ProcessBlock()
1672 memset(aec->dBufH[i], 0, sizeof(aec->dBufH[i])); in WebRtcAec_InitAec()