Searched refs:WebRtc_GetCPUInfo (Results 1 - 11 of 11) sorted by relevance

/external/webrtc/webrtc/system_wrappers/include/
H A Dcpu_features_wrapper.h37 extern WebRtc_CPUInfo WebRtc_GetCPUInfo;
/external/webrtc/webrtc/modules/desktop_capture/
H A Ddiffer_block.cc46 bool have_sse2 = WebRtc_GetCPUInfo(kSSE2) != 0;
/external/webrtc/webrtc/modules/video_processing/util/
H A Ddenoiser_filter.cc32 if (WebRtc_GetCPUInfo(kSSE2)) {
/external/webrtc/webrtc/system_wrappers/source/
H A Dcpu_features.cc71 WebRtc_CPUInfo WebRtc_GetCPUInfo = GetCPUInfo; variable
/external/webrtc/webrtc/common_audio/
H A Dfir_filter.cc53 if (WebRtc_GetCPUInfo(kSSE2)) {
/external/webrtc/webrtc/common_audio/resampler/
H A Dsinc_resampler_unittest.cc130 ASSERT_TRUE(WebRtc_GetCPUInfo(kSSE2));
192 ASSERT_TRUE(WebRtc_GetCPUInfo(kSSE2));
H A Dsinc_resampler.cc133 convolve_proc_ = WebRtc_GetCPUInfo(kSSE2) ? Convolve_SSE : Convolve_C;
/external/webrtc/webrtc/modules/video_processing/
H A Dcontent_analysis.cc39 if (WebRtc_GetCPUInfo(kSSE2)) {
/external/webrtc/webrtc/modules/audio_processing/aec/
H A Daec_rdft.c575 if (WebRtc_GetCPUInfo(kSSE2)) {
H A Daec_core.c1514 if (WebRtc_GetCPUInfo(kSSE2)) {
/external/webrtc/webrtc/modules/audio_processing/test/
H A Dprocess_test.cc410 WebRtc_GetCPUInfo = WebRtc_GetCPUInfoNoASM;

Completed in 277 milliseconds