Searched refs:echoEst (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/aecm/ |
D | aecm_core.h | 339 int32_t* echoEst); 375 int32_t* echoEst); 386 int32_t* echoEst,
|
D | aecm_core.c | 719 int32_t* echoEst) { in WebRtcAecm_CalcEnergies() argument 742 WebRtcAecm_CalcLinearEnergies(aecm, far_spectrum, echoEst, &tmpFar, &tmpAdapt, &tmpStored); in WebRtcAecm_CalcEnergies() 899 int32_t* echoEst) { in WebRtcAecm_UpdateChannel() argument 1028 WebRtcAecm_StoreAdaptiveChannel(aecm, far_spectrum, echoEst); in WebRtcAecm_UpdateChannel() 1071 WebRtcAecm_StoreAdaptiveChannel(aecm, far_spectrum, echoEst); in WebRtcAecm_UpdateChannel()
|