HomeSort by relevance Sort by last modified time
    Searched refs:TConvVec2Base (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/cudalegacy/src/cuda/
NCVPixelOperations.hpp 70 template<typename Tvec> struct TConvVec2Base;
71 template<> struct TConvVec2Base<uchar1> {typedef Ncv8u TBase;};
72 template<> struct TConvVec2Base<uchar3> {typedef Ncv8u TBase;};
73 template<> struct TConvVec2Base<uchar4> {typedef Ncv8u TBase;};
74 template<> struct TConvVec2Base<ushort1> {typedef Ncv16u TBase;};
75 template<> struct TConvVec2Base<ushort3> {typedef Ncv16u TBase;};
76 template<> struct TConvVec2Base<ushort4> {typedef Ncv16u TBase;};
77 template<> struct TConvVec2Base<uint1> {typedef Ncv32u TBase;};
78 template<> struct TConvVec2Base<uint3> {typedef Ncv32u TBase;};
79 template<> struct TConvVec2Base<uint4> {typedef Ncv32u TBase;}
    [all...]
NCVPyramid.cu 154 typedef typename TConvVec2Base<Tout>::TBase TB;
161 typedef typename TConvVec2Base<Tout>::TBase TB;
170 typedef typename TConvVec2Base<Tout>::TBase TB;

Completed in 1212 milliseconds