- 24 Oct, 2018 1 commit
-
-
maver1 authored
* Updated ICV packages and IPP integration * core(test): minMaxIdx IPP regression test * core(ipp): workaround minMaxIdx problem * core(ipp): workaround meanStdDev() CV_32FC3 buffer overrun * Returned semicolon after CV_INSTRUMENT_REGION_IPP()
-
- 13 Sep, 2018 1 commit
-
-
Hamdi Sahloul authored
-
- 07 Aug, 2018 1 commit
-
-
Alexander Alekhin authored
* core(test): merge hang test * core(merge/split): fix intrin optimization
-
- 26 Jul, 2018 1 commit
-
-
Vadim Pisarevsky authored
* 1. changed static const __m128/256 to const __m128/256 to avoid wierd instructions and calls inserted by compiler. 2. added universal intrinsics that wrap MOVNTPS and other such (non-temporary or "no cache" store) instructions. v_store_interleave() and v_store() got respective flags/overloaded variants 3. rewrote split & merge to use the "no cache" store instructions. It resulted in dramatic performance improvement when processing big arrays * hopefully, fixed some test failures where 4-channel v_store_interleave() is used * added missing implementation of the new universal intrinsics (v_store_aligned_nocache() etc.) * fixed silly typo in the new intrinsics in intrin_vsx.hpp * still trying to fix VSX compiler errors * still trying to fix VSX compiler errors * still trying to fix VSX compiler errors * still trying to fix VSX compiler errors
-
- 24 Jul, 2018 1 commit
-
-
Vadim Pisarevsky authored
* fixed/updated v_load_deinterleave and v_store_interleave intrinsics; modified split() and merge() functions to use those intrinsics * fixed a few compile errors and bug in v_load_deinterleave(ptr, v_uint32x4& a, v_uint32x4& b) * fixed few more compile errors
-
- 04 Jul, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 12 Feb, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 17 Dec, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 03 Dec, 2015 1 commit
-
-
Maksim Shabunin authored
- added new functions from core module: split, merge, add, sub, mul, div, ... - added function replacement mechanism - added example of HAL replacement library
-