opencv/modules/core/perf
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
..
cuda move CUDA core tests to core module 2014-12-23 17:42:49 +03:00
opencl Merge pull request #9753 from tomoaki0705:universalMatmul 2017-11-20 15:56:53 +03:00
perf_abs.cpp Normalized file endings. 2013-08-21 18:59:25 +04:00
perf_addWeighted.cpp Increased time limits, eliminated extra params 2013-01-31 16:18:52 +04:00
perf_arithm.cpp core: remove raw SSE2/NEON implementation from convert.cpp (#9831) 2017-12-15 00:00:35 +03:00
perf_bitwise.cpp Normalized file endings. 2013-08-21 18:59:25 +04:00
perf_compare.cpp Eliminate the need of ::testsing::ValuesIn() for CV_ENUM 2013-04-15 19:39:49 +04:00
perf_convertTo.cpp test: fix tolerance 2016-10-20 16:54:30 +03:00
perf_cvround.cpp cvRound 2015-03-11 16:14:39 +03:00
perf_dft.cpp Merge pull request #2684 from ElenaGvozdeva:ippiDFT 2014-05-07 17:57:17 +04:00
perf_dot.cpp increased time-limits 2012-11-28 18:17:33 +04:00
perf_inRange.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
perf_io_base64.cpp Add JSON support. 2016-08-11 00:53:15 +08:00
perf_lut.cpp Extended set of existing performance test to OpenVX HAL suitable execution modes 2017-04-27 12:32:29 +03:00
perf_main.cpp C4447 warning about main function format suppressed. 2013-08-21 07:24:46 -07:00
perf_mat.cpp Merge pull request #9753 from tomoaki0705:universalMatmul 2017-11-20 15:56:53 +03:00
perf_math.cpp HAL math interfaces: fastAtan2, magnitude, sqrt, invSqrt, log, exp 2016-05-31 11:54:52 +03:00
perf_merge.cpp test: fix tolerance 2016-10-20 16:54:33 +03:00
perf_minmaxloc.cpp Refactored performance tests. TEST_CYCLE macro is renamed to TEST_CYCLE_N; SIMPLE_TEST_CYCLE is renamed to TEST_CYCLE; from now 100 iterations are default for performance tests 2011-12-29 16:46:16 +00:00
perf_norm.cpp core(perf): added Hamming tests 2017-07-01 00:49:18 +00:00
perf_precomp.hpp Main module headers are moved 1 level up 2013-03-13 17:26:56 +04:00
perf_reduce.cpp add multiruns to fix "unreliable results" error 2013-06-13 21:14:42 +04:00
perf_sort.cpp added ippisFlip to cv::sort 2014-04-18 14:37:46 +04:00
perf_split.cpp let the performance test of split pass on 64bit ARM 2016-05-31 23:57:49 +09:00
perf_stat.cpp Enable ipp MeanStdDev calculation for 32F_C1 images. Decrease accuracy sanity check of the perfomance test 2014-04-07 14:26:49 +04:00
perf_umat.cpp Fixed several GCC 5.x warnings 2016-09-01 15:44:01 +03:00