Searched refs:x_shifted (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/ |
D | transform_detail.hpp | 77 …__forceinline__ void unroll(const T& src, D& dst, const Mask& mask, UnOp& op, int x_shifted, int y) in unroll() 79 if (mask(y, x_shifted)) 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() 86 if (mask(y, x_shifted)) in unroll() 93 …__forceinline__ void unroll(const T& src, D& dst, const Mask& mask, UnOp& op, int x_shifted, int y) in unroll() 95 if (mask(y, x_shifted)) in unroll() 97 if (mask(y, x_shifted + 1)) 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() 104 if (mask(y, x_shifted)) in unroll() 106 if (mask(y, x_shifted + 1)) in unroll() [all …]
|
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/ |
D | transform.hpp | 67 …static void unroll(const T& src, D& dst, const UnOp& op, const MaskPtr& mask, int x_shifted, int y) in unroll() 69 if (mask(y, x_shifted)) in unroll() 74 …const T1& src1, const T2& src2, D& dst, const BinOp& op, const MaskPtr& mask, int x_shifted, int y) in unroll() 76 if (mask(y, x_shifted)) in unroll() 84 …static void unroll(const T& src, D& dst, const UnOp& op, const MaskPtr& mask, int x_shifted, int y) in unroll() 86 if (mask(y, x_shifted)) in unroll() 88 if (mask(y, x_shifted + 1)) in unroll() 93 …const T1& src1, const T2& src2, D& dst, const BinOp& op, const MaskPtr& mask, int x_shifted, int y) in unroll() 95 if (mask(y, x_shifted)) in unroll() 97 if (mask(y, x_shifted + 1)) in unroll() [all …]
|