1. 25 Dec, 2014 2 commits
  2. 24 Dec, 2014 5 commits
  3. 23 Dec, 2014 10 commits
  4. 22 Dec, 2014 17 commits
  5. 21 Dec, 2014 1 commit
    • orestis's avatar
      Change DescriptorExtractor_ORB regression test · fffe2464
      orestis authored
      to compensate for neon ieee754 non-compliancy.
      Also changed the comparison between max valid and calculated distance to
      make the error message more accurate (in case curMaxDist == maxDist)
      fffe2464
  6. 20 Dec, 2014 1 commit
    • orestis's avatar
      Change gaussianBlur5x5 perf test epsilon · 9811a739
      orestis authored
      Set it 1 instead of 0.001, as is already done in gaussianBlur3x3. That
      will allow integer destination matrices that are not exactly the same,
      but very close to the expected result, to pass the test.
      9811a739
  7. 19 Dec, 2014 4 commits
    • orestis's avatar
      SymmRowSmallVec_32f 1x5 asymm · 9c6da035
      orestis authored
      NEON speedup: 2.31x
      Auto-vect speedup: 2.26x
      
      Test kernel: [-0.9432, -1.1528, 0, 1.1528, 0.9432]
      9c6da035
    • orestis's avatar
      SymmRowSmallVec_32f 1x5 · 13c08551
      orestis authored
      NEON speedup: 2.36x
      Auto-vect speedup: 2.36x
      
      Test kernel: [0.1, 0.2408, 0.3184, 0.2408, 0.1]
      13c08551
    • orestis's avatar
      SymmColumnVec_32f16s asymm · ed0ce481
      orestis authored
      NEON speedup: 9.46x
      Auto-vect speedup: 1x
      
      Test kernel: [-0.9432, -1.1528, 0, 1.1528, 0.9432]
      ed0ce481
    • orestis's avatar
      SymmColumnVec_32f16s · a2a13179
      orestis authored
      NEON speedup: 8.64x
      Auto-vect speedup: 1x
      
      Test kernel: [0.1, 0.2408, 0.3184, 0.2408, 0.1]
      a2a13179