Searched refs:RGB2RGB5x5 (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/ |
D | color_detail.hpp | 196 template<int scn, int bidx, int green_bits> struct RGB2RGB5x5; 198 …template<int bidx, int green_bits> struct RGB2RGB5x5<3, bidx,green_bits> : unary_function<uchar3, … struct 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; \ argument
|
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/ |
D | color_cvt.hpp | 124 template <int scn, int bidx, int green_bits> struct RGB2RGB5x5; 126 template <int scn, int bidx> struct RGB2RGB5x5<scn, bidx, 6> struct 138 template <int bidx> struct RGB2RGB5x5<3, bidx, 5> struct 150 template <int bidx> struct RGB2RGB5x5<4, bidx, 5> struct
|
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/ |
D | color_cvt.hpp | 426 typedef cv::cudev::color_cvt_detail::RGB2RGB5x5<scn, bidx, green_bits> name ## _func;
|
/external/opencv3/modules/imgproc/src/opencl/ |
D | cvtcolor.cl | 919 __kernel void RGB2RGB5x5(__global const uchar* src, int src_step, int src_offset,
|
/external/opencv3/modules/imgproc/src/ |
D | color.cpp | 837 struct RGB2RGB5x5 struct 841 RGB2RGB5x5(int _srccn, int _blueIdx, int _greenBits) in RGB2RGB5x5() argument 7493 CvtColorLoop(src, dst, RGB2RGB5x5(scn, in cvtColor()
|