Searched refs:WebRtc_GetCPUInfo (Results 1 – 11 of 11) sorted by relevance
37 extern WebRtc_CPUInfo WebRtc_GetCPUInfo;
32 if (WebRtc_GetCPUInfo(kSSE2)) { in Create()
71 WebRtc_CPUInfo WebRtc_GetCPUInfo = GetCPUInfo; variable
46 bool have_sse2 = WebRtc_GetCPUInfo(kSSE2) != 0; in BlockDifference()
53 if (WebRtc_GetCPUInfo(kSSE2)) { in Create()
130 ASSERT_TRUE(WebRtc_GetCPUInfo(kSSE2)); in TEST()192 ASSERT_TRUE(WebRtc_GetCPUInfo(kSSE2)); in TEST()
133 convolve_proc_ = WebRtc_GetCPUInfo(kSSE2) ? Convolve_SSE : Convolve_C; in InitializeCPUSpecificFeatures()
39 if (WebRtc_GetCPUInfo(kSSE2)) { in VPMContentAnalysis()
575 if (WebRtc_GetCPUInfo(kSSE2)) { in aec_rdft_init()
1514 if (WebRtc_GetCPUInfo(kSSE2)) { in WebRtcAec_CreateAec()
410 WebRtc_GetCPUInfo = WebRtc_GetCPUInfoNoASM; in void_main()