HomeSort by relevance Sort by last modified time
    Searched refs:RGB5x52RGB (Results 1 - 5 of 5) sorted by null

  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/
color_cvt.hpp 442 typedef cv::cudev::color_cvt_detail::RGB5x52RGB<dcn, bidx, green_bits> name ## _func;
  /external/opencv3/modules/core/include/opencv2/core/cuda/detail/
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, uchar3>
284 __host__ __device__ __forceinline__ RGB5x52RGB() {}
285 __host__ __device__ __forceinline__ RGB5x52RGB(const RGB5x52RGB&) {}
289 template <int bidx, int green_bits> struct RGB5x52RGB<4, bidx, green_bits> : unary_function<ushort, uint>
297 __host__ __device__ __forceinline__ RGB5x52RGB() {}
298 __host__ __device__ __forceinline__ RGB5x52RGB(const RGB5x52RGB&) {}
305 typedef ::cv::cuda::device::color_detail::RGB5x52RGB<dcn, bidx, green_bits> functor_type;
    [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/
color_cvt.hpp 165 template <int dcn, int bidx, int green_bits> struct RGB5x52RGB;
167 template <int bidx> struct RGB5x52RGB<3, bidx, 5>
185 template <int bidx> struct RGB5x52RGB<4, bidx, 5>
204 template <int bidx> struct RGB5x52RGB<3, bidx, 6>
222 template <int bidx> struct RGB5x52RGB<4, bidx, 6>
    [all...]
  /external/opencv3/modules/imgproc/src/opencl/
cvtcolor.cl     [all...]
  /external/opencv3/modules/imgproc/src/
color.cpp 727 struct RGB5x52RGB
731 RGB5x52RGB(int _dstcn, int _blueIdx, int _greenBits)
    [all...]

Completed in 148 milliseconds