Home
last modified time | relevance | path

Searched refs:nearend (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aec/
Decho_cancellation.c339 const float* const* nearend, in WebRtcAec_Process() argument
372 nearend, in WebRtcAec_Process()
380 nearend, in WebRtcAec_Process()
573 const float* const* nearend, in ProcessNormal() argument
627 if (nearend[i] != out[i]) { in ProcessNormal()
628 memcpy(out[i], nearend[i], sizeof(nearend[i][0]) * nrOfSamples); in ProcessNormal()
710 nearend, in ProcessNormal()
Decho_cancellation.h161 const float* const* nearend,
Daec_core.h69 const float* const* nearend,
Daec_core.c1263 float nearend[PART_LEN]; in ProcessBlock() local
1281 nearend, in ProcessBlock()
1283 memcpy(aec->dBufH[i] + PART_LEN, nearend_ptr, sizeof(nearend)); in ProcessBlock()
1285 WebRtc_ReadBuffer(aec->nearFrBuf, (void**)&nearend_ptr, nearend, PART_LEN); in ProcessBlock()
1286 memcpy(aec->dBuf + PART_LEN, nearend_ptr, sizeof(nearend)); in ProcessBlock()
1754 const float* const* nearend, in WebRtcAec_ProcessFrames() argument
1796 WebRtc_WriteBuffer(aec->nearFrBuf, &nearend[0][j], FRAME_LEN); in WebRtcAec_ProcessFrames()
1799 WebRtc_WriteBuffer(aec->nearFrBufH[i - 1], &nearend[i][j], FRAME_LEN); in WebRtcAec_ProcessFrames()