Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/cuda/
Dborder_interpolate.hpp579 template <typename D> struct BrdColWrap struct
581 typedef D result_type;
583 explicit __host__ __device__ __forceinline__ BrdColWrap(int height_) : height(height_) {} in BrdColWrap() function
584 …ate <typename U> __host__ __device__ __forceinline__ BrdColWrap(int height_, U) : height(height_) … in BrdColWrap() argument
586 __device__ __forceinline__ int idx_row_low(int y) const in idx_row_low()
591 __device__ __forceinline__ int idx_row_high(int y) const in idx_row_high()
596 __device__ __forceinline__ int idx_row(int y) const in idx_row()
601 … template <typename T> __device__ __forceinline__ D at_low(int y, const T* data, size_t step) const in at_low()
606 …template <typename T> __device__ __forceinline__ D at_high(int y, const T* data, size_t step) const in at_high()
611 … template <typename T> __device__ __forceinline__ D at(int y, const T* data, size_t step) const in at()
[all …]