/external/opencv3/modules/cudaarithm/src/cuda/ |
D | mul_scalar.cu | 102 …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()
|
D | add_scalar.cu | 105 …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()
|
D | sub_scalar.cu | 128 …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()
|
D | div_scalar.cu | 170 …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/ |
D | ShortArrayCodeInput.java | 69 long short3 = read(); in readLong() local 71 return short0 | (short1 << 16) | (short2 << 32) | (short3 << 48); in readLong()
|
/external/opencv3/modules/cudawarping/src/ |
D | pyramids.cpp | 76 …{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()
|
D | resize.cpp | 67 …{device::resize<short> , 0 /*device::resize<short2>*/ , device::resize<short3> , device::… in resize()
|
D | remap.cpp | 72 …{remap_gpu<short> , 0 /*remap_gpu<short2>*/ , remap_gpu<short3> , remap_gpu<short4> }, in remap()
|
D | warp.cpp | 294 …{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/ |
D | row_filter.16sc3.cu | 49 …template void linearRow<short3, float3>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int k…
|
D | column_filter.16sc3.cu | 49 …template void linearColumn<float3, short3>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, in…
|
/external/opencv3/modules/cudaimgproc/src/ |
D | bilateral_filter.cpp | 74 …<short> , 0 /*bilateral_filter_gpu<short2>*/ , bilateral_filter_gpu<short3> , bilateral_… in bilateralFilter()
|
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/ |
D | type_traits_detail.hpp | 100 template <> struct IsVec<short3> { enum {value = 1}; };
|
/external/opencv3/modules/cudev/include/opencv2/cudev/util/detail/ |
D | type_traits.hpp | 88 template <> struct IsVec<short3> { enum {value = 1}; };
|
/external/opencv3/modules/cudaimgproc/src/cuda/ |
D | bilateral_filter.cu | 180 OCV_INSTANTIATE_BILATERAL_FILTER(short3)
|
/external/opencv3/modules/cudawarping/src/cuda/ |
D | pyr_up.cu | 181 template void pyrUp_gpu<short3>(PtrStepSzb src, PtrStepSzb dst, cudaStream_t stream);
|
D | warp.cu | 335 …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,…
|
D | pyr_down.cu | 212 template void pyrDown_gpu<short3>(PtrStepSzb src, PtrStepSzb dst, cudaStream_t stream);
|
D | remap.cu | 258 …template void remap_gpu<short3>(PtrStepSzb src, PtrStepSzb srcWhole, int xoff, int yoff, PtrStepSz…
|
D | resize.cu | 474 …template void resize<short3>(const PtrStepSzb& src, const PtrStepSzb& srcWhole, int yoff, int xoff…
|
/external/opencv3/modules/core/src/cuda/ |
D | gpu_mat.cu | 375 …{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/ |
D | filtering.cpp | 348 …{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/ |
D | vec_math.hpp | 123 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/ |
D | vec_math.hpp | 121 template<typename T> __device__ __forceinline__ T saturate_cast(const short3& v) { return vec_math_… in saturate_cast()
|