Searched refs:WELS_CPU_SSE42 (Results 1 – 7 of 7) sorted by relevance
56 #define WELS_CPU_SSE42 0x00000400 /* sse 4.2 */ macro
88 if (WelsCPUFeatureDetect (0) & WELS_CPU_SSE42) in TEST()
391 if (WelsCPUFeatureDetect (0) & WELS_CPU_SSE42) in TEST()
120 uiCPU |= WELS_CPU_SSE42; in WelsCPUFeatureDetect()
300 if (uiCpuFlag & WELS_CPU_SSE42) { in InitCoeffFunc()
526 if (uiCpuFlag & WELS_CPU_SSE42) { in WelsInitEncodingFuncs()
2097 (uiCpuFeatureFlags & WELS_CPU_SSE42) ? 'Y' : 'N', in OutputCpuFeaturesLog()