Searched defs:OpUnroller (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/ |
D | transform_detail.hpp | 74 template <> struct OpUnroller<1> struct 77 …__forceinline__ void unroll(const T& src, D& dst, const Mask& mask, UnOp& op, int x_shifted, int y) in unroll() 84 …d unroll(const T1& src1, const T2& src2, D& dst, const Mask& mask, BinOp& op, int x_shifted, int y) in unroll() 90 template <> struct OpUnroller<2> struct 93 …__forceinline__ void unroll(const T& src, D& dst, const Mask& mask, UnOp& op, int x_shifted, int y) in unroll() 102 …d unroll(const T1& src1, const T2& src2, D& dst, const Mask& mask, BinOp& op, int x_shifted, int y) in unroll() 110 template <> struct OpUnroller<3> struct 113 …einline__ void unroll(const T& src, D& dst, const Mask& mask, const UnOp& op, int x_shifted, int y) in unroll() 124 …ll(const T1& src1, const T2& src2, D& dst, const Mask& mask, const BinOp& op, int x_shifted, int y) in unroll() 134 template <> struct OpUnroller<4> struct [all …]
|
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/ |
D | transform.hpp | 64 template <> struct OpUnroller<1> struct 67 …static void unroll(const T& src, D& dst, const UnOp& op, const MaskPtr& mask, int x_shifted, int y) in unroll() 74 …const T1& src1, const T2& src2, D& dst, const BinOp& op, const MaskPtr& mask, int x_shifted, int y) in unroll() 81 template <> struct OpUnroller<2> struct 84 …static void unroll(const T& src, D& dst, const UnOp& op, const MaskPtr& mask, int x_shifted, int y) in unroll() 93 …const T1& src1, const T2& src2, D& dst, const BinOp& op, const MaskPtr& mask, int x_shifted, int y) in unroll() 102 template <> struct OpUnroller<3> struct 105 …static void unroll(const T& src, D& dst, const UnOp& op, const MaskPtr& mask, int x_shifted, int y) in unroll() 116 …const T1& src1, const T2& src2, D& dst, const BinOp& op, const MaskPtr& mask, int x_shifted, int y) in unroll() 127 template <> struct OpUnroller<4> struct [all …]
|