- 19 Dec, 2014 18 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
-
orestis authored
NEON speedup: 2.66x Auto-vect speedup: 1x
-
orestis authored
NEON speedup: 2.95x Auto-vect speedup: 1x Test kernel: [-0.9432, -1.1528, 0, 1.1528, 0.9432]
-
orestis authored
NEON speedup: 1.96x Auto-vect speedup: 1x Test kernel: [0.0708, 0.2445, 0.3694, 0.2445, 0.0708]
-
orestis authored
NEON speedup: 3.14x Auto-vect speedup: 1.6x Test kernel: [-5, -2, 0, 2, 5]
-
orestis authored
NEON speedup: 1.95x Auto-vect speedup: 1.17x Test kernel: [-2, 0, 2]
-
orestis authored
NEON speedup: 1.84x Auto-vect speedup: 1.2x
-
orestis authored
NEON speedup: 3.86x Auto-vect speedup: 1.67x Test kernel: [0.0708, 0.2445, 0.3694, 0.2445, 0.0708]
-
orestis authored
NEON speedup: 2.56x Auto-vect speedup: 1.26x Test kernel: [1, 3, 1]
-
orestis authored
NEON speedup: 4.1 Auto-vect speedup: 2.25
-
- 06 Dec, 2014 1 commit
-
-
orestis authored
Specifically, in general antisymmetric case src[-1] (S0) should be subtracted from from src[1] (S2), and not the opposite.
-
- 19 Nov, 2014 1 commit
-
-
orestis authored
In the unoptimized version of small symmetrical column filters, when we try to detect if the kernel, ky, is equal to [1;2;1] or [1;-2;1] we should take into consideration that the anchor points in the middle element.
-
- 15 Oct, 2014 1 commit
-
-
Pavel Vlasov authored
IPP can be switched on and off on runtime; Optional implementation collector was added (switched off by default in CMake). Gathers data of implementation used in functions and report this info through performance TS; TS modifications for implementations control;
-
- 11 Sep, 2014 1 commit
-
-
vbystricky authored
-
- 15 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 13 Aug, 2014 2 commits
-
-
Adil Ibragimov authored
-
Adil Ibragimov authored
1. someMatrix.data -> someMatrix.prt() 2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex ) 3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>() 4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
-
- 05 Aug, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 26 Jun, 2014 2 commits
-
-
vbystricky authored
-
vbystricky authored
-
- 16 Jun, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 21 May, 2014 1 commit
-
-
Aaron Kunze authored
-
- 07 May, 2014 2 commits
-
-
thoinvil authored
-
Ilya Lavrenov authored
-
- 06 May, 2014 1 commit
-
-
Thierry Hoinville authored
-
- 23 Apr, 2014 2 commits
-
-
Aaron Kunze authored
-
Alexander Karsakov authored
-
- 17 Apr, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 14 Apr, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 09 Apr, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 08 Apr, 2014 2 commits
-
-
Ilya Lavrenov authored
-
vbystricky authored
-