Home
last modified time | relevance | path

Searched refs:farend_ptr (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aecm/
Decho_control_mobile.c383 const int16_t* farend_ptr = NULL; in WebRtcAecm_Process() local
392 WebRtc_ReadBuffer(aecm->farendBuf, (void**) &farend_ptr, farend, in WebRtcAecm_Process()
396 memcpy(&(aecm->farendOld[i][0]), farend_ptr, in WebRtcAecm_Process()
402 farend_ptr = farend; in WebRtcAecm_Process()
416 farend_ptr, in WebRtcAecm_Process()
/external/webrtc/webrtc/modules/audio_processing/aec/
Decho_cancellation.c292 const float* farend_ptr = farend; in WebRtcAec_BufferFarend() local
310 farend_ptr = new_farend; in WebRtcAec_BufferFarend()
318 WebRtc_WriteBuffer(aecpc->far_pre_buf, farend_ptr, newNrOfSamples); in WebRtcAec_BufferFarend()
Daec_core.c1266 float* farend_ptr = NULL; in ProcessBlock() local
1290 WebRtc_ReadBuffer(aec->far_time_buf, (void**)&farend_ptr, farend, 1); in ProcessBlock()
1296 RTC_AEC_DEBUG_WAV_WRITE(aec->farFile, &farend_ptr[PART_LEN], PART_LEN); in ProcessBlock()
1303 memcpy(fft, farend_ptr, sizeof(float) * PART_LEN2); in ProcessBlock()
1405 EchoSuppression(aec, farend_ptr, echo_subtractor_output, output, outputH_ptr); in ProcessBlock()