Searched refs:CV_CPU_SSE3 (Results 1 – 6 of 6) sorted by relevance
95 #define CV_CPU_SSE3 4 macro
270 f.have[CV_CPU_SSE3] = (cpuid_data[2] & (1<<0)) != 0; in initialize()
667 if( factors[0] >= 4 && checkHardwareSupport(CV_CPU_SSE3)) in DFT()
2774 bool haveSSE3 = checkHardwareSupport(CV_CPU_SSE3); in operator ()()3156 bool haveSSE3 = checkHardwareSupport(CV_CPU_SSE3); in operator ()()
4573 (src.depth() == CV_32F && ddepth == CV_32F)) && checkHardwareSupport(CV_CPU_SSE3)? 130 : 50; in filter2D()
3014 if (checkHardwareSupport(CV_CPU_SSE3)) cpu_features += " sse3"; in printVersionInfo()