Searched defs:BrdColReflect101 (Results 1 – 1 of 1) sorted by relevance
311 template <typename D> struct BrdColReflect101 struct313 typedef D result_type;315 …explicit __host__ __device__ __forceinline__ BrdColReflect101(int height) : last_row(height - 1) {} in BrdColReflect101() function316 …typename U> __host__ __device__ __forceinline__ BrdColReflect101(int height, U) : last_row(height … in BrdColReflect101() argument318 __device__ __forceinline__ int idx_row_low(int y) const in idx_row_low()323 __device__ __forceinline__ int idx_row_high(int y) const in idx_row_high()328 __device__ __forceinline__ int idx_row(int y) const in idx_row()333 … template <typename T> __device__ __forceinline__ D at_low(int y, const T* data, size_t step) const in at_low()338 …template <typename T> __device__ __forceinline__ D at_high(int y, const T* data, size_t step) const in at_high()343 … template <typename T> __device__ __forceinline__ D at(int y, const T* data, size_t step) const in at()[all …]