HomeSort by relevance Sort by last modified time
    Searched full:vabsdiff2 (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/cudaarithm/src/cuda/
absdiff_mat.cu 100 return vabsdiff2(a, b);
  /external/opencv3/modules/cudev/include/opencv2/cudev/util/
simd_functions.hpp 90 vabsdiff2(a,b) per-halfword unsigned absolute difference: |a - b|
178 __device__ __forceinline__ uint vabsdiff2(uint a, uint b) function in namespace:cv::cudev
183 asm("vabsdiff2.u32.u32.u32.sat %0, %1, %2, %3;" : "=r"(r) : "r"(a), "r"(b), "r"(r));
  /external/opencv3/modules/core/include/opencv2/core/cuda/
simd_functions.hpp 130 static __device__ __forceinline__ unsigned int vabsdiff2(unsigned int a, unsigned int b) function in namespace:cv::cuda::device
135 asm("vabsdiff2.u32.u32.u32.sat %0, %1, %2, %3;" : "=r"(r) : "r"(a), "r"(b), "r"(r));

Completed in 2969 milliseconds