Searched defs:TransformDispatcher (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/ |
D | transform.hpp | 261 template <class Policy> struct TransformDispatcher<false, Policy> struct 264 …lobPtr<DstType>& dst, const UnOp& op, const MaskPtr& mask, int rows, int cols, cudaStream_t stream) in call() 277 …obPtr<DstType>& dst, const BinOp& op, const MaskPtr& mask, int rows, int cols, cudaStream_t stream) in call() 290 template <class Policy> struct TransformDispatcher<true, Policy> struct 293 __host__ static bool isAligned(const T* ptr, size_t size) in isAligned() 298 __host__ static bool isAligned(size_t step, size_t size) in isAligned() 304 …lobPtr<DstType>& dst, const UnOp& op, const MaskPtr& mask, int rows, int cols, cudaStream_t stream) in call() 325 …lobPtr<DstType>& dst, const BinOp& op, const MaskPtr& mask, int rows, int cols, cudaStream_t strea… in call()
|
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/ |
D | transform_detail.hpp | 311 template<> struct TransformDispatcher<false> struct 314 … static void call(PtrStepSz<T> src, PtrStepSz<D> dst, UnOp op, Mask mask, cudaStream_t stream) in call() 329 …PtrStepSz<T1> src1, PtrStepSz<T2> src2, PtrStepSz<D> dst, BinOp op, Mask mask, cudaStream_t stream) in call() 343 template<> struct TransformDispatcher<true> struct 346 … static void call(PtrStepSz<T> src, PtrStepSz<D> dst, UnOp op, Mask mask, cudaStream_t stream) in call() 370 …PtrStepSz<T1> src1, PtrStepSz<T2> src2, PtrStepSz<D> dst, BinOp op, Mask mask, cudaStream_t stream) in call()
|