Searched refs:BrdWrap (Results 1 – 7 of 7) sorted by relevance
/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/ |
D | extrapolation.hpp | 197 struct BrdWrap struct 211 __host__ BrdBase<BrdWrap, typename PtrTraits<SrcPtr>::ptr_type> brdWrap(const SrcPtr& src) in brdWrap() 213 BrdBase<BrdWrap, typename PtrTraits<SrcPtr>::ptr_type> b; in brdWrap()
|
/external/opencv3/modules/cudawarping/src/cuda/ |
D | remap.cu | 218 RemapDispatcher<PointFilter, BrdWrap, T>::call, in remap_gpu() 225 RemapDispatcher<LinearFilter, BrdWrap, T>::call, in remap_gpu() 232 RemapDispatcher<CubicFilter, BrdWrap, T>::call, in remap_gpu()
|
D | warp.cu | 287 WarpDispatcher<Transform, PointFilter, BrdWrap, T>::call, in warp_caller() 294 WarpDispatcher<Transform, LinearFilter, BrdWrap, T>::call, in warp_caller() 301 WarpDispatcher<Transform, CubicFilter, BrdWrap, T>::call, in warp_caller()
|
/external/opencv3/modules/core/include/opencv2/core/cuda/ |
D | border_interpolate.hpp | 619 template <typename D> struct BrdWrap struct 623 __host__ __device__ __forceinline__ BrdWrap(int height_, int width_) : in BrdWrap() function 628 __host__ __device__ __forceinline__ BrdWrap(int height_, int width_, U) : in BrdWrap() argument
|
/external/opencv3/modules/cudaimgproc/src/cuda/ |
D | bilateral_filter.cu | 156 bilateral_caller<T, BrdWrap>, in bilateral_filter_gpu()
|
/external/opencv3/modules/cudafilters/src/cuda/ |
D | filter2d.cu | 135 Filter2DCaller<T, D, BrdWrap>::call, in filter2D()
|
/external/opencv3/modules/photo/src/cuda/ |
D | nlm.cu | 165 nlm_caller<T, BrdWrap>, in nlm_bruteforce_gpu()
|