• Home
  • Raw
  • Download

Lines Matching refs:Ncv32u

53 template<> inline __host__ __device__ Ncv32u _pixMaxVal<Ncv32u>() {return  UINT_MAX;}  in _pixMaxVal()
63 template<> inline __host__ __device__ Ncv32u _pixMinVal<Ncv32u>() {return 0;} in _pixMinVal()
77 template<> struct TConvVec2Base<uint1> {typedef Ncv32u TBase;};
78 template<> struct TConvVec2Base<uint3> {typedef Ncv32u TBase;};
79 template<> struct TConvVec2Base<uint4> {typedef Ncv32u TBase;};
89 template<typename TBase, Ncv32u NC> struct TConvBase2Vec;
96 template<> struct TConvBase2Vec<Ncv32u, 1> {typedef uint1 TVec;};
97 template<> struct TConvBase2Vec<Ncv32u, 3> {typedef uint3 TVec;};
98 template<> struct TConvBase2Vec<Ncv32u, 4> {typedef uint4 TVec;};
109 …me Tin> inline __host__ __device__ void _TDemoteClampZ(Tin &a, Ncv32u &out) {out = (Ncv32u)CLAMP(a… in _TDemoteClampZ()
115 …e Tin> inline __host__ __device__ void _TDemoteClampNN(Tin &a, Ncv32u &out) {out = (Ncv32u)CLAMP(a… in _TDemoteClampNN()
141 static inline __host__ __device__ uint1 _pixMake(Ncv32u x) {return make_uint1(x);} in _pixMake()
142 static inline __host__ __device__ uint3 _pixMake(Ncv32u x, Ncv32u y, Ncv32u z) {return make_uint3(x… in _pixMake()
143 static inline __host__ __device__ uint4 _pixMake(Ncv32u x, Ncv32u y, Ncv32u z, Ncv32u w) {return ma… in _pixMake()
152 template<typename Tin, typename Tout, Ncv32u CN> struct __pixDemoteClampZ_CN {static __host__ __dev…
189 template<typename Tin, typename Tout, Ncv32u CN> struct __pixDemoteClampNN_CN {static __host__ __de…
226 template<typename Tin, typename Tout, typename Tw, Ncv32u CN> struct __pixScale_CN {static __host__…
266 template<typename Tin, typename Tout, Ncv32u CN> struct __pixAdd_CN {static __host__ __device__ Tou…
303 template<typename Tin, typename Tout, Ncv32u CN> struct __pixDist_CN {static __host__ __device__ To…
341 template<> struct TAccPixDist<uchar1> {typedef Ncv32u type;};
342 template<> struct TAccPixDist<uchar3> {typedef Ncv32u type;};
343 template<> struct TAccPixDist<uchar4> {typedef Ncv32u type;};
344 template<> struct TAccPixDist<ushort1> {typedef Ncv32u type;};
345 template<> struct TAccPixDist<ushort3> {typedef Ncv32u type;};
346 template<> struct TAccPixDist<ushort4> {typedef Ncv32u type;};