Searched defs:BrdReflect (Results 1 – 2 of 2) sorted by relevance
485 template <typename D> struct BrdReflect struct487 typedef D result_type;489 …__host__ __device__ __forceinline__ BrdReflect(int height, int width) : last_row(height - 1), last… in BrdReflect() function490 …_host__ __device__ __forceinline__ BrdReflect(int height, int width, U) : last_row(height - 1), la… in BrdReflect() argument492 __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 …]
171 struct BrdReflect struct173 __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()