Home
last modified time | relevance | path

Searched defs:BrdRowConstant (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/cuda/
Dborder_interpolate.hpp61 template <typename D> struct BrdRowConstant struct
63 typedef D result_type;
65 …_ __device__ __forceinline__ BrdRowConstant(int width_, const D& val_ = VecTraits<D>::all(0)) : wi… in BrdRowConstant() argument
67 template <typename T> __device__ __forceinline__ D at_low(int x, const T* data) const in at_low()
72 template <typename T> __device__ __forceinline__ D at_high(int x, const T* data) const in at_high()
77 template <typename T> __device__ __forceinline__ D at(int x, const T* data) const in at()
82 int width;
83 D val;