1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-28 23:03:03 +04:00
Files
opencv/modules/core/test
Chip Kerchner 301626ba26 Merge pull request #15488 from ChipKerchner:vectorizeMinMax2
Vectorize minMaxIdx functions

* Updated documentation and intrinsic tests for v_reduce

* Add other files back in from the forced push

* Prevent an constant overflow with v_reduce for int8 type

* Another alternative to fix constant overflow warning.

* Fix another compiler warning.

* Update comments and change comparison form to be consistent with other vectorized loops.

* Change return type of v_reduce_min & max for v_uint8 and v_uint16 to be same as lane type.

* Cast v_reduce functions to int to avoid overflow. Reduce number of parameters in MINMAXIDX_REDUCE macro.

* Restore cast type for v_reduce_min & max to LaneType
2020-01-17 19:37:35 +03:00
..
2019-05-18 19:32:23 +00:00
2018-02-12 07:09:43 -05:00
2018-09-07 20:33:52 +09:00
2019-08-16 17:34:29 +03:00
2018-02-03 19:39:47 +00:00
2018-02-03 19:39:47 +00:00
2019-12-28 13:50:39 +00:00
2018-02-03 19:39:47 +00:00
2019-11-18 07:41:34 -05:00