Home
last modified time | relevance | path

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

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