TypeVec 92 modules/core/include/opencv2/core/cuda/filters.hpp typedef typename TypeVec<float, VecTraits<elem_type>::cn>::vec_type work_type; TypeVec 123 modules/core/include/opencv2/core/cuda/filters.hpp typedef typename TypeVec<float, VecTraits<elem_type>::cn>::vec_type work_type; TypeVec 200 modules/core/include/opencv2/core/cuda/filters.hpp typedef typename TypeVec<float, VecTraits<elem_type>::cn>::vec_type work_type; TypeVec 240 modules/core/include/opencv2/core/cuda/filters.hpp typedef typename TypeVec<float, VecTraits<elem_type>::cn>::vec_type work_type; TypeVec 132 modules/core/include/opencv2/core/cuda/vec_traits.hpp template<> struct TypeVec<type, 1> { typedef type vec_type; }; \ TypeVec 133 modules/core/include/opencv2/core/cuda/vec_traits.hpp template<> struct TypeVec<type ## 1, 1> { typedef type ## 1 vec_type; }; \ TypeVec 134 modules/core/include/opencv2/core/cuda/vec_traits.hpp template<> struct TypeVec<type, 2> { typedef type ## 2 vec_type; }; \ TypeVec 135 modules/core/include/opencv2/core/cuda/vec_traits.hpp template<> struct TypeVec<type ## 2, 2> { typedef type ## 2 vec_type; }; \ TypeVec 136 modules/core/include/opencv2/core/cuda/vec_traits.hpp template<> struct TypeVec<type, 3> { typedef type ## 3 vec_type; }; \ TypeVec 137 modules/core/include/opencv2/core/cuda/vec_traits.hpp template<> struct TypeVec<type ## 3, 3> { typedef type ## 3 vec_type; }; \ TypeVec 138 modules/core/include/opencv2/core/cuda/vec_traits.hpp template<> struct TypeVec<type, 4> { typedef type ## 4 vec_type; }; \ TypeVec 139 modules/core/include/opencv2/core/cuda/vec_traits.hpp template<> struct TypeVec<type ## 4, 4> { typedef type ## 4 vec_type; }; \ TypeVec 140 modules/core/include/opencv2/core/cuda/vec_traits.hpp template<> struct TypeVec<type, 8> { typedef type ## 8 vec_type; }; \ TypeVec 141 modules/core/include/opencv2/core/cuda/vec_traits.hpp template<> struct TypeVec<type ## 8, 8> { typedef type ## 8 vec_type; }; TypeVec 155 modules/core/include/opencv2/core/cuda/vec_traits.hpp template<> struct TypeVec<schar, 2> { typedef char2 vec_type; }; TypeVec 156 modules/core/include/opencv2/core/cuda/vec_traits.hpp template<> struct TypeVec<schar, 3> { typedef char3 vec_type; }; TypeVec 157 modules/core/include/opencv2/core/cuda/vec_traits.hpp template<> struct TypeVec<schar, 4> { typedef char4 vec_type; }; TypeVec 158 modules/core/include/opencv2/core/cuda/vec_traits.hpp template<> struct TypeVec<schar, 8> { typedef char8 vec_type; }; TypeVec 160 modules/core/include/opencv2/core/cuda/vec_traits.hpp template<> struct TypeVec<bool, 1> { typedef uchar vec_type; }; TypeVec 161 modules/core/include/opencv2/core/cuda/vec_traits.hpp template<> struct TypeVec<bool, 2> { typedef uchar2 vec_type; }; TypeVec 162 modules/core/include/opencv2/core/cuda/vec_traits.hpp template<> struct TypeVec<bool, 3> { typedef uchar3 vec_type; }; TypeVec 163 modules/core/include/opencv2/core/cuda/vec_traits.hpp template<> struct TypeVec<bool, 4> { typedef uchar4 vec_type; }; TypeVec 164 modules/core/include/opencv2/core/cuda/vec_traits.hpp template<> struct TypeVec<bool, 8> { typedef uchar8 vec_type; }; TypeVec 72 modules/cudafilters/src/cuda/column_filter.hpp typedef typename TypeVec<float, VecTraits<T>::cn>::vec_type sum_t; TypeVec 72 modules/cudafilters/src/cuda/row_filter.hpp typedef typename TypeVec<float, VecTraits<T>::cn>::vec_type sum_t;