Searched refs:RGB5x52RGB (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/ |
D | color_detail.hpp | 274 template <int dcn, int bidx, int green_bits> struct RGB5x52RGB; 276 …template <int bidx, int green_bits> struct RGB5x52RGB<3, bidx, green_bits> : unary_function<ushort… struct 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; \ argument
|
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/ |
D | color_cvt.hpp | 165 template <int dcn, int bidx, int green_bits> struct RGB5x52RGB; 167 template <int bidx> struct RGB5x52RGB<3, bidx, 5> struct 185 template <int bidx> struct RGB5x52RGB<4, bidx, 5> struct 204 template <int bidx> struct RGB5x52RGB<3, bidx, 6> struct 222 template <int bidx> struct RGB5x52RGB<4, bidx, 6> struct
|
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/ |
D | color_cvt.hpp | 442 typedef cv::cudev::color_cvt_detail::RGB5x52RGB<dcn, bidx, green_bits> name ## _func;
|
/external/opencv3/modules/imgproc/src/opencl/ |
D | cvtcolor.cl | 874 __kernel void RGB5x52RGB(__global const uchar* src, int src_step, int src_offset,
|
/external/opencv3/modules/imgproc/src/ |
D | color.cpp | 727 struct RGB5x52RGB struct 731 RGB5x52RGB(int _dstcn, int _blueIdx, int _greenBits) in RGB5x52RGB() function 7555 CvtColorLoop(src, dst, RGB5x52RGB(dcn, in cvtColor()
|