Searched defs:Gray2RGB5x5 (Results 1 – 3 of 3) sorted by relevance
261 template <> struct Gray2RGB5x5<5> struct264 __device__ ushort operator ()(uchar src) const in operator ()()271 template <> struct Gray2RGB5x5<6> struct274 __device__ ushort operator ()(uchar src) const in operator ()()
378 template<int green_bits> struct Gray2RGB5x5 : unary_function<uchar, ushort> struct385 __host__ __device__ __forceinline__ Gray2RGB5x5() {} in Gray2RGB5x5() function386 __host__ __device__ __forceinline__ Gray2RGB5x5(const Gray2RGB5x5&) {} in Gray2RGB5x5() function393 typedef ::cv::cuda::device::color_detail::Gray2RGB5x5<green_bits> functor_type; \
960 struct Gray2RGB5x5 struct962 typedef uchar channel_type;964 Gray2RGB5x5(int _greenBits) : greenBits(_greenBits) in Gray2RGB5x5() function977 void operator()(const uchar* src, uchar* dst, int n) const in operator ()()1055 int greenBits;1058 uint8x8_t v_n7, v_n3;1060 __m128i v_n7, v_n3, v_zero;1061 bool haveSIMD;