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

  /external/opencv3/modules/imgproc/test/ocl/
test_color.cpp 147 OCL_TEST_P(CvtColor, RGB2YCrCb) { performTest(3, 3, CVTCODE(RGB2YCrCb)); }
149 OCL_TEST_P(CvtColor, RGBA2YCrCb) { performTest(4, 3, CVTCODE(RGB2YCrCb)); }
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/
color_cvt.hpp 138 template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::RGB2YCrCb<SrcDepth, scn, dcn, bidx> \
  /external/opencv3/modules/core/include/opencv2/core/cuda/detail/
color_detail.hpp 676 template <typename T, int scn, int dcn, int bidx> struct RGB2YCrCb
685 __host__ __device__ __forceinline__ RGB2YCrCb() {}
686 __host__ __device__ __forceinline__ RGB2YCrCb(const RGB2YCrCb&) {}
689 template <int bidx> struct RGB2YCrCb<uchar, 4, 4, bidx> : unary_function<uint, uint>
696 __host__ __device__ __forceinline__ RGB2YCrCb() {}
697 __host__ __device__ __forceinline__ RGB2YCrCb(const RGB2YCrCb&) {}
704 typedef ::cv::cuda::device::color_detail::RGB2YCrCb<T, scn, dcn, bidx> functor_type; \
    [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/
color_cvt.hpp 428 template <typename T, int scn, int dcn, int bidx> struct RGB2YCrCb
453 template <int scn, int dcn, int bidx> struct RGB2YCrCb<float, scn, dcn, bidx>
    [all...]
  /external/opencv3/modules/imgproc/src/opencl/
cvtcolor.cl 622 __kernel void RGB2YCrCb(__global const uchar* srcptr, int src_step, int src_offset,
    [all...]
  /external/opencv3/modules/cudaimgproc/test/
test_color.cpp 721 CUDA_TEST_P(CvtColor, RGB2YCrCb)
    [all...]

Completed in 40 milliseconds