Searched defs:WebRtcAecm_StoreAdaptiveChannel (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
H A Daecm_core.c207 StoreAdaptiveChannel WebRtcAecm_StoreAdaptiveChannel; variable
390 WebRtcAecm_StoreAdaptiveChannel = WebRtcAecm_StoreAdaptiveChannelNeon;
401 WebRtcAecm_StoreAdaptiveChannel = WebRtcAecm_StoreAdaptiveChannel_mips;
532 WebRtcAecm_StoreAdaptiveChannel = StoreAdaptiveChannelC;
1089 WebRtcAecm_StoreAdaptiveChannel(aecm, far_spectrum, echoEst);
1132 WebRtcAecm_StoreAdaptiveChannel(aecm, far_spectrum, echoEst);
/external/webrtc/src/modules/audio_processing/aecm/
H A Daecm_core.c269 StoreAdaptiveChannel WebRtcAecm_StoreAdaptiveChannel; variable
670 WebRtcAecm_StoreAdaptiveChannel = StoreAdaptiveChannelC;
1221 WebRtcAecm_StoreAdaptiveChannel(aecm, far_spectrum, echoEst);
1264 WebRtcAecm_StoreAdaptiveChannel(aecm, far_spectrum, echoEst);

Completed in 63 milliseconds