Home | History | Annotate | Download | only in aec

Lines Matching defs:farend

544 void WebRtcAec_BufferFarendPartition(aec_t *aec, const float* farend) {
558 memcpy(fft, farend, sizeof(float) * PART_LEN2);
563 memcpy(fft, farend, sizeof(float) * PART_LEN2);
685 int16_t farend[PART_LEN];
687 WebRtc_ReadBuffer(aec->far_time_buf, (void**) &farend_ptr, farend, 1);
964 // We threshold here to protect against the ill-effects of a zero farend.