Home
last modified time | relevance | path

Searched refs:GlobPtr (Results 1 – 12 of 12) sorted by relevance

/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
Dsplit_merge.hpp63 …__global__ void mergeC2(const Src1Ptr src1, const Src2Ptr src2, GlobPtr<DstType> dst, const MaskPt… in mergeC2()
80 …__host__ void mergeC2(const Src1Ptr& src1, const Src2Ptr& src2, const GlobPtr<DstType>& dst, const… in mergeC2()
93 …__global__ void mergeC3(const Src1Ptr src1, const Src2Ptr src2, const Src3Ptr src3, GlobPtr<DstTyp… in mergeC3()
111 …eC3(const Src1Ptr& src1, const Src2Ptr& src2, const Src3Ptr& src3, const GlobPtr<DstType>& dst, co… in mergeC3()
124 …rc1Ptr src1, const Src2Ptr src2, const Src3Ptr src3, const Src4Ptr src4, GlobPtr<DstType> dst, con… in mergeC4()
143 …c1, const Src2Ptr& src2, const Src3Ptr& src3, const Src4Ptr& src4, const GlobPtr<DstType>& dst, co… in mergeC4()
160 …__host__ static void merge(const SrcPtrTuple& src, const GlobPtr<DstType>& dst, const MaskPtr& mas… in merge()
169 …__host__ static void merge(const SrcPtrTuple& src, const GlobPtr<DstType>& dst, const MaskPtr& mas… in merge()
178 …__host__ static void merge(const SrcPtrTuple& src, const GlobPtr<DstType>& dst, const MaskPtr& mas… in merge()
187 …__global__ void split(const SrcPtr src, GlobPtr<DstType> dst1, GlobPtr<DstType> dst2, const MaskPt… in split()
[all …]
Dtransform.hpp159 …__global__ void transformSimple(const SrcPtr src, GlobPtr<DstType> dst, const UnOp op, const MaskP… in transformSimple()
171 …__global__ void transformSimple(const SrcPtr1 src1, const SrcPtr2 src2, GlobPtr<DstType> dst, cons… in transformSimple()
185 …__global__ void transformSmart(const GlobPtr<SrcType> src_, GlobPtr<DstType> dst_, const UnOp op, … in transformSmart()
220 …__global__ void transformSmart(const GlobPtr<SrcType1> src1_, const GlobPtr<SrcType2> src2_, GlobP… in transformSmart()
264 …__host__ static void call(const SrcPtr& src, const GlobPtr<DstType>& dst, const UnOp& op, const Ma… in call()
277 …__host__ static void call(const SrcPtr1& src1, const SrcPtr2& src2, const GlobPtr<DstType>& dst, c… in call()
304 …__host__ static void call(const GlobPtr<SrcType>& src, const GlobPtr<DstType>& dst, const UnOp& op… in call()
325 …__host__ static void call(const GlobPtr<SrcType1>& src1, const GlobPtr<SrcType2>& src2, const Glob… in call()
348 …__host__ void transform_unary(const SrcPtr& src, const GlobPtr<DstType>& dst, const UnOp& op, cons… in transform_unary()
354 …__host__ void transform_binary(const SrcPtr1& src1, const SrcPtr2& src2, const GlobPtr<DstType>& d… in transform_binary()
[all …]
Dintegral.hpp61 __global__ void horizontal_pass(const SrcPtr src, GlobPtr<D> dst, const int cols) in horizontal_pass()
103 __global__ void horizontal_pass(const GlobPtr<T> src, GlobPtr<D> dst, const int cols) in horizontal_pass()
146 …__host__ void horizontal_pass(const SrcPtr& src, const GlobPtr<D>& dst, int rows, int cols, cudaSt… in horizontal_pass()
169 …__global__ static void horisontal_pass_8u_shfl_kernel(const GlobPtr<uint4> img, GlobPtr<uint4> int… in horisontal_pass_8u_shfl_kernel()
399 …__host__ static void horisontal_pass_8u_shfl(const GlobPtr<uchar> src, GlobPtr<uint> integral, int… in horisontal_pass_8u_shfl()
410 GlobPtr<uint4> src4 = globPtr((uint4*) src.data, src.step); in horisontal_pass_8u_shfl()
411 GlobPtr<uint4> integral4 = globPtr((uint4*) integral.data, integral.step); in horisontal_pass_8u_shfl()
420 __global__ void vertical_pass(GlobPtr<T> integral, const int rows, const int cols) in vertical_pass()
577 __host__ void vertical_pass(const GlobPtr<T>& integral, int rows, int cols, cudaStream_t stream) in vertical_pass()
589 …__host__ void integral(const SrcPtr& src, const GlobPtr<D>& dst, int rows, int cols, cudaStream_t … in integral()
[all …]
Dtranspose.hpp59 … __global__ void transpose(const SrcPtr src, GlobPtr<DstType> dst, const int rows, const int cols) in transpose()
112 …__host__ void transpose(const SrcPtr& src, const GlobPtr<DstType>& dst, int rows, int cols, cudaSt… in transpose()
Dcopy.hpp60 …__global__ void copy(const SrcPtr src, GlobPtr<DstType> dst, const MaskPtr mask, const int rows, c… in copy()
72 …__host__ void copy(const SrcPtr& src, const GlobPtr<DstType>& dst, const MaskPtr& mask, int rows, … in copy()
Dpyr_up.hpp61 …__global__ void pyrUp(const SrcPtr src, GlobPtr<DstType> dst, const int src_rows, const int src_co… in pyrUp()
157 …__host__ void pyrUp(const SrcPtr& src, const GlobPtr<DstType>& dst, int src_rows, int src_cols, in… in pyrUp()
Dpyr_down.hpp61 …__global__ void pyrDown(const SrcPtr src, GlobPtr<DstType> dst, const int src_rows, const int src_… in pyrDown()
186 …__host__ void pyrDown(const SrcPtr& src, const GlobPtr<DstType>& dst, int src_rows, int src_cols, … in pyrDown()
/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
Dglob.hpp62 template <typename T> struct GlobPtr struct
85 template <typename T> struct GlobPtrSz : GlobPtr<T>
91 __host__ __device__ GlobPtr<T> globPtr(T* data, size_t step) in globPtr()
93 GlobPtr<T> p; in globPtr()
121 template <typename T> struct PtrTraits< GlobPtrSz<T> > : PtrTraitsBase<GlobPtrSz<T>, GlobPtr<T> >
Dgpumat.hpp111 __host__ operator GlobPtr<T>() const;
156 template <typename T> struct PtrTraits< GpuMat_<T> > : PtrTraitsBase<GpuMat_<T>, GlobPtr<T> >
/external/opencv3/modules/cudacodec/src/cuda/
Drgb_to_yv12.cu71 __global__ void Gray_to_YV12(const GlobPtrSz<uchar> src, GlobPtr<uchar> dst) in Gray_to_YV12()
81 GlobPtr<uchar> y_plane = globPtr(dst.data, dst.step); in Gray_to_YV12()
82 GlobPtr<uchar> u_plane = globPtr(y_plane.data + planeSize, dst.step / 2); in Gray_to_YV12()
83 GlobPtr<uchar> v_plane = globPtr(u_plane.data + (planeSize / 4), dst.step / 2); in Gray_to_YV12()
108 __global__ void RGB_to_YV12(const GlobPtrSz<T> src, GlobPtr<uchar> dst) in RGB_to_YV12()
118 GlobPtr<uchar> y_plane = globPtr(dst.data, dst.step); in RGB_to_YV12()
119 GlobPtr<uchar> u_plane = globPtr(y_plane.data + planeSize, dst.step / 2); in RGB_to_YV12()
120 GlobPtr<uchar> v_plane = globPtr(u_plane.data + (planeSize / 4), dst.step / 2); in RGB_to_YV12()
/external/opencv3/modules/cudaarithm/src/cuda/
Dpolar_cart.cu161 …__global__ void polarToCartImpl(const GlobPtr<float> mag, const GlobPtr<float> angle, GlobPtr<floa… in polarToCartImpl()
/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/detail/
Dgpumat.hpp190 __host__ GpuMat_<T>::operator GlobPtr<T>() const in operator GlobPtr<T>()