Searched refs:Ncv16u (Results 1 – 2 of 2) sorted by relevance
52 template<> inline __host__ __device__ Ncv16u _pixMaxVal<Ncv16u>() {return USHRT_MAX;} in _pixMaxVal()62 template<> inline __host__ __device__ Ncv16u _pixMinVal<Ncv16u>() {return 0;} in _pixMinVal()74 template<> struct TConvVec2Base<ushort1> {typedef Ncv16u TBase;};75 template<> struct TConvVec2Base<ushort3> {typedef Ncv16u TBase;};76 template<> struct TConvVec2Base<ushort4> {typedef Ncv16u TBase;};93 template<> struct TConvBase2Vec<Ncv16u, 1> {typedef ushort1 TVec;};94 template<> struct TConvBase2Vec<Ncv16u, 3> {typedef ushort3 TVec;};95 template<> struct TConvBase2Vec<Ncv16u, 4> {typedef ushort4 TVec;};108 …me Tin> inline __host__ __device__ void _TDemoteClampZ(Tin &a, Ncv16u &out) {out = (Ncv16u)CLAMP(a… in _TDemoteClampZ()114 …e Tin> inline __host__ __device__ void _TDemoteClampNN(Tin &a, Ncv16u &out) {out = (Ncv16u)CLAMP(a… in _TDemoteClampNN()[all …]
130 typedef unsigned short Ncv16u; typedef216 NCV_CT_ASSERT(sizeof(Ncv16u) == 2);