• Chip Kerchner's avatar
    Merge pull request #15358 from ChipKerchner:imgwarpToHal · 26228e6b
    Chip Kerchner authored
    * Convert ImgWarp from SSE SIMD to HAL - 2.8x faster on Power (VSX) and 15% speedup on x86
    
    * Change compile flag from CV_SIMD128 to CV_SIMD128_64F for use of v_float64x2 type
    
    * Changing WarpPerspectiveLine from class functions and dispatching to static functions.
    
    * Re-add dynamic runtime and dispatch execution.
    
    * RRestore SSE4_1 optimizations inside opt_SSE4_1 namespace
    26228e6b
Name
Last commit
Last update
.github Loading commit data...
3rdparty Loading commit data...
apps Loading commit data...
cmake Loading commit data...
data Loading commit data...
doc Loading commit data...
include Loading commit data...
modules Loading commit data...
platforms Loading commit data...
samples Loading commit data...
.editorconfig Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
CMakeLists.txt Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...