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

1 2 3 4 5 6 7 8 91011>>

  /external/opencv3/modules/cudaarithm/src/cuda/
add_weighted.cu 108 addWeightedImpl<uchar, uchar, ushort>,
117 addWeightedImpl<uchar, schar, ushort>,
124 addWeightedImpl<uchar, ushort, uchar >,
125 addWeightedImpl<uchar, ushort, schar >,
126 addWeightedImpl<uchar, ushort, ushort>,
127 addWeightedImpl<uchar, ushort, short >,
128 addWeightedImpl<uchar, ushort, int >,
129 addWeightedImpl<uchar, ushort, float >,
130 addWeightedImpl<uchar, ushort, double
    [all...]
cmp_scalar.cu 169 {cmpScalarImpl<equal_to, ushort, 1>, cmpScalarImpl<equal_to, ushort, 2>, cmpScalarImpl<equal_to, ushort, 3>, cmpScalarImpl<equal_to, ushort, 4>},
170 {cmpScalarImpl<greater, ushort, 1>, cmpScalarImpl<greater, ushort, 2>, cmpScalarImpl<greater, ushort, 3>, cmpScalarImpl<greater, ushort, 4>},
171 {cmpScalarImpl<greater_equal, ushort, 1>, cmpScalarImpl<greater_equal, ushort, 2>, cmpScalarImpl<greater_equal, ushort, 3>, cmpScalarImpl<greater_equal, ushort, 4>}
    [all...]
reduce.cu 150 0 /*reduceToRowImpl<uchar, int, ushort>*/,
159 0 /*reduceToRowImpl<schar, int, ushort>*/,
166 0 /*reduceToRowImpl<ushort, int, uchar>*/,
167 0 /*reduceToRowImpl<ushort, int, schar>*/,
168 reduceToRowImpl<ushort, int, ushort>,
169 0 /*reduceToRowImpl<ushort, int, short>*/,
170 reduceToRowImpl<ushort, int, int>,
171 reduceToRowImpl<ushort, float, float>,
172 reduceToRowImpl<ushort, double, double
    [all...]
bitwise_mat.cu 93 GlobPtrSz<ushort> vsrc = globPtr((ushort*) src.data, src.step, src.rows, vcols);
94 GlobPtrSz<ushort> vdst = globPtr((ushort*) dst.data, dst.step, src.rows, vcols);
96 gridTransformUnary(vsrc, vdst, bit_not<ushort>(), stream);
117 GlobPtrSz<ushort> vsrc = globPtr((ushort*) src.data, src.step, src.rows, src.cols * src.channels());
118 GlobPtrSz<ushort> vdst = globPtr((ushort*) dst.data, dst.step, src.rows, src.cols * src.channels());
120 gridTransformUnary(vsrc, vdst, bit_not<ushort>(), singleMaskChannels(globPtr<uchar>(mask), src.channels()), stream)
    [all...]
add_mat.cu 123 addMat_v1<uchar, ushort>,
132 addMat_v1<schar, ushort>,
139 0 /*addMat_v1<ushort, uchar>*/,
140 0 /*addMat_v1<ushort, schar>*/,
141 addMat_v1<ushort, ushort>,
142 addMat_v1<ushort, short>,
143 addMat_v1<ushort, int>,
144 addMat_v1<ushort, float>,
145 addMat_v1<ushort, double
    [all...]
div_mat.cu 128 divMatImpl<uchar, float, ushort>,
137 divMatImpl<schar, float, ushort>,
144 0 /*divMatImpl<ushort, float, uchar>*/,
145 0 /*divMatImpl<ushort, float, schar>*/,
146 divMatImpl<ushort, float, ushort>,
147 divMatImpl<ushort, float, short>,
148 divMatImpl<ushort, float, int>,
149 divMatImpl<ushort, float, float>,
150 divMatImpl<ushort, double, double
    [all...]
mul_mat.cu 114 mulMatImpl<uchar, float, ushort>,
123 mulMatImpl<schar, float, ushort>,
130 0 /*mulMatImpl<ushort, float, uchar>*/,
131 0 /*mulMatImpl<ushort, float, schar>*/,
132 mulMatImpl<ushort, float, ushort>,
133 mulMatImpl<ushort, float, short>,
134 mulMatImpl<ushort, float, int>,
135 mulMatImpl<ushort, float, float>,
136 mulMatImpl<ushort, double, double
    [all...]
sub_mat.cu 123 subMat_v1<uchar, ushort>,
132 subMat_v1<schar, ushort>,
139 0 /*subMat_v1<ushort, uchar>*/,
140 0 /*subMat_v1<ushort, schar>*/,
141 subMat_v1<ushort, ushort>,
142 subMat_v1<ushort, short>,
143 subMat_v1<ushort, int>,
144 subMat_v1<ushort, float>,
145 subMat_v1<ushort, double
    [all...]
  /external/libutf/
utfdef.h 2 #define ushort _utfushort macro
9 typedef unsigned short ushort; typedef
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vbuf.h 84 ushort vertex_size,
85 ushort nr_vertices );
89 ushort min_index,
90 ushort max_index );
101 * Draw indexed primitives. Note that indices are ushort. The driver
105 const ushort *indices,
draw_pt_vsplit.c 46 ushort segment_size;
50 ushort draw_elts[SEGMENT_SIZE];
51 ushort identity_draw_elts[SEGMENT_SIZE];
56 ushort draws[MAP_SIZE];
59 ushort num_fetch_elts;
60 ushort num_draw_elts;
136 #define ELT_TYPE ushort
201 ushort i;
  /external/opencv3/modules/core/include/opencv2/core/cuda/
saturate_cast.hpp 58 template<typename _Tp> __device__ __forceinline__ _Tp saturate_cast(ushort v) { return _Tp(v); }
78 template<> __device__ __forceinline__ uchar saturate_cast<uchar>(ushort v)
126 template<> __device__ __forceinline__ schar saturate_cast<schar>(ushort v)
161 template<> __device__ __forceinline__ ushort saturate_cast<ushort>(schar v)
163 ushort res = 0;
168 template<> __device__ __forceinline__ ushort saturate_cast<ushort>(short v)
170 ushort res = 0;
174 template<> __device__ __forceinline__ ushort saturate_cast<ushort>(int v
    [all...]
vec_math.hpp 166 CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(!, ushort, uchar)
175 CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(~, ushort, ushort)
204 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(abs, /*::abs*/, ushort, ushort)
213 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sqrt, ::sqrtf, ushort, float)
222 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(exp, ::expf, ushort, float)
231 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(exp2, ::exp2f, ushort, float)
240 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(exp10, ::exp10f, ushort, float)
249 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log, ::logf, ushort, float
    [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/util/
saturate_cast.hpp 58 template <typename T> __device__ __forceinline__ T saturate_cast(ushort v) { return T(v); }
78 template <> __device__ __forceinline__ uchar saturate_cast<uchar>(ushort v)
122 template <> __device__ __forceinline__ schar saturate_cast<schar>(ushort v)
153 template <> __device__ __forceinline__ ushort saturate_cast<ushort>(schar v)
155 ushort res = 0;
160 template <> __device__ __forceinline__ ushort saturate_cast<ushort>(short v)
162 ushort res = 0;
166 template <> __device__ __forceinline__ ushort saturate_cast<ushort>(int v
    [all...]
vec_math.hpp 164 CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(!, ushort, uchar)
173 CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(~, ushort, ushort)
215 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(abs, /*::abs*/, ushort, ushort)
224 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sqrt, ::sqrtf, ushort, float)
233 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(exp, ::expf, ushort, float)
242 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(exp2, ::exp2f, ushort, float)
251 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(exp10, ::exp10f, ushort, float)
260 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log, ::logf, ushort, float
    [all...]
limits.hpp 88 template <> struct numeric_limits<ushort>
90 __device__ __forceinline__ static ushort min() { return 0; }
91 __device__ __forceinline__ static ushort max() { return USHRT_MAX; }
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test_tmp.h 62 ushort (*depth16)[TILE_SIZE];
63 ushort init_idepth[4], idepth[4], depth_step;
67 init_idepth[0] = (ushort)((z0) * scale);
68 init_idepth[1] = (ushort)((z0 + dzdx) * scale);
69 init_idepth[2] = (ushort)((z0 + dzdy) * scale);
70 init_idepth[3] = (ushort)((z0 + dzdx + dzdy) * scale);
72 depth_step = (ushort)(dzdx * scale);
87 depth16 = (ushort (*)[TILE_SIZE])
133 depth16 = (ushort (*)[TILE_SIZE]) &depth16[0][2];
  /external/opencv3/3rdparty/libjasper/jasper/
jas_config2.h 74 #define ushort unsigned short macro
  /external/opencv3/modules/imgcodecs/src/
utils.hpp 64 void icvCvt_BGRA2Gray_16u_CnC1R( const ushort* bgra, int bgra_step,
65 ushort* gray, int gray_step,
70 void icvCvt_Gray2BGR_16u_C1C3R( const ushort* gray, int gray_step,
71 ushort* bgr, int bgr_step, CvSize size );
76 void icvCvt_BGRA2BGR_16u_C4C3R( const ushort* bgra, int bgra_step,
77 ushort* bgr, int bgr_step,
83 void icvCvt_BGR2RGB_16u_C3R( const ushort* bgr, int bgr_step,
84 ushort* rgb, int rgb_step, CvSize size );
91 void icvCvt_BGRA2RGBA_16u_C4R( const ushort* bgra, int bgra_step,
92 ushort* rgba, int rgba_step, CvSize size )
    [all...]
grfmt_pxm.cpp 272 ((ushort *)src)[x] = (ushort)code;
293 int v = ((ushort *)src)[x];
307 ushort *d = (ushort *)data, *s = (ushort *)src, *end = ((ushort *)src) + m_width;
322 icvCvt_RGB2BGR_16u_C3R( (ushort *)src, 0, (ushort *)data, 0, cvSize(m_width,1) );
327 icvCvt_BGRA2Gray_16u_CnC1R( (ushort *)src, 0, (ushort *)data, 0, cvSize(m_width,1), 3, 2 )
    [all...]
  /external/mesa3d/src/gallium/auxiliary/indices/
u_unfilled_indices.c 34 ushort *out_us = (ushort *)out;
37 out_us[i] = (ushort) in_ub[i];
58 ushort *out_us = (ushort *)out;
61 out_us[i] = (ushort) i;
  /external/opencv/otherlibs/highgui/
grfmt_pxm.cpp 280 ((ushort *)src)[x] = (ushort)code;
301 int v = ((ushort *)src)[x];
315 ushort *d = (ushort *)data, *s = (ushort *)src, *end = ((ushort *)src) + m_width;
332 icvCvt_RGB2BGR_16u_C3R( (ushort *)src, 0, (ushort *)data, 0, cvSize(m_width,1) );
337 icvCvt_BGR2Gray_16u_C3C1R( (ushort *)src, 0, (ushort *)data, 0, cvSize(m_width,1), 2 )
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_swtnl_private.h 72 ushort min_index;
73 ushort max_index;
  /external/opencv3/modules/hal/include/opencv2/hal/
defs.h 262 ushort - unsigned 2 byte integer
285 typedef unsigned short ushort; typedef
605 template<typename _Tp> static inline _Tp saturate_cast(ushort v) { return _Tp(v); }
624 template<> inline uchar saturate_cast<uchar>(ushort v) { return (uchar)std::min((unsigned)v, (unsigned)UCHAR_MAX); }
634 template<> inline schar saturate_cast<schar>(ushort v) { return (schar)std::min((unsigned)v, (unsigned)SCHAR_MAX); }
643 template<> inline ushort saturate_cast<ushort>(schar v) { return (ushort)std::max((int)v, 0); }
644 template<> inline ushort saturate_cast<ushort>(short v) { return (ushort)std::max((int)v, 0);
    [all...]
  /external/opencv3/modules/core/src/cuda/
gpu_mat.cu 289 {copyWithMask<ushort>, copyWithMask<ushort2>, copyWithMask<ushort3>, copyWithMask<ushort4>},
374 {setToWithOutMask<ushort>,setToWithOutMask<ushort2>,setToWithOutMask<ushort3>,setToWithOutMask<ushort4>},
405 {setToWithMask<ushort>,setToWithMask<ushort2>,setToWithMask<ushort3>,setToWithMask<ushort4>},
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, float>, convertToNoScale<ushort, double>}
    [all...]

Completed in 803 milliseconds

1 2 3 4 5 6 7 8 91011>>