Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/aec/
Daec_core.h84 float dBufH[PART_LEN2]; // nearend member
Daec_core.c460 memset(aec->dBufH, 0, sizeof(aec->dBufH)); in WebRtcAec_InitAec()
672 memcpy(aec->dBufH + PART_LEN, dH, sizeof(float) * PART_LEN); in ProcessBlock()
1166 dtmp = (float)aec->dBufH[i]; in NonLinearProcessing()
1187 memcpy(aec->dBufH, aec->dBufH + PART_LEN, sizeof(float) * PART_LEN); in NonLinearProcessing()