Home
last modified time | relevance | path

Searched refs:WebRtcAecm_StoreAdaptiveChannel (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
Daecm_core.c207 StoreAdaptiveChannel WebRtcAecm_StoreAdaptiveChannel; variable
390 WebRtcAecm_StoreAdaptiveChannel = WebRtcAecm_StoreAdaptiveChannelNeon; in WebRtcAecm_InitNeon()
401 WebRtcAecm_StoreAdaptiveChannel = WebRtcAecm_StoreAdaptiveChannel_mips; in WebRtcAecm_InitMips()
532 WebRtcAecm_StoreAdaptiveChannel = StoreAdaptiveChannelC; in WebRtcAecm_InitCore()
1089 WebRtcAecm_StoreAdaptiveChannel(aecm, far_spectrum, echoEst); in WebRtcAecm_UpdateChannel()
1132 WebRtcAecm_StoreAdaptiveChannel(aecm, far_spectrum, echoEst); in WebRtcAecm_UpdateChannel()
Daecm_core.h411 extern StoreAdaptiveChannel WebRtcAecm_StoreAdaptiveChannel;
/external/webrtc/src/modules/audio_processing/aecm/
Daecm_core.h352 extern StoreAdaptiveChannel WebRtcAecm_StoreAdaptiveChannel;
Daecm_core_neon.c301 WebRtcAecm_StoreAdaptiveChannel = StoreAdaptiveChannelNeon; in WebRtcAecm_InitNeon()
Daecm_core.c269 StoreAdaptiveChannel WebRtcAecm_StoreAdaptiveChannel; variable
670 WebRtcAecm_StoreAdaptiveChannel = StoreAdaptiveChannelC; in WebRtcAecm_InitCore()
1221 WebRtcAecm_StoreAdaptiveChannel(aecm, far_spectrum, echoEst); in WebRtcAecm_UpdateChannel()
1264 WebRtcAecm_StoreAdaptiveChannel(aecm, far_spectrum, echoEst); in WebRtcAecm_UpdateChannel()