uchar1             68 modules/core/include/opencv2/core/cuda/detail/type_traits_detail.hpp         template <> struct IsUnsignedIntegral<uchar1> { enum {value = 1}; };
uchar1             83 modules/core/include/opencv2/core/cuda/detail/type_traits_detail.hpp         template <> struct IsVec<uchar1> { enum {value = 1}; };
uchar1            102 modules/core/include/opencv2/core/cuda/vec_math.hpp template<typename T> static __device__ __forceinline__ T saturate_cast(const uchar1& v) {return vec_math_detail::saturate_cast_helper<T>(v);}
uchar1             71 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<uchar1>  {typedef Ncv8u TBase;};
uchar1             90 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvBase2Vec<Ncv8u, 1>  {typedef uchar1 TVec;};
uchar1            119 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> inline __host__ __device__ uchar1 _pixMakeZero<uchar1>() {return make_uchar1(0);}
uchar1            135 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp static inline __host__ __device__ uchar1 _pixMake(Ncv8u x) {return make_uchar1(x);}
uchar1            330 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TAccPixWeighted<uchar1> {typedef double1 type;};
uchar1            341 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TAccPixDist<uchar1> {typedef Ncv32u type;};
uchar1             74 modules/cudev/include/opencv2/cudev/util/detail/type_traits.hpp     template <> struct IsVec<uchar1> { enum {value = 1}; };
uchar1            100 modules/cudev/include/opencv2/cudev/util/vec_math.hpp template<typename T> __device__ __forceinline__ T saturate_cast(const uchar1& v) { return vec_math_detail::SatCastHelper<VecTraits<T>::cn, T>::cast(v); }