Searched refs:kSSE2 (Results 1 – 25 of 33) sorted by relevance
12
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()
21 if (WebRtc_GetCPUInfo(kSSE2) != 0) { in DetectOptimization()
112 return WebRtc_GetCPUInfo(kSSE2) != 0; in IsOptimizationAvailable()
21 typedef enum { kSSE2, kSSE3 } CPUFeature; enumerator
145 if (feature == kSSE2) { in x86CPUInfo()193 case kSSE2: in wasmCPUInfo()
399 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()
94 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()280 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()
237 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()282 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()
154 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()
217 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()
258 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()
42 if (WebRtc_GetCPUInfo(kSSE2)) { in CreateFirFilter()
55 if (feature == kSSE2) { in GetCPUInfo()
44 if (WebRtc_GetCPUInfo(kSSE2)) { in Create()
88 kSSE2 = 1 << 0, enumerator
62 if ((info[3] & (1 << 26)) != 0) features |= kSSE2; in GetCpuInfo()
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()