1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

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
This commit is contained in:
Tomoaki Teshima
2018-04-13 21:19:16 +09:00
parent fdd83e5027
commit a82e70cd40
8 changed files with 539 additions and 534 deletions
File diff suppressed because it is too large Load Diff