Searched refs:echoEst (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/ |
D | aecm_core.h | 353 int32_t * echoEst); 389 int32_t * echoEst); 401 int32_t* echoEst,
|
D | aecm_core.c | 726 int32_t * echoEst) in WebRtcAecm_CalcEnergies() argument 764 WebRtcAecm_CalcLinearEnergies(aecm, far_spectrum, echoEst, &tmpFar, &tmpAdapt, &tmpStored); in WebRtcAecm_CalcEnergies() 953 int32_t * echoEst) in WebRtcAecm_UpdateChannel() argument 1089 WebRtcAecm_StoreAdaptiveChannel(aecm, far_spectrum, echoEst); in WebRtcAecm_UpdateChannel() 1132 WebRtcAecm_StoreAdaptiveChannel(aecm, far_spectrum, echoEst); in WebRtcAecm_UpdateChannel()
|
/external/webrtc/src/modules/audio_processing/aecm/ |
D | aecm_core.h | 342 WebRtc_Word32* echoEst,
|
D | aecm_core.c | 858 WebRtc_Word32 * echoEst) in WebRtcAecm_CalcEnergies() argument 896 WebRtcAecm_CalcLinearEnergies(aecm, far_spectrum, echoEst, &tmpFar, &tmpAdapt, &tmpStored); in WebRtcAecm_CalcEnergies() 1085 WebRtc_Word32 * echoEst) in WebRtcAecm_UpdateChannel() argument 1221 WebRtcAecm_StoreAdaptiveChannel(aecm, far_spectrum, echoEst); in WebRtcAecm_UpdateChannel() 1264 WebRtcAecm_StoreAdaptiveChannel(aecm, far_spectrum, echoEst); in WebRtcAecm_UpdateChannel()
|