Home
last modified time | relevance | path

Searched refs:TConvBase2Vec (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/cudalegacy/src/cuda/
DNCVPixelOperations.hpp89 template<typename TBase, Ncv32u NC> struct TConvBase2Vec;
90 template<> struct TConvBase2Vec<Ncv8u, 1> {typedef uchar1 TVec;}; argument
91 template<> struct TConvBase2Vec<Ncv8u, 3> {typedef uchar3 TVec;}; argument
92 template<> struct TConvBase2Vec<Ncv8u, 4> {typedef uchar4 TVec;}; argument
93 template<> struct TConvBase2Vec<Ncv16u, 1> {typedef ushort1 TVec;}; struct
94 template<> struct TConvBase2Vec<Ncv16u, 3> {typedef ushort3 TVec;}; argument
95 template<> struct TConvBase2Vec<Ncv16u, 4> {typedef ushort4 TVec;}; argument
96 template<> struct TConvBase2Vec<Ncv32u, 1> {typedef uint1 TVec;}; argument
97 template<> struct TConvBase2Vec<Ncv32u, 3> {typedef uint3 TVec;}; struct
98 template<> struct TConvBase2Vec<Ncv32u, 4> {typedef uint4 TVec;}; struct
[all …]
DNCVPyramid.cu282 typedef typename TConvBase2Vec<Ncv32f, NC(T)>::TVec TVFlt; in kernelInterpolateFrom1()
337 typedef typename TConvBase2Vec<Ncv32f, NC(T)>::TVec TVFlt;
357 typedef typename TConvBase2Vec<Ncv32f, NC(T)>::TVec TVFlt;