TConvBase2Vec 90 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvBase2Vec<Ncv8u, 1> {typedef uchar1 TVec;}; TConvBase2Vec 91 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvBase2Vec<Ncv8u, 3> {typedef uchar3 TVec;}; TConvBase2Vec 92 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvBase2Vec<Ncv8u, 4> {typedef uchar4 TVec;}; TConvBase2Vec 93 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvBase2Vec<Ncv16u, 1> {typedef ushort1 TVec;}; TConvBase2Vec 94 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvBase2Vec<Ncv16u, 3> {typedef ushort3 TVec;}; TConvBase2Vec 95 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvBase2Vec<Ncv16u, 4> {typedef ushort4 TVec;}; TConvBase2Vec 96 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvBase2Vec<Ncv32u, 1> {typedef uint1 TVec;}; TConvBase2Vec 97 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvBase2Vec<Ncv32u, 3> {typedef uint3 TVec;}; TConvBase2Vec 98 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvBase2Vec<Ncv32u, 4> {typedef uint4 TVec;}; TConvBase2Vec 99 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvBase2Vec<Ncv32f, 1> {typedef float1 TVec;}; TConvBase2Vec 100 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvBase2Vec<Ncv32f, 3> {typedef float3 TVec;}; TConvBase2Vec 101 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvBase2Vec<Ncv32f, 4> {typedef float4 TVec;}; TConvBase2Vec 102 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvBase2Vec<Ncv64f, 1> {typedef double1 TVec;}; TConvBase2Vec 103 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvBase2Vec<Ncv64f, 3> {typedef double3 TVec;}; TConvBase2Vec 104 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvBase2Vec<Ncv64f, 4> {typedef double4 TVec;};