Searched defs:RGB5x52RGB (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/ |
D | color_cvt.hpp | 167 template <int bidx> struct RGB5x52RGB<3, bidx, 5> struct 170 __device__ uchar3 operator ()(ushort src) const in operator ()() 185 template <int bidx> struct RGB5x52RGB<4, bidx, 5> struct 188 __device__ uchar4 operator ()(ushort src) const in operator ()() 204 template <int bidx> struct RGB5x52RGB<3, bidx, 6> struct 207 __device__ uchar3 operator ()(ushort src) const in operator ()() 222 template <int bidx> struct RGB5x52RGB<4, bidx, 6> struct 225 __device__ uchar4 operator ()(ushort src) const in operator ()()
|
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/ |
D | color_detail.hpp | 276 …template <int bidx, int green_bits> struct RGB5x52RGB<3, bidx, green_bits> : unary_function<ushort… struct 278 __device__ __forceinline__ uchar3 operator()(ushort src) const in operator ()() 284 __host__ __device__ __forceinline__ RGB5x52RGB() {} in RGB5x52RGB() function 285 __host__ __device__ __forceinline__ RGB5x52RGB(const RGB5x52RGB&) {} in RGB5x52RGB() function 289 …template <int bidx, int green_bits> struct RGB5x52RGB<4, bidx, green_bits> : unary_function<ushort… struct 297 __host__ __device__ __forceinline__ RGB5x52RGB() {} in RGB5x52RGB() function 298 __host__ __device__ __forceinline__ RGB5x52RGB(const RGB5x52RGB&) {} in RGB5x52RGB() function 305 typedef ::cv::cuda::device::color_detail::RGB5x52RGB<dcn, bidx, green_bits> functor_type; \
|
/external/opencv3/modules/imgproc/src/ |
D | color.cpp | 727 struct RGB5x52RGB struct 729 typedef uchar channel_type; 731 RGB5x52RGB(int _dstcn, int _blueIdx, int _greenBits) in RGB5x52RGB() function 743 void operator()(const uchar* src, uchar* dst, int n) const in operator ()() 829 int dstcn, blueIdx, greenBits; 831 uint16x8_t v_n3, v_n7, v_mask; 832 uint8x16_t v_255, v_0;
|