- 23 Aug, 2017 1 commit
-
-
Pavel Vlasov authored
- Optimizations set change. Now IPP integrations will provide code for SSE42, AVX2 and AVX512 (SKX) CPUs only. For HW below SSE42 IPP code is disabled. - Performance regressions fixes for IPP code paths; - cv::boxFilter integration improvement; - cv::filter2D integration improvement;
-
- 10 Jul, 2017 1 commit
-
-
- 04 Jul, 2017 1 commit
-
-
Vitaly Tuzov authored
-
- 28 Jun, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 27 Jun, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 25 Apr, 2017 1 commit
-
-
Pavel Vlasov authored
Updated integrations for: cv::split cv::merge cv::insertChannel cv::extractChannel cv::Mat::convertTo - now with scaled conversions support cv::LUT - disabled due to performance issues Mat::copyTo Mat::setTo cv::flip cv::copyMakeBorder - currently disabled cv::polarToCart cv::pow - ipp pow function was removed due to performance issues cv::hal::magnitude32f/64f - disabled for <= SSE42, poor performance cv::countNonZero cv::minMaxIdx cv::norm cv::canny - new integration. Disabled for threaded; cv::cornerHarris cv::boxFilter cv::bilateralFilter cv::integral
-
- 20 Apr, 2017 1 commit
-
-
Pavel Vlasov authored
-
- 16 Mar, 2017 1 commit
-
-
Woody Chow authored
-
- 27 Feb, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 21 Nov, 2016 1 commit
-
-
Pavel Vlasov authored
filter2D IPP runtime check;
-
- 02 Sep, 2016 1 commit
-
-
Vitaly Tuzov authored
-
- 19 Aug, 2016 2 commits
-
-
Pavel Vlasov authored
-
Pavel Vlasov authored
-
- 05 Aug, 2016 1 commit
-
-
Alexander Alekhin authored
Problem is observed with test_loop_times=100 in corner cases like 93x1 or similar
-
- 18 Jul, 2016 1 commit
-
-
k-shinotsuka authored
-
- 17 Jul, 2016 1 commit
-
-
k-shinotsuka authored
-
- 03 Mar, 2016 5 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 01 Dec, 2015 1 commit
-
-
Pavel Vlasov authored
-
- 20 Oct, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 13 Oct, 2015 1 commit
-
-
Pavel Vlasov authored
-
- 12 Oct, 2015 1 commit
-
-
Pavel Vlasov authored
dotProd_16s - disabled for IPP 9.0.0; filter2D - fixed kernel preparation; morphology - conditions fix and disabled FilterMin and FilterMax for IPP 9.0.0; GaussianBlur - disabled for CV_8UC1 due to buffer overflow; integral - disabled for IPP 9.0.0; IppAutoBuffer class was added;
-
- 25 Sep, 2015 1 commit
-
-
Pavel Vlasov authored
IPP_VERSION_MAJOR * 100 + IPP_VERSION_MINOR*10 + IPP_VERSION_UPDATE to manage changes between updates more easily. IPP_DISABLE_BLOCK was added to ease tracking of disabled IPP functions;
-
- 18 Jun, 2015 1 commit
-
-
Dmitry Budnikov authored
Removed IPP port for tiny arithm.cpp functions Additional warnings fix on various platforms. Build without OPENCL and GCC warnings fixed Fixed warnings, trailing spaces and removed unused secure_cpy. IPP code refactored. IPP code path implemented as separate static functions to simplify future work with IPP code and make it more readable.
-
- 13 May, 2015 1 commit
-
-
- 27 Feb, 2015 1 commit
-
-
Vladislav Vinogradov authored
-
- 26 Feb, 2015 1 commit
-
-
Vladislav Vinogradov authored
-
- 12 Jan, 2015 1 commit
-
-
Ilya Lavrenov authored
-
- 19 Dec, 2014 9 commits
-
-
orestis authored
NEON speedup: 2.31x Auto-vect speedup: 2.26x Test kernel: [-0.9432, -1.1528, 0, 1.1528, 0.9432]
-
orestis authored
NEON speedup: 2.36x Auto-vect speedup: 2.36x Test kernel: [0.1, 0.2408, 0.3184, 0.2408, 0.1]
-
orestis authored
NEON speedup: 9.46x Auto-vect speedup: 1x Test kernel: [-0.9432, -1.1528, 0, 1.1528, 0.9432]
-
orestis authored
NEON speedup: 8.64x Auto-vect speedup: 1x Test kernel: [0.1, 0.2408, 0.3184, 0.2408, 0.1]
-
orestis authored
NEON speedup: 2.12x Auto-vect speedup: 1.01x Test kernel: [-2, 0, 2]
-
orestis authored
NEON speedup: 3.27x Auto-vect speedup: 1.01x
-
orestis authored
NEON speedup: 1.75x Auto-vect speedup: 1x
-
orestis authored
NEON speedup: 2.04x Auto-vect speedup: 1x
-
orestis authored
NEON speedup: 2.75x Auto-vect speedup: 1.01x
-