opencv/modules/imgproc/perf/opencl
Tomoaki Teshima a82e70cd40 remove raw SSE2/NEON implementation from imgwarp.cpp
* use universal intrinsic instead of raw intrinsic
  * add 2 channels de-interleave on x86 platform
  * add v_int32x4 version of v_muladd
  * add accumulate version of v_dotprod based on the commit from seiko2plus on bf1852d
  * remove some verify check in performance test
  * avoid the out of boundary access and keep the performance
2018-04-13 21:19:16 +09:00
..
perf_3vs4.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_accumulate.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_blend.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_color.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_filters.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_gftt.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_houghlines.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_imgproc.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_imgwarp.cpp remove raw SSE2/NEON implementation from imgwarp.cpp 2018-04-13 21:19:16 +09:00
perf_matchTemplate.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_moments.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_pyramid.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00