Searched refs:delay_estimator_farend (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/aecm/ |
D | aecm_core.c | 245 aecm->delay_estimator_farend = WebRtc_CreateDelayEstimatorFarend(PART_LEN1, in WebRtcAecm_CreateCore() 247 if (aecm->delay_estimator_farend == NULL) { in WebRtcAecm_CreateCore() 252 WebRtc_CreateDelayEstimator(aecm->delay_estimator_farend, 0); in WebRtcAecm_CreateCore() 429 if (WebRtc_InitDelayEstimatorFarend(aecm->delay_estimator_farend) != 0) { in WebRtcAecm_InitCore() 547 WebRtc_FreeDelayEstimatorFarend(aecm->delay_estimator_farend); in WebRtcAecm_FreeCore()
|
D | aecm_core.h | 52 void* delay_estimator_farend; member
|
D | aecm_core_c.c | 390 if (WebRtc_AddFarSpectrumFix(aecm->delay_estimator_farend, in WebRtcAecm_ProcessBlock()
|
D | aecm_core_mips.c | 911 if (WebRtc_AddFarSpectrumFix(aecm->delay_estimator_farend, xfa, PART_LEN1, in WebRtcAecm_ProcessBlock()
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core_internal.h | 136 void* delay_estimator_farend; member
|
D | aec_core.c | 1358 aec->delay_estimator_farend, abs_far_spectrum, PART_LEN1) == 0) { in ProcessBlock() 1476 aec->delay_estimator_farend = in WebRtcAec_CreateAec() 1478 if (aec->delay_estimator_farend == NULL) { in WebRtcAec_CreateAec() 1485 aec->delay_estimator_farend, kHistorySizeBlocks); in WebRtcAec_CreateAec() 1559 WebRtc_FreeDelayEstimatorFarend(aec->delay_estimator_farend); in WebRtcAec_FreeAec() 1614 if (WebRtc_InitDelayEstimatorFarend(aec->delay_estimator_farend) != 0) { in WebRtcAec_InitAec() 1832 WebRtc_SoftResetDelayEstimatorFarend(aec->delay_estimator_farend, in WebRtcAec_ProcessFrames()
|