Searched defs:RGB5x52Gray (Results 1 - 3 of 3) sorted by relevance

/external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/
H A Dcolor_cvt.hpp283 template <int green_bits> struct RGB5x52Gray;
285 template <> struct RGB5x52Gray<5> struct in namespace:cv::cudev::color_cvt_detail
294 template <> struct RGB5x52Gray<6> struct in namespace:cv::cudev::color_cvt_detail
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
H A Dcolor_detail.hpp421 template<int green_bits> struct RGB5x52Gray : unary_function<ushort, uchar> struct in namespace:cv::cuda::device::color_detail
427 __host__ __device__ __forceinline__ RGB5x52Gray() {} function in struct:cv::cuda::device::color_detail::RGB5x52Gray
428 __host__ __device__ __forceinline__ RGB5x52Gray(const RGB5x52Gray&) {} argument
435 typedef ::cv::cuda::device::color_detail::RGB5x52Gray<green_bits> functor_type; \
/external/opencv3/modules/imgproc/src/
H A Dcolor.cpp1081 struct RGB5x52Gray struct in namespace:cv
1085 RGB5x52Gray(int _greenBits) : greenBits(_greenBits) function in struct:cv::RGB5x52Gray
7631 CvtColorLoop(src, dst, RGB5x52Gray(code == CV_BGR5652GRAY ? 6 : 5));

Completed in 163 milliseconds