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

  /external/opencv3/modules/imgproc/test/ocl/
test_color.cpp 151 OCL_TEST_P(CvtColor, YCrCb2RGB) { performTest(3, 3, CVTCODE(YCrCb2RGB)); }
153 OCL_TEST_P(CvtColor, YCrCb2RGBA) { performTest(3, 4, CVTCODE(YCrCb2RGB)); }
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/
color_cvt.hpp 156 template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::YCrCb2RGB<SrcDepth, scn, dcn, bidx> \
  /external/opencv3/modules/core/include/opencv2/core/cuda/detail/
color_detail.hpp 753 template <typename T, int scn, int dcn, int bidx> struct YCrCb2RGB
765 __host__ __device__ __forceinline__ YCrCb2RGB() {}
766 __host__ __device__ __forceinline__ YCrCb2RGB(const YCrCb2RGB&) {}
769 template <int bidx> struct YCrCb2RGB<uchar, 4, 4, bidx> : unary_function<uint, uint>
775 __host__ __device__ __forceinline__ YCrCb2RGB() {}
776 __host__ __device__ __forceinline__ YCrCb2RGB(const YCrCb2RGB&) {}
783 typedef ::cv::cuda::device::color_detail::YCrCb2RGB<T, scn, dcn, bidx> functor_type; \
    [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/
color_cvt.hpp 477 template <typename T, int scn, int dcn, int bidx> struct YCrCb2RGB
497 template <int scn, int dcn, int bidx> struct YCrCb2RGB<float, scn, dcn, bidx>
    [all...]
  /external/opencv3/modules/imgproc/src/opencl/
cvtcolor.cl 672 __kernel void YCrCb2RGB(__global const uchar* src, int src_step, int src_offset,
    [all...]
  /external/opencv3/modules/cudaimgproc/test/
test_color.cpp 791 CUDA_TEST_P(CvtColor, YCrCb2RGB)
    [all...]

Completed in 44 milliseconds