Home
last modified time | relevance | path

Searched defs:WithOutMask (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/cuda/
Dutility.hpp131 struct WithOutMask struct
133 __host__ __device__ __forceinline__ WithOutMask(){} in WithOutMask() argument
134 __host__ __device__ __forceinline__ WithOutMask(const WithOutMask&){} in WithOutMask() function
136 __device__ __forceinline__ void next() const in next()
139 __device__ __forceinline__ void setMask(int) const in setMask()
143 __device__ __forceinline__ bool operator()(int, int) const in operator ()()
148 __device__ __forceinline__ bool operator()(int, int, int) const in operator ()()
153 static __device__ __forceinline__ bool check(int, int) in check()
158 static __device__ __forceinline__ bool check(int, int, int) in check()
/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
Dmask.hpp57 struct WithOutMask struct
59 typedef bool value_type;
60 typedef int index_type;
62 __device__ __forceinline__ bool operator ()(int, int) const in operator ()()
/external/opencv3/modules/cudaarithm/test/
Dtest_gpumat.cpp190 CUDA_TEST_P(GpuMat_CopyTo, WithOutMask) in CUDA_TEST_P() argument
Dtest_element_operations.cpp197 CUDA_TEST_P(Add_Scalar, WithOutMask) in CUDA_TEST_P() argument
285 CUDA_TEST_P(Add_Scalar_First, WithOutMask) in CUDA_TEST_P() argument
500 CUDA_TEST_P(Subtract_Scalar, WithOutMask) in CUDA_TEST_P() argument
588 CUDA_TEST_P(Subtract_Scalar_First, WithOutMask) in CUDA_TEST_P() argument
Dtest_reductions.cpp934 CUDA_TEST_P(Normalize, WithOutMask) in CUDA_TEST_P() argument