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

  /external/opencv3/modules/cudalegacy/src/cuda/
NCVPixelOperations.hpp 70 template<typename Tvec> struct TConvVec2Base;
90 template<> struct TConvBase2Vec<Ncv8u, 1> {typedef uchar1 TVec;};
91 template<> struct TConvBase2Vec<Ncv8u, 3> {typedef uchar3 TVec;};
92 template<> struct TConvBase2Vec<Ncv8u, 4> {typedef uchar4 TVec;};
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;};
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;};
    [all...]
NCVPyramid.cu 282 typedef typename TConvBase2Vec<Ncv32f, NC(T)>::TVec TVFlt;
337 typedef typename TConvBase2Vec<Ncv32f, NC(T)>::TVec TVFlt;
357 typedef typename TConvBase2Vec<Ncv32f, NC(T)>::TVec TVFlt;

Completed in 63 milliseconds