Searched refs:WebRtc_GetCPUInfo (Results 1 - 15 of 15) sorted by last modified time

/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core.c519 if (WebRtc_GetCPUInfo(kSSE2)) {
H A Daec_rdft.c579 if (WebRtc_GetCPUInfo(kSSE2)) {
/external/webrtc/src/modules/audio_processing/test/
H A Dprocess_test.cc348 WebRtc_GetCPUInfo = WebRtc_GetCPUInfoNoASM;
/external/webrtc/src/system_wrappers/interface/
H A Dcpu_features_wrapper.h36 extern WebRtc_CPUInfo WebRtc_GetCPUInfo;
/external/webrtc/src/system_wrappers/source/
H A Dcpu_features.cc73 WebRtc_CPUInfo WebRtc_GetCPUInfo = GetCPUInfo; variable
/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
H A Dcontent_analysis.cc39 if (WebRtc_GetCPUInfo(kSSE2)) {
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dcpu_features_wrapper.h37 extern WebRtc_CPUInfo WebRtc_GetCPUInfo;
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dcpu_features.cc71 WebRtc_CPUInfo WebRtc_GetCPUInfo = GetCPUInfo; variable
/external/chromium_org/third_party/webrtc/common_audio/
H A Dfir_filter.cc53 if (WebRtc_GetCPUInfo(kSSE2)) {
/external/chromium_org/third_party/webrtc/common_audio/resampler/
H A Dsinc_resampler.cc129 convolve_proc_ = WebRtc_GetCPUInfo(kSSE2) ? Convolve_SSE : Convolve_C;
H A Dsinc_resampler_unittest.cc129 ASSERT_TRUE(WebRtc_GetCPUInfo(kSSE2));
191 ASSERT_TRUE(WebRtc_GetCPUInfo(kSSE2));
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_core.c1306 if (WebRtc_GetCPUInfo(kSSE2)) {
H A Daec_rdft.c575 if (WebRtc_GetCPUInfo(kSSE2)) {
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/
H A Dprocess_test.cc410 WebRtc_GetCPUInfo = WebRtc_GetCPUInfoNoASM;
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddiffer_block.cc44 bool have_sse2 = WebRtc_GetCPUInfo(kSSE2) != 0;

Completed in 965 milliseconds