Home
last modified time | relevance | path

Searched refs:uchar1 (Results 1 – 9 of 9) sorted by relevance

/external/opencv3/modules/cudalegacy/src/cuda/
DNCVPixelOperations.hpp71 template<> struct TConvVec2Base<uchar1> {typedef Ncv8u TBase;};
90 template<> struct TConvBase2Vec<Ncv8u, 1> {typedef uchar1 TVec;};
119 template<> inline __host__ __device__ uchar1 _pixMakeZero<uchar1>() {return make_uchar1(0);} in _pixMakeZero()
135 static inline __host__ __device__ uchar1 _pixMake(Ncv8u x) {return make_uchar1(x);} in _pixMake()
330 template<> struct TAccPixWeighted<uchar1> {typedef double1 type;};
341 template<> struct TAccPixDist<uchar1> {typedef Ncv32u type;};
DNCVPyramid.cu232 …{kernelDownsampleX2_gpu<uchar1> , 0 /*kernelDownsampleX2_gpu<uchar2>*/ , kernelDownsampleX2_… in downsampleX2()
315 …{kernelInterpolateFrom1_gpu<uchar1> , 0 /*kernelInterpolateFrom1_gpu<uchar2>*/ , kernelInterp… in interpolateFrom1()
608 template class NCVImagePyramid<uchar1>;
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
Dtype_traits_detail.hpp68 template <> struct IsUnsignedIntegral<uchar1> { enum {value = 1}; };
83 template <> struct IsVec<uchar1> { enum {value = 1}; };
/external/icu/icu4c/source/test/cintltst/
Dccapitst.c267 UChar* uchar1 = 0; in TestConvert() local
866 uchar1=(UChar*)malloc(sizeof(UChar) * (i+1)); in TestConvert()
867 u_uastrcpy(uchar1,""); in TestConvert()
868 u_strncpy(uchar1,ucs_file_buffer,i); in TestConvert()
869 uchar1[i] = 0; in TestConvert()
879 … targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err); in TestConvert()
915 if(u_strcmp(uchar1,uchar2)!=0) in TestConvert()
925 … targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err); in TestConvert()
931 targetcapacity = ucnv_fromUChars(NULL, output_cp_buffer, testLong1, uchar1, -1, &err); in TestConvert()
937 … targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, 0, &err); in TestConvert()
[all …]
/external/opencv3/modules/cudev/include/opencv2/cudev/util/detail/
Dtype_traits.hpp74 template <> struct IsVec<uchar1> { enum {value = 1}; };
/external/opencv3/modules/stitching/src/opencl/
Dmultibandblend.cl130 #define uchar1 uchar
/external/opencv3/modules/imgproc/src/opencl/
DfilterSmall.cl157 #define uchar1 uchar
/external/opencv3/modules/core/include/opencv2/core/cuda/
Dvec_math.hpp102 template<typename T> static __device__ __forceinline__ T saturate_cast(const uchar1& v) {return vec… in saturate_cast()
/external/opencv3/modules/cudev/include/opencv2/cudev/util/
Dvec_math.hpp100 template<typename T> __device__ __forceinline__ T saturate_cast(const uchar1& v) { return vec_math_… in saturate_cast()