• Chip Kerchner's avatar
    Merge pull request #15274 from ChipKerchner:lkpyramidToHal · 30a60d39
    Chip Kerchner authored
    * Convert lkpyramid from SSE SIMD to HAL - 90% faster on Power (VSX).
    
    * Replace stores with reduce_sum.  Rework to handle endianess correctly.
    
    * Fix compiler warnings by casting values explicitly to shorts
    
    * Switch to CV_SIMD128 compiler definition.  Unroll loop to 8 elements since we've already loaded the data.
    30a60d39
Name
Last commit
Last update
..
include/opencv2 Loading commit data...
misc Loading commit data...
perf Loading commit data...
src Loading commit data...
test Loading commit data...
CMakeLists.txt Loading commit data...