Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/cuda/
Dborder_interpolate.hpp485 template <typename D> struct BrdReflect struct
487 typedef D result_type;
489 …__host__ __device__ __forceinline__ BrdReflect(int height, int width) : last_row(height - 1), last… in BrdReflect() function
490 …_host__ __device__ __forceinline__ BrdReflect(int height, int width, U) : last_row(height - 1), la… in BrdReflect() argument
492 __device__ __forceinline__ int idx_row_low(int y) const in idx_row_low()
497 __device__ __forceinline__ int idx_row_high(int y) const in idx_row_high()
502 __device__ __forceinline__ int idx_row(int y) const in idx_row()
507 __device__ __forceinline__ int idx_col_low(int x) const in idx_col_low()
512 __device__ __forceinline__ int idx_col_high(int x) const in idx_col_high()
517 __device__ __forceinline__ int idx_col(int x) const in idx_col()
[all …]
/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
Dextrapolation.hpp171 struct BrdReflect struct
173 __device__ __forceinline__ static int idx_low(int i, int len) in idx_low()
178 __device__ __forceinline__ static int idx_high(int i, int len) in idx_high()