Files
opencv/modules
Tomoaki Teshima ca1a0a1108 core: remove raw SSE2/NEON implementation from convert.cpp (#9831)
* remove raw SSE2/NEON implementation from convert.cpp
  * remove raw implementation from Cvt_SIMD
  * remove raw implementation from cvtScale_SIMD
  * remove raw implementation from cvtScaleAbs_SIMD
  * remove duplicated implementation cvt_<float, short>
  * remove duplicated implementation cvtScale_<short, short, float>
  * add "from double" version of Cvt_SIMD
  * modify the condition of test ConvertScaleAbs

* Update convert.cpp

fixed crash in cvtScaleAbs(8s=>8u)

* fixed compile error on Win32

* fixed several test failures because of accuracy loss in cvtScale(int=>int)

* fixed NEON implementation of v_cvt_f64(int=>double) intrinsic

* another attempt to fix test failures

* keep trying to fix the test failures and just introduced compile warnings

* fixed one remaining test (subtractScalar)
2017-12-15 00:00:35 +03:00
..
2017-12-04 02:22:52 +01:00
2016-11-29 01:18:10 +03:00
2017-09-04 14:41:29 +03:00
2017-10-15 12:12:00 -04:00
2016-11-29 01:18:10 +03:00
2016-09-30 15:16:29 +05:30
2017-12-04 02:22:52 +01:00
2017-12-08 18:33:48 +03:00
2017-12-11 13:27:37 +03:00
2017-11-29 21:43:09 +03:00
2014-08-05 20:12:35 +04:00