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

  /external/opencv3/modules/cudaarithm/src/cuda/
cmp_mat.cu 85 struct VCmpEq4 : binary_function<uint, uint, uint>
89 return vcmpeq4(a, b);
122 gridTransformBinary(src1_, src2_, dst_, VCmpEq4(), stream);
  /external/opencv3/modules/cudev/include/opencv2/cudev/util/
simd_functions.hpp 114 vcmpeq4(a,b) per-byte unsigned comparison: a == b ? 0xff : 0
630 __device__ __forceinline__ uint vcmpeq4(uint a, uint b) function in namespace:cv::cudev
  /external/opencv3/modules/core/include/opencv2/core/cuda/
simd_functions.hpp 582 static __device__ __forceinline__ unsigned int vcmpeq4(unsigned int a, unsigned int b) function in namespace:cv::cuda::device

Completed in 1069 milliseconds