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

  /external/opencv3/modules/cudalegacy/src/cuda/
NCVPixelOperations.hpp 135 static inline __host__ __device__ uchar1 _pixMake(Ncv8u x) {return make_uchar1(x);}
136 static inline __host__ __device__ uchar3 _pixMake(Ncv8u x, Ncv8u y, Ncv8u z) {return make_uchar3(x,y,z);}
137 static inline __host__ __device__ uchar4 _pixMake(Ncv8u x, Ncv8u y, Ncv8u z, Ncv8u w) {return make_uchar4(x,y,z,w);}
138 static inline __host__ __device__ ushort1 _pixMake(Ncv16u x) {return make_ushort1(x);}
139 static inline __host__ __device__ ushort3 _pixMake(Ncv16u x, Ncv16u y, Ncv16u z) {return make_ushort3(x,y,z);}
140 static inline __host__ __device__ ushort4 _pixMake(Ncv16u x, Ncv16u y, Ncv16u z, Ncv16u w) {return make_ushort4(x,y,z,w);}
141 static inline __host__ __device__ uint1 _pixMake(Ncv32u x) {return make_uint1(x);}
142 static inline __host__ __device__ uint3 _pixMake(Ncv32u x, Ncv32u y, Ncv32u z) {return make_uint3(x,y,z);}
143 static inline __host__ __device__ uint4 _pixMake(Ncv32u x, Ncv32u y, Ncv32u z, Ncv32u w) {return make_uint4(x,y,z,w);}
144 static inline __host__ __device__ float1 _pixMake(Ncv32f x) {return make_float1(x);
    [all...]
NCVPyramid.cu 155 return _pixMake(TB(b.x * d + a.x * (1 - d)));
162 return _pixMake(TB(b.x * d + a.x * (1 - d)),
171 return _pixMake(TB(b.x * d + a.x * (1 - d)),

Completed in 114 milliseconds