Searched defs:SingleMaskChannels (Results 1 – 2 of 2) sorted by relevance
68 template <class MaskPtr> struct SingleMaskChannels struct70 typedef typename PtrTraits<MaskPtr>::value_type value_type;71 typedef typename PtrTraits<MaskPtr>::index_type index_type;73 MaskPtr mask;74 int channels;76 __device__ __forceinline__ value_type operator()(index_type y, index_type x) const in operator ()()
88 struct SingleMaskChannels struct90 __host__ __device__ __forceinline__ SingleMaskChannels(PtrStepb mask_, int channels_) in SingleMaskChannels() argument92 __host__ __device__ __forceinline__ SingleMaskChannels(const SingleMaskChannels& mask_) in SingleMaskChannels() argument95 __device__ __forceinline__ bool operator()(int y, int x) const in operator ()()100 PtrStepb mask;101 int channels;