Home | History | Annotate | Download | only in src

Lines Matching refs:use_simd

2021         use_simd = checkHardwareSupport(CV_CPU_SSE2);
2026 if (!use_simd)
2110 bool use_simd;
2120 use_simd = checkHardwareSupport(CV_CPU_SSE2);
2125 if (!use_simd)
2199 bool use_simd;
2208 use_simd = checkHardwareSupport(CV_CPU_SSE2);
2213 if (!use_simd)
2285 bool use_simd;