Home
last modified time | relevance | path

Searched refs:short3 (Results 1 – 24 of 24) sorted by relevance

/external/opencv3/modules/cudaarithm/src/cuda/
Dmul_scalar.cu102 …ort>, mulScalarImpl<uchar2, float, short2>, mulScalarImpl<uchar3, float, short3>, mulScalarImpl<uc… in mulScalar()
111 …short>, mulScalarImpl<char2, float, short2>, mulScalarImpl<char3, float, short3>, mulScalarImpl<ch… in mulScalar()
120 …t>, mulScalarImpl<ushort2, float, short2>, mulScalarImpl<ushort3, float, short3>, mulScalarImpl<us… in mulScalar()
128 …rt, float, ushort>, mulScalarImpl<short2, float, ushort2>, mulScalarImpl<short3, float, ushort3>, … in mulScalar()
129 …loat, short>, mulScalarImpl<short2, float, short2>, mulScalarImpl<short3, float, short3>, mulScala… in mulScalar()
130 …pl<short, float, int>, mulScalarImpl<short2, float, int2>, mulScalarImpl<short3, float, int3>, mul… in mulScalar()
131 …hort, float, float>, mulScalarImpl<short2, float, float2>, mulScalarImpl<short3, float, float3>, m… in mulScalar()
132 …, double, double>, mulScalarImpl<short2, double, double2>, mulScalarImpl<short3, double, double3>,… in mulScalar()
Dadd_scalar.cu105 …ort>, addScalarImpl<uchar2, float, short2>, addScalarImpl<uchar3, float, short3>, addScalarImpl<uc… in addScalar()
114 …short>, addScalarImpl<char2, float, short2>, addScalarImpl<char3, float, short3>, addScalarImpl<ch… in addScalar()
123 …t>, addScalarImpl<ushort2, float, short2>, addScalarImpl<ushort3, float, short3>, addScalarImpl<us… in addScalar()
131 …rt, float, ushort>, addScalarImpl<short2, float, ushort2>, addScalarImpl<short3, float, ushort3>, … in addScalar()
132 …loat, short>, addScalarImpl<short2, float, short2>, addScalarImpl<short3, float, short3>, addScala… in addScalar()
133 …pl<short, float, int>, addScalarImpl<short2, float, int2>, addScalarImpl<short3, float, int3>, add… in addScalar()
134 …hort, float, float>, addScalarImpl<short2, float, float2>, addScalarImpl<short3, float, float3>, a… in addScalar()
135 …, double, double>, addScalarImpl<short2, double, double2>, addScalarImpl<short3, double, double3>,… in addScalar()
Dsub_scalar.cu128 …ort>, subScalarImpl<uchar2, float, short2>, subScalarImpl<uchar3, float, short3>, subScalarImpl<uc… in subScalar()
137 …short>, subScalarImpl<char2, float, short2>, subScalarImpl<char3, float, short3>, subScalarImpl<ch… in subScalar()
146 …t>, subScalarImpl<ushort2, float, short2>, subScalarImpl<ushort3, float, short3>, subScalarImpl<us… in subScalar()
154 …rt, float, ushort>, subScalarImpl<short2, float, ushort2>, subScalarImpl<short3, float, ushort3>, … in subScalar()
155 …loat, short>, subScalarImpl<short2, float, short2>, subScalarImpl<short3, float, short3>, subScala… in subScalar()
156 …pl<short, float, int>, subScalarImpl<short2, float, int2>, subScalarImpl<short3, float, int3>, sub… in subScalar()
157 …hort, float, float>, subScalarImpl<short2, float, float2>, subScalarImpl<short3, float, float3>, s… in subScalar()
158 …, double, double>, subScalarImpl<short2, double, double2>, subScalarImpl<short3, double, double3>,… in subScalar()
Ddiv_scalar.cu170 …ort>, divScalarImpl<uchar2, float, short2>, divScalarImpl<uchar3, float, short3>, divScalarImpl<uc… in divScalar()
179 …short>, divScalarImpl<char2, float, short2>, divScalarImpl<char3, float, short3>, divScalarImpl<ch… in divScalar()
188 …t>, divScalarImpl<ushort2, float, short2>, divScalarImpl<ushort3, float, short3>, divScalarImpl<us… in divScalar()
196 …rt, float, ushort>, divScalarImpl<short2, float, ushort2>, divScalarImpl<short3, float, ushort3>, … in divScalar()
197 …loat, short>, divScalarImpl<short2, float, short2>, divScalarImpl<short3, float, short3>, divScala… in divScalar()
198 …pl<short, float, int>, divScalarImpl<short2, float, int2>, divScalarImpl<short3, float, int3>, div… in divScalar()
199 …hort, float, float>, divScalarImpl<short2, float, float2>, divScalarImpl<short3, float, float3>, d… in divScalar()
200 …, double, double>, divScalarImpl<short2, double, double2>, divScalarImpl<short3, double, double3>,… in divScalar()
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
DShortArrayCodeInput.java69 long short3 = read(); in readLong() local
71 return short0 | (short1 << 16) | (short2 << 32) | (short3 << 48); in readLong()
/external/opencv3/modules/cudawarping/src/
Dpyramids.cpp76 …{pyrDown_gpu<short> , 0 /*pyrDown_gpu<short2>*/ , pyrDown_gpu<short3> , pyrDown_gpu<shor… in pyrDown()
116 …{pyrUp_gpu<short> , 0 /*pyrUp_gpu<short2>*/ , pyrUp_gpu<short3> , pyrUp_gpu<short4> … in pyrUp()
Dresize.cpp67 …{device::resize<short> , 0 /*device::resize<short2>*/ , device::resize<short3> , device::… in resize()
Dremap.cpp72 …{remap_gpu<short> , 0 /*remap_gpu<short2>*/ , remap_gpu<short3> , remap_gpu<short4> }, in remap()
Dwarp.cpp294 …{warpAffine_gpu<short> , 0 /*warpAffine_gpu<short2>*/ , warpAffine_gpu<short3> , warpAffi… in warpAffine()
433 …pu<short> , 0 /*warpPerspective_gpu<short2>*/ , warpPerspective_gpu<short3> , warpPerspec… in warpPerspective()
/external/opencv3/modules/cudafilters/src/cuda/
Drow_filter.16sc3.cu49 …template void linearRow<short3, float3>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int k…
Dcolumn_filter.16sc3.cu49 …template void linearColumn<float3, short3>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, in…
/external/opencv3/modules/cudaimgproc/src/
Dbilateral_filter.cpp74 …<short> , 0 /*bilateral_filter_gpu<short2>*/ , bilateral_filter_gpu<short3> , bilateral_… in bilateralFilter()
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
Dtype_traits_detail.hpp100 template <> struct IsVec<short3> { enum {value = 1}; };
/external/opencv3/modules/cudev/include/opencv2/cudev/util/detail/
Dtype_traits.hpp88 template <> struct IsVec<short3> { enum {value = 1}; };
/external/opencv3/modules/cudaimgproc/src/cuda/
Dbilateral_filter.cu180 OCV_INSTANTIATE_BILATERAL_FILTER(short3)
/external/opencv3/modules/cudawarping/src/cuda/
Dpyr_up.cu181 template void pyrUp_gpu<short3>(PtrStepSzb src, PtrStepSzb dst, cudaStream_t stream);
Dwarp.cu335 …template void warpAffine_gpu<short3>(PtrStepSzb src, PtrStepSzb srcWhole, int xoff, int yoff, floa…
373 …template void warpPerspective_gpu<short3>(PtrStepSzb src, PtrStepSzb srcWhole, int xoff, int yoff,…
Dpyr_down.cu212 template void pyrDown_gpu<short3>(PtrStepSzb src, PtrStepSzb dst, cudaStream_t stream);
Dremap.cu258 …template void remap_gpu<short3>(PtrStepSzb src, PtrStepSzb srcWhole, int xoff, int yoff, PtrStepSz…
Dresize.cu474 …template void resize<short3>(const PtrStepSzb& src, const PtrStepSzb& srcWhole, int yoff, int xoff…
/external/opencv3/modules/core/src/cuda/
Dgpu_mat.cu375 …{setToWithOutMask<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 …{filter::linearRow<short, float>, 0, filter::linearRow<short3, float3>, filter::linearRow<short4, … in SeparableLinearFilter()
359 …{filter::linearColumn<float, short>, 0, filter::linearColumn<float3, short3>, filter::linearColumn… in SeparableLinearFilter()
/external/opencv3/modules/core/include/opencv2/core/cuda/
Dvec_math.hpp123 template<typename T> static __device__ __forceinline__ T saturate_cast(const short3& v) {return vec… in saturate_cast()
/external/opencv3/modules/cudev/include/opencv2/cudev/util/
Dvec_math.hpp121 template<typename T> __device__ __forceinline__ T saturate_cast(const short3& v) { return vec_math_… in saturate_cast()