Searched refs:RGB5x52Gray (Results 1 – 4 of 4) sorted by relevance
421 template<int green_bits> struct RGB5x52Gray : unary_function<ushort, uchar> struct427 __host__ __device__ __forceinline__ RGB5x52Gray() {} in RGB5x52Gray() function428 __host__ __device__ __forceinline__ RGB5x52Gray(const RGB5x52Gray&) {} in RGB5x52Gray() function435 typedef ::cv::cuda::device::color_detail::RGB5x52Gray<green_bits> functor_type; \ argument
468 typedef cv::cudev::color_cvt_detail::RGB5x52Gray<green_bits> name ## _func;
283 template <int green_bits> struct RGB5x52Gray;285 template <> struct RGB5x52Gray<5> struct294 template <> struct RGB5x52Gray<6> struct
1081 struct RGB5x52Gray struct1085 RGB5x52Gray(int _greenBits) : greenBits(_greenBits) in RGB5x52Gray() argument7631 CvtColorLoop(src, dst, RGB5x52Gray(code == CV_BGR5652GRAY ? 6 : 5)); in cvtColor()