Home
last modified time | relevance | path

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

/external/opencv3/modules/cudev/include/opencv2/cudev/util/
Dvec_math.hpp61 template <int cn, typename VecD> struct SatCastHelper;
63 template <typename VecD> struct SatCastHelper<1, VecD> struct
72 template <typename VecD> struct SatCastHelper<2, VecD> struct
81 template <typename VecD> struct SatCastHelper<3, VecD> struct
90 template <typename VecD> struct SatCastHelper<4, VecD> struct
100 …ceinline__ T saturate_cast(const uchar1& v) { return vec_math_detail::SatCastHelper<VecTraits<T>::… in saturate_cast()
101 …rceinline__ T saturate_cast(const char1& v) { return vec_math_detail::SatCastHelper<VecTraits<T>::… in saturate_cast()
102 …einline__ T saturate_cast(const ushort1& v) { return vec_math_detail::SatCastHelper<VecTraits<T>::… in saturate_cast()
103 …ceinline__ T saturate_cast(const short1& v) { return vec_math_detail::SatCastHelper<VecTraits<T>::… in saturate_cast()
104 …rceinline__ T saturate_cast(const uint1& v) { return vec_math_detail::SatCastHelper<VecTraits<T>::… in saturate_cast()
[all …]
/external/opencv3/modules/core/include/opencv2/core/cuda/
Dvec_math.hpp62 template <int cn, typename VecD> struct SatCastHelper;
63 template <typename VecD> struct SatCastHelper<1, VecD> struct
71 template <typename VecD> struct SatCastHelper<2, VecD> struct
79 template <typename VecD> struct SatCastHelper<3, VecD> struct
87 template <typename VecD> struct SatCastHelper<4, VecD> struct
98 return SatCastHelper<VecTraits<VecD>::cn, VecD>::cast(v); in saturate_cast_helper()