Searched refs:OpUnroller (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/ |
D | transform_detail.hpp | 73 template <int shift> struct OpUnroller; 74 template <> struct OpUnroller<1> struct 90 template <> struct OpUnroller<2> struct 110 template <> struct OpUnroller<3> struct 134 template <> struct OpUnroller<4> struct 162 template <> struct OpUnroller<8> struct 228 OpUnroller<ft::smart_shift>::unroll(src_n_el, dst_n_el, mask, op, x_shifted, y); in transformSmart() 280 … OpUnroller<ft::smart_shift>::unroll(src1_n_el, src2_n_el, dst_n_el, mask, op, x_shifted, y); in transformSmart()
|
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/ |
D | transform.hpp | 62 template <int cn> struct OpUnroller; 64 template <> struct OpUnroller<1> struct 81 template <> struct OpUnroller<2> struct 102 template <> struct OpUnroller<3> struct 127 template <> struct OpUnroller<4> struct 204 OpUnroller<SHIFT>::unroll(src_n_el, dst_n_el, op, mask, x_shifted, y); in transformSmart() 242 OpUnroller<SHIFT>::unroll(src1_n_el, src2_n_el, dst_n_el, op, mask, x_shifted, y); in transformSmart()
|