Lines Matching refs:TBase

50 template<typename TBase> inline __host__ __device__ TBase _pixMaxVal();
60 template<typename TBase> inline __host__ __device__ TBase _pixMinVal();
71 template<> struct TConvVec2Base<uchar1> {typedef Ncv8u TBase;}; typedef
72 template<> struct TConvVec2Base<uchar3> {typedef Ncv8u TBase;}; typedef
73 template<> struct TConvVec2Base<uchar4> {typedef Ncv8u TBase;}; typedef
74 template<> struct TConvVec2Base<ushort1> {typedef Ncv16u TBase;}; typedef
75 template<> struct TConvVec2Base<ushort3> {typedef Ncv16u TBase;}; typedef
76 template<> struct TConvVec2Base<ushort4> {typedef Ncv16u TBase;}; typedef
77 template<> struct TConvVec2Base<uint1> {typedef Ncv32u TBase;}; typedef
78 template<> struct TConvVec2Base<uint3> {typedef Ncv32u TBase;}; typedef
79 template<> struct TConvVec2Base<uint4> {typedef Ncv32u TBase;}; typedef
80 template<> struct TConvVec2Base<float1> {typedef Ncv32f TBase;}; typedef
81 template<> struct TConvVec2Base<float3> {typedef Ncv32f TBase;}; typedef
82 template<> struct TConvVec2Base<float4> {typedef Ncv32f TBase;}; typedef
83 template<> struct TConvVec2Base<double1> {typedef Ncv64f TBase;}; typedef
84 template<> struct TConvVec2Base<double3> {typedef Ncv64f TBase;}; typedef
85 template<> struct TConvVec2Base<double4> {typedef Ncv64f TBase;}; typedef
87 #define NC(T) (sizeof(T) / sizeof(TConvVec2Base<T>::TBase))
89 template<typename TBase, Ncv32u NC> struct TConvBase2Vec;
232 typedef typename TConvVec2Base<Tout>::TBase TBout; in _pixScale_CN()
241 typedef typename TConvVec2Base<Tout>::TBase TBout; in _pixScale_CN()
252 typedef typename TConvVec2Base<Tout>::TBase TBout; in _pixScale_CN()