Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
Dtransform_detail.hpp67 typedef typename TypeVec<T2, shift>::vec_type read_type2; typedef
261 … typedef typename BinaryReadWriteTraits<T1, T2, D, ft::smart_shift>::read_type2 read_type2; in transformSmart() typedef
277 const read_type2 src2_n_el = ((const read_type2*)src2)[x]; in transformSmart()
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
Dtransform.hpp223 typedef typename MakeVec<SrcType2, SHIFT>::type read_type2; in transformSmart() typedef
239 const read_type2 src2_n_el = ((const read_type2*)src2)[x]; in transformSmart()