HomeSort by relevance Sort by last modified time
    Searched refs:schar (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/opencv3/modules/cudaarithm/src/cuda/
add_weighted.cu 107 addWeightedImpl<uchar, uchar, schar >,
115 addWeightedImpl<uchar, schar, uchar >,
116 addWeightedImpl<uchar, schar, schar >,
117 addWeightedImpl<uchar, schar, ushort>,
118 addWeightedImpl<uchar, schar, short >,
119 addWeightedImpl<uchar, schar, int >,
120 addWeightedImpl<uchar, schar, float >,
121 addWeightedImpl<uchar, schar, double>
125 addWeightedImpl<uchar, ushort, schar >,
    [all...]
cmp_scalar.cu 161 {cmpScalarImpl<equal_to, schar, 1>, cmpScalarImpl<equal_to, schar, 2>, cmpScalarImpl<equal_to, schar, 3>, cmpScalarImpl<equal_to, schar, 4>},
162 {cmpScalarImpl<greater, schar, 1>, cmpScalarImpl<greater, schar, 2>, cmpScalarImpl<greater, schar, 3>, cmpScalarImpl<greater, schar, 4>},
163 {cmpScalarImpl<greater_equal, schar, 1>, cmpScalarImpl<greater_equal, schar, 2>, cmpScalarImpl<greater_equal, schar, 3>, cmpScalarImpl<greater_equal, schar, 4>}
    [all...]
add_mat.cu 122 addMat_v1<uchar, schar>,
130 addMat_v1<schar, uchar>,
131 addMat_v1<schar, schar>,
132 addMat_v1<schar, ushort>,
133 addMat_v1<schar, short>,
134 addMat_v1<schar, int>,
135 addMat_v1<schar, float>,
136 addMat_v1<schar, double>
140 0 /*addMat_v1<ushort, schar>*/,
    [all...]
div_mat.cu 127 divMatImpl<uchar, float, schar>,
135 divMatImpl<schar, float, uchar>,
136 divMatImpl<schar, float, schar>,
137 divMatImpl<schar, float, ushort>,
138 divMatImpl<schar, float, short>,
139 divMatImpl<schar, float, int>,
140 divMatImpl<schar, float, float>,
141 divMatImpl<schar, double, double>
145 0 /*divMatImpl<ushort, float, schar>*/,
    [all...]
mul_mat.cu 113 mulMatImpl<uchar, float, schar>,
121 mulMatImpl<schar, float, uchar>,
122 mulMatImpl<schar, float, schar>,
123 mulMatImpl<schar, float, ushort>,
124 mulMatImpl<schar, float, short>,
125 mulMatImpl<schar, float, int>,
126 mulMatImpl<schar, float, float>,
127 mulMatImpl<schar, double, double>
131 0 /*mulMatImpl<ushort, float, schar>*/,
    [all...]
sub_mat.cu 122 subMat_v1<uchar, schar>,
130 subMat_v1<schar, uchar>,
131 subMat_v1<schar, schar>,
132 subMat_v1<schar, ushort>,
133 subMat_v1<schar, short>,
134 subMat_v1<schar, int>,
135 subMat_v1<schar, float>,
136 subMat_v1<schar, double>
140 0 /*subMat_v1<ushort, schar>*/,
    [all...]
sum.cu 113 {sumImpl<schar , double, 1>, sumImpl<schar , double, 2>, sumImpl<schar , double, 3>, sumImpl<schar , double, 4>},
158 {sumAbsImpl<schar , double, 1>, sumAbsImpl<schar , double, 2>, sumAbsImpl<schar , double, 3>, sumAbsImpl<schar , double, 4>},
203 {sumSqrImpl<schar , double, 1>, sumSqrImpl<schar , double, 2>, sumSqrImpl<schar , double, 3>, sumSqrImpl<schar , double, 4>}
    [all...]
add_scalar.cu 103 {addScalarImpl<uchar, float, schar>, addScalarImpl<uchar2, float, char2>, addScalarImpl<uchar3, float, char3>, addScalarImpl<uchar4, float, char4>},
111 {addScalarImpl<schar, float, uchar>, addScalarImpl<char2, float, uchar2>, addScalarImpl<char3, float, uchar3>, addScalarImpl<char4, float, uchar4>},
112 {addScalarImpl<schar, float, schar>, addScalarImpl<char2, float, char2>, addScalarImpl<char3, float, char3>, addScalarImpl<char4, float, char4>},
113 {addScalarImpl<schar, float, ushort>, addScalarImpl<char2, float, ushort2>, addScalarImpl<char3, float, ushort3>, addScalarImpl<char4, float, ushort4>},
114 {addScalarImpl<schar, float, short>, addScalarImpl<char2, float, short2>, addScalarImpl<char3, float, short3>, addScalarImpl<char4, float, short4>},
115 {addScalarImpl<schar, float, int>, addScalarImpl<char2, float, int2>, addScalarImpl<char3, float, int3>, addScalarImpl<char4, float, int4>},
116 {addScalarImpl<schar, float, float>, addScalarImpl<char2, float, float2>, addScalarImpl<char3, float, float3>, addScalarImpl<char4, float, float4>},
117 {addScalarImpl<schar, double, double>, addScalarImpl<char2, double, double2>, addScalarImpl<char3, double, double3>, addScalarImpl<char4, double, double4>}
121 {0 /*addScalarImpl<ushort, float, schar>*/, 0 /*addScalarImpl<ushort2, float, char2>*/, 0 /*addScalarImpl<ushort3, float, char3>*/, 0 /*ad (…)
    [all...]
mul_scalar.cu 100 {mulScalarImpl<uchar, float, schar>, mulScalarImpl<uchar2, float, char2>, mulScalarImpl<uchar3, float, char3>, mulScalarImpl<uchar4, float, char4>},
108 {mulScalarImpl<schar, float, uchar>, mulScalarImpl<char2, float, uchar2>, mulScalarImpl<char3, float, uchar3>, mulScalarImpl<char4, float, uchar4>},
109 {mulScalarImpl<schar, float, schar>, mulScalarImpl<char2, float, char2>, mulScalarImpl<char3, float, char3>, mulScalarImpl<char4, float, char4>},
110 {mulScalarImpl<schar, float, ushort>, mulScalarImpl<char2, float, ushort2>, mulScalarImpl<char3, float, ushort3>, mulScalarImpl<char4, float, ushort4>},
111 {mulScalarImpl<schar, float, short>, mulScalarImpl<char2, float, short2>, mulScalarImpl<char3, float, short3>, mulScalarImpl<char4, float, short4>},
112 {mulScalarImpl<schar, float, int>, mulScalarImpl<char2, float, int2>, mulScalarImpl<char3, float, int3>, mulScalarImpl<char4, float, int4>},
113 {mulScalarImpl<schar, float, float>, mulScalarImpl<char2, float, float2>, mulScalarImpl<char3, float, float3>, mulScalarImpl<char4, float, float4>},
114 {mulScalarImpl<schar, double, double>, mulScalarImpl<char2, double, double2>, mulScalarImpl<char3, double, double3>, mulScalarImpl<char4, double, double4>}
118 {0 /*mulScalarImpl<ushort, float, schar>*/, 0 /*mulScalarImpl<ushort2, float, char2>*/, 0 /*mulScalarImpl<ushort3, float, char3>*/, 0 /*mu (…)
    [all...]
sub_scalar.cu 126 {subScalarImpl<uchar, float, schar>, subScalarImpl<uchar2, float, char2>, subScalarImpl<uchar3, float, char3>, subScalarImpl<uchar4, float, char4>},
134 {subScalarImpl<schar, float, uchar>, subScalarImpl<char2, float, uchar2>, subScalarImpl<char3, float, uchar3>, subScalarImpl<char4, float, uchar4>},
135 {subScalarImpl<schar, float, schar>, subScalarImpl<char2, float, char2>, subScalarImpl<char3, float, char3>, subScalarImpl<char4, float, char4>},
136 {subScalarImpl<schar, float, ushort>, subScalarImpl<char2, float, ushort2>, subScalarImpl<char3, float, ushort3>, subScalarImpl<char4, float, ushort4>},
137 {subScalarImpl<schar, float, short>, subScalarImpl<char2, float, short2>, subScalarImpl<char3, float, short3>, subScalarImpl<char4, float, short4>},
138 {subScalarImpl<schar, float, int>, subScalarImpl<char2, float, int2>, subScalarImpl<char3, float, int3>, subScalarImpl<char4, float, int4>},
139 {subScalarImpl<schar, float, float>, subScalarImpl<char2, float, float2>, subScalarImpl<char3, float, float3>, subScalarImpl<char4, float, float4>},
140 {subScalarImpl<schar, double, double>, subScalarImpl<char2, double, double2>, subScalarImpl<char3, double, double3>, subScalarImpl<char4, double, double4>}
144 {0 /*subScalarImpl<ushort, float, schar>*/, 0 /*subScalarImpl<ushort2, float, char2>*/, 0 /*subScalarImpl<ushort3, float, char3>*/, 0 /*su (…)
    [all...]
div_scalar.cu 168 {divScalarImpl<uchar, float, schar>, divScalarImpl<uchar2, float, char2>, divScalarImpl<uchar3, float, char3>, divScalarImpl<uchar4, float, char4>},
176 {divScalarImpl<schar, float, uchar>, divScalarImpl<char2, float, uchar2>, divScalarImpl<char3, float, uchar3>, divScalarImpl<char4, float, uchar4>},
177 {divScalarImpl<schar, float, schar>, divScalarImpl<char2, float, char2>, divScalarImpl<char3, float, char3>, divScalarImpl<char4, float, char4>},
178 {divScalarImpl<schar, float, ushort>, divScalarImpl<char2, float, ushort2>, divScalarImpl<char3, float, ushort3>, divScalarImpl<char4, float, ushort4>},
179 {divScalarImpl<schar, float, short>, divScalarImpl<char2, float, short2>, divScalarImpl<char3, float, short3>, divScalarImpl<char4, float, short4>},
180 {divScalarImpl<schar, float, int>, divScalarImpl<char2, float, int2>, divScalarImpl<char3, float, int3>, divScalarImpl<char4, float, int4>},
181 {divScalarImpl<schar, float, float>, divScalarImpl<char2, float, float2>, divScalarImpl<char3, float, float3>, divScalarImpl<char4, float, float4>},
182 {divScalarImpl<schar, double, double>, divScalarImpl<char2, double, double2>, divScalarImpl<char3, double, double3>, divScalarImpl<char4, double, double4>}
186 {0 /*divScalarImpl<ushort, float, schar>*/, 0 /*divScalarImpl<ushort2, float, char2>*/, 0 /*divScalarImpl<ushort3, float, char3>*/, 0 /*di (…)
    [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/util/
vec_traits.hpp 76 template<> struct MakeVec<schar, 1> { typedef schar type; };
77 template<> struct MakeVec<schar, 2> { typedef char2 type; };
78 template<> struct MakeVec<schar, 3> { typedef char3 type; };
79 template<> struct MakeVec<schar, 4> { typedef char4 type; };
142 template<> struct VecTraits<schar>
144 typedef schar elem_type;
146 __host__ __device__ __forceinline__ static schar all(schar v) {return v;}
147 __host__ __device__ __forceinline__ static schar make(schar x) {return x;
    [all...]
saturate_cast.hpp 57 template <typename T> __device__ __forceinline__ T saturate_cast(schar v) { return T(v); }
65 template <> __device__ __forceinline__ uchar saturate_cast<uchar>(schar v)
109 template <> __device__ __forceinline__ schar saturate_cast<schar>(uchar v)
116 template <> __device__ __forceinline__ schar saturate_cast<schar>(short v)
122 template <> __device__ __forceinline__ schar saturate_cast<schar>(ushort v)
128 template <> __device__ __forceinline__ schar saturate_cast<schar>(int v
    [all...]
limits.hpp 67 template <> struct numeric_limits<schar>
69 __device__ __forceinline__ static schar min() { return SCHAR_MIN; }
70 __device__ __forceinline__ static schar max() { return SCHAR_MAX; }
  /external/opencv3/modules/core/include/opencv2/core/cuda/
vec_traits.hpp 69 schar a0, a1, a2, a3, a4, a5, a6, a7;
71 static __host__ __device__ __forceinline__ char8 make_char8(schar a0, schar a1, schar a2, schar a3, schar a4, schar a5, schar a6, schar a7)
154 template<> struct TypeVec<schar, 1> { typedef schar vec_type; }
    [all...]
saturate_cast.hpp 57 template<typename _Tp> __device__ __forceinline__ _Tp saturate_cast(schar v) { return _Tp(v); }
65 template<> __device__ __forceinline__ uchar saturate_cast<uchar>(schar v)
113 template<> __device__ __forceinline__ schar saturate_cast<schar>(uchar v)
120 template<> __device__ __forceinline__ schar saturate_cast<schar>(short v)
126 template<> __device__ __forceinline__ schar saturate_cast<schar>(ushort v)
132 template<> __device__ __forceinline__ schar saturate_cast<schar>(int v
    [all...]
  /external/opencv3/modules/hal/include/opencv2/hal/
defs.h 259 schar - signed 1 byte integer
281 typedef signed char schar; typedef
603 template<typename _Tp> static inline _Tp saturate_cast(schar v) { return _Tp(v); }
623 template<> inline uchar saturate_cast<uchar>(schar v) { return (uchar)std::max((int)v, 0); }
633 template<> inline schar saturate_cast<schar>(uchar v) { return (schar)std::min((int)v, SCHAR_MAX); }
634 template<> inline schar saturate_cast<schar>(ushort v) { return (schar)std::min((unsigned)v, (unsigned)SCHAR_MAX);
    [all...]
intrin_neon.hpp 76 typedef schar lane_type;
81 v_int8x16(schar v0, schar v1, schar v2, schar v3, schar v4, schar v5, schar v6, schar v7,
82 schar v8, schar v9, schar v10, schar v11, schar v12, schar v13, schar v14, schar v15
    [all...]
intrin.hpp 79 typedef schar int_type;
93 template<> struct V_TypeTraits<schar>
95 typedef schar value_type;
96 typedef schar int_type;
138 typedef schar n_type;
  /external/opencv3/modules/core/src/cuda/
gpu_mat.cu 373 {setToWithOutMask<schar>,setToWithOutMask<char2>,setToWithOutMask<char3>,setToWithOutMask<char4>},
404 {setToWithMask<schar>,setToWithMask<char2>,setToWithMask<char3>,setToWithMask<char4>},
499 {0, convertToNoScale<uchar, schar>, convertToNoScale<uchar, ushort>, convertToNoScale<uchar, short>, convertToNoScale<uchar, int>, convertToNoScale<uchar, float>, convertToNoScale<uchar, double>},
500 {convertToNoScale<schar, uchar>, 0, convertToNoScale<schar, ushort>, convertToNoScale<schar, short>, convertToNoScale<schar, int>, convertToNoScale<schar, float>, convertToNoScale<schar, double>},
501 {convertToNoScale<ushort, uchar>, convertToNoScale<ushort, schar>, 0, convertToNoScale<ushort, short>, convertToNoScale<ushort, int>, convertToNoScale<ushort, floa (…)
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
traits.hpp 151 template<> class DataType<schar>
154 typedef schar value_type;
169 typedef schar value_type;
289 typedef schar value_type;
  /frameworks/av/media/libeffects/loudness/common/core/
basic_types.h 38 typedef signed char schar; typedef in namespace:le_fx
  /external/opencv/cv/src/
cvcontours.cpp 75 reader->deltas[i][0] = (schar) icvCodeDeltas[i].x;
76 reader->deltas[i][1] = (schar) icvCodeDeltas[i].y;
87 schar *ptr;
112 reader->code = (schar)code;
155 schar *img0; /* image origin */
156 schar *img; /* current image row */
233 scanner->img0 = (schar *) img;
234 scanner->img = (schar *) (img + step);
530 icvFetchContour( schar *ptr,
536 const schar nbd = 2
    [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/warp/
shuffle.hpp 66 __device__ __forceinline__ schar shfl(schar val, int srcLane, int width = warpSize)
68 return (schar) __shfl((int) val, srcLane, width);
157 __device__ __forceinline__ schar shfl_up(schar val, uint delta, int width = warpSize)
159 return (schar) __shfl_up((int) val, delta, width);
248 __device__ __forceinline__ schar shfl_down(schar val, uint delta, int width = warpSize)
250 return (schar) __shfl_down((int) val, delta, width);
339 __device__ __forceinline__ schar shfl_xor(schar val, int laneMask, int width = warpSize
    [all...]
  /external/opencv3/modules/imgproc/src/
contours.cpp 69 reader->deltas[i][0] = (schar) icvCodeDeltas[i].x;
70 reader->deltas[i][1] = (schar) icvCodeDeltas[i].y;
79 schar *ptr;
100 reader->code = (schar)code;
141 schar *img0; /* image origin */
142 schar *img; /* current image row */
214 scanner->img0 = (schar *) img;
215 scanner->img = (schar *) (img + step);
298 img[k] = img[(size.width - 1)*esz + k] = (schar)0;
500 icvFetchContour( schar *ptr
    [all...]

Completed in 530 milliseconds

1 2 3 4 5