Home
last modified time | relevance | path

Searched refs:smart_shift (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
Dtransform_detail.hpp211 typedef typename UnaryReadWriteTraits<T, D, ft::smart_shift>::read_type read_type; in transformSmart()
212 typedef typename UnaryReadWriteTraits<T, D, ft::smart_shift>::write_type write_type; in transformSmart()
216 const int x_shifted = x * ft::smart_shift; in transformSmart()
223 if (x_shifted + ft::smart_shift - 1 < src_.cols) in transformSmart()
228 OpUnroller<ft::smart_shift>::unroll(src_n_el, dst_n_el, mask, op, x_shifted, y); in transformSmart()
260 … typedef typename BinaryReadWriteTraits<T1, T2, D, ft::smart_shift>::read_type1 read_type1; in transformSmart()
261 … typedef typename BinaryReadWriteTraits<T1, T2, D, ft::smart_shift>::read_type2 read_type2; in transformSmart()
262 … typedef typename BinaryReadWriteTraits<T1, T2, D, ft::smart_shift>::write_type write_type; in transformSmart()
266 const int x_shifted = x * ft::smart_shift; in transformSmart()
274 if (x_shifted + ft::smart_shift - 1 < src1_.cols) in transformSmart()
[all …]
/external/opencv3/modules/core/include/opencv2/core/cuda/
Dtransform.hpp62 …nsformDispatcher<VecTraits<T>::cn == 1 && VecTraits<D>::cn == 1 && ft::smart_shift != 1>::call(src… in transform()
69 …T1>::cn == 1 && VecTraits<T2>::cn == 1 && VecTraits<D>::cn == 1 && ft::smart_shift != 1>::call(src… in transform()
Dfunctional.hpp786 enum { smart_shift = DefaultTransformShift<Func>::shift }; enumerator
/external/opencv3/modules/cudaimgproc/src/cuda/
Dcanny.cu82 enum { smart_shift = 4 }; enumerator
86 enum { smart_shift = 4 }; enumerator
502 enum { smart_shift = 4 }; enumerator
Dhist.cu214 enum { smart_shift = 4 }; enumerator
/external/opencv3/modules/superres/src/cuda/
Dbtv_l1_gpu.cu181 enum { smart_shift = 4 }; enumerator