Searched refs:dst_n_el (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/ |
D | transform.hpp | 202 write_type dst_n_el = ((const write_type*)dst)[x]; in transformSmart() local 204 OpUnroller<SHIFT>::unroll(src_n_el, dst_n_el, op, mask, x_shifted, y); in transformSmart() 206 ((write_type*)dst)[x] = dst_n_el; in transformSmart() 240 write_type dst_n_el = ((const write_type*)dst)[x]; in transformSmart() local 242 OpUnroller<SHIFT>::unroll(src1_n_el, src2_n_el, dst_n_el, op, mask, x_shifted, y); in transformSmart() 244 ((write_type*)dst)[x] = dst_n_el; in transformSmart()
|
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/ |
D | transform_detail.hpp | 226 write_type dst_n_el = ((const write_type*)dst)[x]; in transformSmart() local 228 OpUnroller<ft::smart_shift>::unroll(src_n_el, dst_n_el, mask, op, x_shifted, y); in transformSmart() 230 ((write_type*)dst)[x] = dst_n_el; in transformSmart() 278 write_type dst_n_el = ((const write_type*)dst)[x]; in transformSmart() local 280 … OpUnroller<ft::smart_shift>::unroll(src1_n_el, src2_n_el, dst_n_el, mask, op, x_shifted, y); in transformSmart() 282 ((write_type*)dst)[x] = dst_n_el; in transformSmart()
|