Home
last modified time | relevance | path

Searched defs:Gray2RGB5x5 (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/
Dcolor_cvt.hpp261 template <> struct Gray2RGB5x5<5> struct
264 __device__ ushort operator ()(uchar src) const in operator ()()
271 template <> struct Gray2RGB5x5<6> struct
274 __device__ ushort operator ()(uchar src) const in operator ()()
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
Dcolor_detail.hpp378 template<int green_bits> struct Gray2RGB5x5 : unary_function<uchar, ushort> struct
385 __host__ __device__ __forceinline__ Gray2RGB5x5() {} in Gray2RGB5x5() function
386 __host__ __device__ __forceinline__ Gray2RGB5x5(const Gray2RGB5x5&) {} in Gray2RGB5x5() function
393 typedef ::cv::cuda::device::color_detail::Gray2RGB5x5<green_bits> functor_type; \
/external/opencv3/modules/imgproc/src/
Dcolor.cpp960 struct Gray2RGB5x5 struct
962 typedef uchar channel_type;
964 Gray2RGB5x5(int _greenBits) : greenBits(_greenBits) in Gray2RGB5x5() function
977 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;