Searched defs:RGB2YUV (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/
H A Dcolor_cvt.hpp334 template <typename T, int scn, int dcn, int bidx> struct RGB2YUV struct in namespace:cv::cudev::color_cvt_detail
359 template <int scn, int dcn, int bidx> struct RGB2YUV<float, scn, dcn, bidx> struct in namespace:cv::cudev::color_cvt_detail
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
H A Dcolor_detail.hpp520 template <typename T, int scn, int dcn, int bidx> struct RGB2YUV struct in namespace:cv::cuda::device::color_detail
529 __host__ __device__ __forceinline__ RGB2YUV() {} function in struct:cv::cuda::device::color_detail::RGB2YUV
530 __host__ __device__ __forceinline__ RGB2YUV(const RGB2YUV&) {} argument
537 typedef ::cv::cuda::device::color_detail::RGB2YUV<T, scn, dcn, bidx> functor_type; \

Completed in 229 milliseconds