Searched defs:TConvBase2Vec (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NCVPixelOperations.hpp | 90 template<> struct TConvBase2Vec<Ncv8u, 1> {typedef uchar1 TVec;}; argument 91 template<> struct TConvBase2Vec<Ncv8u, 3> {typedef uchar3 TVec;}; struct 92 template<> struct TConvBase2Vec<Ncv8u, 4> {typedef uchar4 TVec;}; struct 93 template<> struct TConvBase2Vec<Ncv16u, 1> {typedef ushort1 TVec;}; argument 94 template<> struct TConvBase2Vec<Ncv16u, 3> {typedef ushort3 TVec;}; struct 95 template<> struct TConvBase2Vec<Ncv16u, 4> {typedef ushort4 TVec;}; struct 96 template<> struct TConvBase2Vec<Ncv32u, 1> {typedef uint1 TVec;}; struct 97 template<> struct TConvBase2Vec<Ncv32u, 3> {typedef uint3 TVec;}; struct 98 template<> struct TConvBase2Vec<Ncv32u, 4> {typedef uint4 TVec;}; argument 99 template<> struct TConvBase2Vec<Ncv32f, 1> {typedef float1 TVec;}; struct [all …]
|