Home
last modified time | relevance | path

Searched refs:RGB2RGB5x5 (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
Dcolor_detail.hpp196 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/
Dcolor_cvt.hpp124 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/
Dcolor_cvt.hpp426 typedef cv::cudev::color_cvt_detail::RGB2RGB5x5<scn, bidx, green_bits> name ## _func;
/external/opencv3/modules/imgproc/src/opencl/
Dcvtcolor.cl919 __kernel void RGB2RGB5x5(__global const uchar* src, int src_step, int src_offset,
/external/opencv3/modules/imgproc/src/
Dcolor.cpp837 struct RGB2RGB5x5 struct
841 RGB2RGB5x5(int _srccn, int _blueIdx, int _greenBits) in RGB2RGB5x5() argument
7493 CvtColorLoop(src, dst, RGB2RGB5x5(scn, in cvtColor()