HomeSort by relevance Sort by last modified time
    Searched refs:dst_n_el (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/core/include/opencv2/core/cuda/detail/
transform_detail.hpp 226 write_type dst_n_el = ((const write_type*)dst)[x]; local
228 OpUnroller<ft::smart_shift>::unroll(src_n_el, dst_n_el, mask, op, x_shifted, y);
230 ((write_type*)dst)[x] = dst_n_el;
278 write_type dst_n_el = ((const write_type*)dst)[x]; local
280 OpUnroller<ft::smart_shift>::unroll(src1_n_el, src2_n_el, dst_n_el, mask, op, x_shifted, y);
282 ((write_type*)dst)[x] = dst_n_el;
  /external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
transform.hpp 202 write_type dst_n_el = ((const write_type*)dst)[x]; local
204 OpUnroller<SHIFT>::unroll(src_n_el, dst_n_el, op, mask, x_shifted, y);
206 ((write_type*)dst)[x] = dst_n_el;
240 write_type dst_n_el = ((const write_type*)dst)[x]; local
242 OpUnroller<SHIFT>::unroll(src1_n_el, src2_n_el, dst_n_el, op, mask, x_shifted, y);
244 ((write_type*)dst)[x] = dst_n_el;

Completed in 76 milliseconds