Ncv16u            216 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NCV_CT_ASSERT(sizeof(Ncv16u) == 2);
Ncv16u             52 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> inline __host__ __device__ Ncv16u _pixMaxVal<Ncv16u>() {return USHRT_MAX;}
Ncv16u             62 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> inline __host__ __device__ Ncv16u _pixMinVal<Ncv16u>() {return 0;}
Ncv16u             74 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<ushort1> {typedef Ncv16u TBase;};
Ncv16u             75 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<ushort3> {typedef Ncv16u TBase;};
Ncv16u             76 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<ushort4> {typedef Ncv16u TBase;};
Ncv16u             93 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvBase2Vec<Ncv16u, 1> {typedef ushort1 TVec;};
Ncv16u             94 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvBase2Vec<Ncv16u, 3> {typedef ushort3 TVec;};
Ncv16u             95 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvBase2Vec<Ncv16u, 4> {typedef ushort4 TVec;};
Ncv16u            108 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<typename Tin> inline __host__ __device__ void _TDemoteClampZ(Tin &a, Ncv16u &out) {out = (Ncv16u)CLAMP(a, 0, USHRT_MAX);}
Ncv16u            114 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<typename Tin> inline __host__ __device__ void _TDemoteClampNN(Tin &a, Ncv16u &out) {out = (Ncv16u)CLAMP(a+0.5f, 0, USHRT_MAX);}
Ncv16u            138 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp static inline __host__ __device__ ushort1 _pixMake(Ncv16u x) {return make_ushort1(x);}
Ncv16u            139 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp static inline __host__ __device__ ushort3 _pixMake(Ncv16u x, Ncv16u y, Ncv16u z) {return make_ushort3(x,y,z);}
Ncv16u            140 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp static inline __host__ __device__ ushort4 _pixMake(Ncv16u x, Ncv16u y, Ncv16u z, Ncv16u w) {return make_ushort4(x,y,z,w);}