Home
last modified time | relevance | path

Searched refs:short4 (Results 1 – 25 of 27) sorted by relevance

12

/external/opencv3/modules/cudaarithm/src/cuda/
Dmul_scalar.cu102 …char2, float, short2>, mulScalarImpl<uchar3, float, short3>, mulScalarImpl<uchar4, float, short4>}, in mulScalar()
111 …l<char2, float, short2>, mulScalarImpl<char3, float, short3>, mulScalarImpl<char4, float, short4>}, in mulScalar()
120 …rt2, float, short2>, mulScalarImpl<ushort3, float, short3>, mulScalarImpl<ushort4, float, short4>}, in mulScalar()
128 …t2, float, ushort2>, mulScalarImpl<short3, float, ushort3>, mulScalarImpl<short4, float, ushort4>}, in mulScalar()
129 …hort2, float, short2>, mulScalarImpl<short3, float, short3>, mulScalarImpl<short4, float, short4>}, in mulScalar()
130 …Impl<short2, float, int2>, mulScalarImpl<short3, float, int3>, mulScalarImpl<short4, float, int4>}, in mulScalar()
131 …hort2, float, float2>, mulScalarImpl<short3, float, float3>, mulScalarImpl<short4, float, float4>}, in mulScalar()
132 …, double, double2>, mulScalarImpl<short3, double, double3>, mulScalarImpl<short4, double, double4>} in mulScalar()
Dadd_scalar.cu105 …char2, float, short2>, addScalarImpl<uchar3, float, short3>, addScalarImpl<uchar4, float, short4>}, in addScalar()
114 …l<char2, float, short2>, addScalarImpl<char3, float, short3>, addScalarImpl<char4, float, short4>}, in addScalar()
123 …rt2, float, short2>, addScalarImpl<ushort3, float, short3>, addScalarImpl<ushort4, float, short4>}, in addScalar()
131 …t2, float, ushort2>, addScalarImpl<short3, float, ushort3>, addScalarImpl<short4, float, ushort4>}, in addScalar()
132 …hort2, float, short2>, addScalarImpl<short3, float, short3>, addScalarImpl<short4, float, short4>}, in addScalar()
133 …Impl<short2, float, int2>, addScalarImpl<short3, float, int3>, addScalarImpl<short4, float, int4>}, in addScalar()
134 …hort2, float, float2>, addScalarImpl<short3, float, float3>, addScalarImpl<short4, float, float4>}, in addScalar()
135 …, double, double2>, addScalarImpl<short3, double, double3>, addScalarImpl<short4, double, double4>} in addScalar()
Dsub_scalar.cu128 …char2, float, short2>, subScalarImpl<uchar3, float, short3>, subScalarImpl<uchar4, float, short4>}, in subScalar()
137 …l<char2, float, short2>, subScalarImpl<char3, float, short3>, subScalarImpl<char4, float, short4>}, in subScalar()
146 …rt2, float, short2>, subScalarImpl<ushort3, float, short3>, subScalarImpl<ushort4, float, short4>}, in subScalar()
154 …t2, float, ushort2>, subScalarImpl<short3, float, ushort3>, subScalarImpl<short4, float, ushort4>}, in subScalar()
155 …hort2, float, short2>, subScalarImpl<short3, float, short3>, subScalarImpl<short4, float, short4>}, in subScalar()
156 …Impl<short2, float, int2>, subScalarImpl<short3, float, int3>, subScalarImpl<short4, float, int4>}, in subScalar()
157 …hort2, float, float2>, subScalarImpl<short3, float, float3>, subScalarImpl<short4, float, float4>}, in subScalar()
158 …, double, double2>, subScalarImpl<short3, double, double3>, subScalarImpl<short4, double, double4>} in subScalar()
Ddiv_scalar.cu170 …char2, float, short2>, divScalarImpl<uchar3, float, short3>, divScalarImpl<uchar4, float, short4>}, in divScalar()
179 …l<char2, float, short2>, divScalarImpl<char3, float, short3>, divScalarImpl<char4, float, short4>}, in divScalar()
188 …rt2, float, short2>, divScalarImpl<ushort3, float, short3>, divScalarImpl<ushort4, float, short4>}, in divScalar()
196 …t2, float, ushort2>, divScalarImpl<short3, float, ushort3>, divScalarImpl<short4, float, ushort4>}, in divScalar()
197 …hort2, float, short2>, divScalarImpl<short3, float, short3>, divScalarImpl<short4, float, short4>}, in divScalar()
198 …Impl<short2, float, int2>, divScalarImpl<short3, float, int3>, divScalarImpl<short4, float, int4>}, in divScalar()
199 …hort2, float, float2>, divScalarImpl<short3, float, float3>, divScalarImpl<short4, float, float4>}, in divScalar()
200 …, double, double2>, divScalarImpl<short3, double, double3>, divScalarImpl<short4, double, double4>} in divScalar()
Dmul_mat.cu221 …gridTransformBinary(globPtr<short4>(src1), globPtr<float>(src2), globPtr<short4>(dst), MulOpSpecia… in mulMat_16sc4_32f()
Ddiv_mat.cu239 …gridTransformBinary(globPtr<short4>(src1), globPtr<float>(src2), globPtr<short4>(dst), DivOpSpecia… in divMat_16sc4_32f()
/external/clang/test/Sema/
Dext_vector_conversions.c4 typedef __attribute__((ext_vector_type(4))) short short4; typedef
14 short4 vs4; in test()
Dvector-init.c39 typedef short __attribute__((vector_size(8))) short4; typedef
43short4 arr2[2] = { test3_helper(), test3_helper() }; // expected-error 2 {{initializing 'short4' (… in test3()
/external/opencv3/modules/cudawarping/src/cuda/
Dresize.cu162 OPENCV_CUDA_IMPLEMENT_RESIZE_TEX(short4) in OPENCV_CUDA_IMPLEMENT_RESIZE_TEX()
333 template <> struct ResizeNearestDispatcher<short4> : SelectImplForNearest<short4> {};
371 template <> struct ResizeLinearDispatcher<short4> : SelectImplForLinear<short4> {};
404 template <> struct ResizeCubicDispatcher<short4> : SelectImplForCubic<short4> {};
475 …template void resize<short4>(const PtrStepSzb& src, const PtrStepSzb& srcWhole, int yoff, int xoff…
Dwarp.cu252 OPENCV_CUDA_IMPLEMENT_WARP_TEX(short4)
336 …template void warpAffine_gpu<short4>(PtrStepSzb src, PtrStepSzb srcWhole, int xoff, int yoff, floa…
374 …template void warpPerspective_gpu<short4>(PtrStepSzb src, PtrStepSzb srcWhole, int xoff, int yoff,…
Dremap.cu182 OPENCV_CUDA_IMPLEMENT_REMAP_TEX(short4)
259 …template void remap_gpu<short4>(PtrStepSzb src, PtrStepSzb srcWhole, int xoff, int yoff, PtrStepSz…
Dpyr_up.cu182 template void pyrUp_gpu<short4>(PtrStepSzb src, PtrStepSzb dst, cudaStream_t stream);
Dpyr_down.cu213 template void pyrDown_gpu<short4>(PtrStepSzb src, PtrStepSzb dst, cudaStream_t stream);
/external/opencv3/modules/cudawarping/src/
Dpyramids.cpp76 …pu<short> , 0 /*pyrDown_gpu<short2>*/ , pyrDown_gpu<short3> , pyrDown_gpu<short4> }, in pyrDown()
116 …yrUp_gpu<short> , 0 /*pyrUp_gpu<short2>*/ , pyrUp_gpu<short3> , pyrUp_gpu<short4> }, in pyrUp()
Dresize.cpp67 …t> , 0 /*device::resize<short2>*/ , device::resize<short3> , device::resize<short4> }, in resize()
Dremap.cpp72 …{remap_gpu<short> , 0 /*remap_gpu<short2>*/ , remap_gpu<short3> , remap_gpu<short4> }, in remap()
Dwarp.cpp294 …t> , 0 /*warpAffine_gpu<short2>*/ , warpAffine_gpu<short3> , warpAffine_gpu<short4> }, in warpAffine()
433 …arpPerspective_gpu<short2>*/ , warpPerspective_gpu<short3> , warpPerspective_gpu<short4> }, in warpPerspective()
/external/opencv3/modules/cudafilters/src/cuda/
Drow_filter.16sc4.cu49 …template void linearRow<short4, float4>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int k…
Dcolumn_filter.16sc4.cu49 …template void linearColumn<float4, short4>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, in…
/external/opencv3/modules/cudaimgproc/src/
Dbilateral_filter.cpp74 …ral_filter_gpu<short2>*/ , bilateral_filter_gpu<short3> , bilateral_filter_gpu<short4> }, in bilateralFilter()
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
Dtype_traits_detail.hpp101 template <> struct IsVec<short4> { enum {value = 1}; };
/external/opencv3/modules/cudev/include/opencv2/cudev/util/detail/
Dtype_traits.hpp89 template <> struct IsVec<short4> { enum {value = 1}; };
/external/opencv3/modules/cudaimgproc/src/cuda/
Dbilateral_filter.cu181 OCV_INSTANTIATE_BILATERAL_FILTER(short4)
/external/opencv3/modules/core/src/cuda/
Dgpu_mat.cu375 …etToWithOutMask<short>,setToWithOutMask<short2>,setToWithOutMask<short3>,setToWithOutMask<short4>}, in setTo()
406 {setToWithMask<short>,setToWithMask<short2>,setToWithMask<short3>,setToWithMask<short4>}, in setTo()
/external/opencv3/modules/cudafilters/src/
Dfiltering.cpp348 …:linearRow<short, float>, 0, filter::linearRow<short3, float3>, filter::linearRow<short4, float4>}, in SeparableLinearFilter()
359 …lumn<float, short>, 0, filter::linearColumn<float3, short3>, filter::linearColumn<float4, short4>}, in SeparableLinearFilter()

12