Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/cuda/
Dborder_interpolate.hpp619 template <typename D> struct BrdWrap struct
621 typedef D result_type;
623 __host__ __device__ __forceinline__ BrdWrap(int height_, int width_) : in BrdWrap() argument
628 __host__ __device__ __forceinline__ BrdWrap(int height_, int width_, U) : in BrdWrap() argument
633 __device__ __forceinline__ int idx_row_low(int y) const in idx_row_low()
638 __device__ __forceinline__ int idx_row_high(int y) const in idx_row_high()
643 __device__ __forceinline__ int idx_row(int y) const in idx_row()
648 __device__ __forceinline__ int idx_col_low(int x) const in idx_col_low()
653 __device__ __forceinline__ int idx_col_high(int x) const in idx_col_high()
658 __device__ __forceinline__ int idx_col(int x) const in idx_col()
[all …]
/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
Dextrapolation.hpp197 struct BrdWrap struct
199 __device__ __forceinline__ static int idx_low(int i, int len) in idx_low()
204 __device__ __forceinline__ static int idx_high(int i, int len) in idx_high()