Home
last modified time | relevance | path

Searched refs:BrdWrap (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
Dextrapolation.hpp197 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/
Dremap.cu218 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()
Dwarp.cu287 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/
Dborder_interpolate.hpp619 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/
Dbilateral_filter.cu156 bilateral_caller<T, BrdWrap>, in bilateral_filter_gpu()
/external/opencv3/modules/cudafilters/src/cuda/
Dfilter2d.cu135 Filter2DCaller<T, D, BrdWrap>::call, in filter2D()
/external/opencv3/modules/photo/src/cuda/
Dnlm.cu165 nlm_caller<T, BrdWrap>, in nlm_bruteforce_gpu()