HomeSort by relevance Sort by last modified time
    Searched defs:useSIMD (Results 1 - 4 of 4) sorted by null

  /external/opencv3/modules/calib3d/src/
stereobm.cpp 203 volatile bool useSIMD = checkHardwareSupport(CV_CPU_SSE2);
254 if( useSIMD )
    [all...]
  /external/opencv3/modules/imgproc/src/
thresh.cpp 400 volatile bool useSIMD = checkHardwareSupport(CV_CPU_SSE);
479 if( useSIMD )
515 if( useSIMD )
551 if( useSIMD )
582 if( useSIMD )
620 if( useSIMD )
669 volatile bool useSIMD = checkHardwareSupport(CV_CPU_SSE);
724 if( useSIMD )
762 if( useSIMD )
800 if( useSIMD )
    [all...]
moments.cpp 221 useSIMD = checkHardwareSupport(CV_CPU_SSE2);
228 if( useSIMD )
261 bool useSIMD;
339 useSIMD = checkHardwareSupport(CV_CPU_SSE4_1);
346 if (useSIMD)
387 bool useSIMD;
  /external/opencv3/modules/video/src/
optflowgf.cpp 438 volatile bool useSIMD = checkHardwareSupport(CV_CPU_SSE);
439 if( useSIMD )
461 if( useSIMD )
529 if( useSIMD )
    [all...]

Completed in 1663 milliseconds