/external/opencv3/modules/cudaarithm/src/cuda/ |
cmp_mat.cu | 92 struct VCmpNe4 : binary_function<uint, uint, uint> 96 return vcmpne4(a, b); 132 gridTransformBinary(src1_, src2_, dst_, VCmpNe4(), stream);
|
/external/opencv3/modules/cudev/include/opencv2/cudev/util/ |
simd_functions.hpp | 124 vcmpne4(a,b) per-byte unsigned comparison: a != b ? 0xff: 0 823 __device__ __forceinline__ uint vcmpne4(uint a, uint b) function in namespace:cv::cudev
|
/external/opencv3/modules/core/include/opencv2/core/cuda/ |
simd_functions.hpp | 775 static __device__ __forceinline__ unsigned int vcmpne4(unsigned int a, unsigned int b) function in namespace:cv::cuda::device
|