Searched defs:RGB5x52Gray (Results 1 – 3 of 3) sorted by relevance
285 template <> struct RGB5x52Gray<5> struct288 __device__ uchar operator ()(ushort src) const in operator ()()294 template <> struct RGB5x52Gray<6> struct297 __device__ uchar operator ()(ushort src) const in operator ()()
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; \
1081 struct RGB5x52Gray struct1083 typedef uchar channel_type;1085 RGB5x52Gray(int _greenBits) : greenBits(_greenBits) in RGB5x52Gray() argument1105 void operator()(const uchar* src, uchar* dst, int n) const in operator ()()1237 int greenBits;1240 uint16x4_t v_b2y, v_g2y, v_r2y;1241 uint32x4_t v_delta;1242 uint16x8_t v_f8, v_fc;1244 bool haveSIMD;1245 __m128i v_b2y, v_g2y, v_r2y;[all …]