Searched defs:RGB2RGB5x5 (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/ |
D | color_detail.hpp | 198 …template<int bidx, int green_bits> struct RGB2RGB5x5<3, bidx,green_bits> : unary_function<uchar3, … struct 200 __device__ __forceinline__ ushort operator()(const uchar3& src) const in operator ()() 205 __host__ __device__ __forceinline__ RGB2RGB5x5() {} in RGB2RGB5x5() function 206 __host__ __device__ __forceinline__ RGB2RGB5x5(const RGB2RGB5x5&) {} in RGB2RGB5x5() function 209 …template<int bidx, int green_bits> struct RGB2RGB5x5<4, bidx,green_bits> : unary_function<uint, us… struct 216 __host__ __device__ __forceinline__ RGB2RGB5x5() {} in RGB2RGB5x5() function 217 __host__ __device__ __forceinline__ RGB2RGB5x5(const RGB2RGB5x5&) {} in RGB2RGB5x5() function 224 typedef ::cv::cuda::device::color_detail::RGB2RGB5x5<scn, bidx, green_bits> functor_type; \
|
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/ |
D | color_cvt.hpp | 126 template <int scn, int bidx> struct RGB2RGB5x5<scn, bidx, 6> struct 129 __device__ ushort operator ()(const typename MakeVec<uchar, scn>::type& src) const in operator ()() 138 template <int bidx> struct RGB2RGB5x5<3, bidx, 5> struct 141 __device__ ushort operator ()(const uchar3& src) const in operator ()() 150 template <int bidx> struct RGB2RGB5x5<4, bidx, 5> struct 153 __device__ ushort operator ()(const uchar4& src) const in operator ()()
|
/external/opencv3/modules/imgproc/src/ |
D | color.cpp | 837 struct RGB2RGB5x5 struct 839 typedef uchar channel_type; 841 RGB2RGB5x5(int _srccn, int _blueIdx, int _greenBits) in RGB2RGB5x5() function 853 void operator()(const uchar* src, uchar* dst, int n) const in operator ()() 923 int srccn, blueIdx, greenBits; 925 uint8x8_t v_n3, v_n7; 926 uint16x8_t v_mask, v_0, v_full;
|