Searched refs:WebRtc_GetCPUInfo (Results 1 – 18 of 18) sorted by relevance
83 if (WebRtc_GetCPUInfo(kSSE2) != 0) { in TEST()105 if (WebRtc_GetCPUInfo(kSSE2) != 0) { in TEST()126 if (WebRtc_GetCPUInfo(kSSE2) != 0) { in TEST()
23 if (WebRtc_GetCPUInfo(kSSE2) != 0) { in DetectOptimization()
56 bool use_sse2 = (WebRtc_GetCPUInfo(kSSE2) != 0); in TEST()
76 return WebRtc_GetCPUInfo(kSSE2) != 0; in IsSse2Available()
23 if (WebRtc_GetCPUInfo(kSSE2) != 0) { in TEST()
182 bool use_sse2 = (WebRtc_GetCPUInfo(kSSE2) != 0); in TEST_P()254 bool use_sse2 = (WebRtc_GetCPUInfo(kSSE2) != 0); in TEST_P()
96 bool use_sse2 = (WebRtc_GetCPUInfo(kSSE2) != 0); in TEST()
21 if (WebRtc_GetCPUInfo(kSSE2) != 0) { in DetectOptimization()
112 return WebRtc_GetCPUInfo(kSSE2) != 0; in IsOptimizationAvailable()
34 extern WebRtc_CPUInfo WebRtc_GetCPUInfo;
42 if (WebRtc_GetCPUInfo(kSSE2)) { in CreateFirFilter()
71 WebRtc_CPUInfo WebRtc_GetCPUInfo = GetCPUInfo; variable
44 if (WebRtc_GetCPUInfo(kSSE2)) { in Create()
38 bool have_sse2 = WebRtc_GetCPUInfo(kSSE2) != 0; in VectorDifference()
132 ASSERT_TRUE(WebRtc_GetCPUInfo(kSSE2)); in TEST()195 ASSERT_TRUE(WebRtc_GetCPUInfo(kSSE2)); in TEST()
136 convolve_proc_ = WebRtc_GetCPUInfo(kSSE2) ? Convolve_SSE : Convolve_C; in InitializeCPUSpecificFeatures()
29 return WebRtc_GetCPUInfo(kSSE2) != 0; in IsSse2Available()
326 use_sse2_ = (WebRtc_GetCPUInfo(kSSE2) != 0); in OouraFft()