Searched defs:BrdColConstant (Results 1 – 1 of 1) sorted by relevance
86 template <typename D> struct BrdColConstant struct88 typedef D result_type;90 … __device__ __forceinline__ BrdColConstant(int height_, const D& val_ = VecTraits<D>::all(0)) : he… in BrdColConstant() argument92 … template <typename T> __device__ __forceinline__ D at_low(int y, const T* data, size_t step) const in at_low()97 …template <typename T> __device__ __forceinline__ D at_high(int y, const T* data, size_t step) const in at_high()102 … template <typename T> __device__ __forceinline__ D at(int y, const T* data, size_t step) const in at()107 int height;108 D val;