Home
last modified time | relevance | path

Searched refs:write_type (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
Dtransform_detail.hpp61 typedef typename TypeVec<D, shift>::vec_type write_type; typedef
68 typedef typename TypeVec<D, shift>::vec_type write_type; typedef
212 typedef typename UnaryReadWriteTraits<T, D, ft::smart_shift>::write_type write_type; in transformSmart() typedef
226 write_type dst_n_el = ((const write_type*)dst)[x]; in transformSmart()
230 ((write_type*)dst)[x] = dst_n_el; in transformSmart()
262 … typedef typename BinaryReadWriteTraits<T1, T2, D, ft::smart_shift>::write_type write_type; in transformSmart() typedef
278 write_type dst_n_el = ((const write_type*)dst)[x]; in transformSmart()
282 ((write_type*)dst)[x] = dst_n_el; in transformSmart()
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
Dtransform.hpp188 typedef typename MakeVec<DstType, SHIFT>::type write_type; in transformSmart() typedef
202 write_type dst_n_el = ((const write_type*)dst)[x]; in transformSmart()
206 ((write_type*)dst)[x] = dst_n_el; in transformSmart()
224 typedef typename MakeVec<DstType, SHIFT>::type write_type; in transformSmart() typedef
240 write_type dst_n_el = ((const write_type*)dst)[x]; in transformSmart()
244 ((write_type*)dst)[x] = dst_n_el; in transformSmart()