/external/opencv3/modules/cudev/include/opencv2/cudev/functional/ |
D | color_cvt.hpp | 59 #define CV_CUDEV_RGB2RGB_INST(name, scn, dcn, bidx) \ argument 89 #define CV_CUDEV_GRAY2RGB_INST(name, dcn) \ argument 101 #define CV_CUDEV_RGB2YUV_INST(name, scn, dcn, bidx) \ argument 119 #define CV_CUDEV_YUV2RGB_INST(name, scn, dcn, bidx) \ argument 137 #define CV_CUDEV_RGB2YCrCb_INST(name, scn, dcn, bidx) \ argument 155 #define CV_CUDEV_YCrCb2RGB_INST(name, scn, dcn, bidx) \ argument 173 #define CV_CUDEV_RGB2XYZ_INST(name, scn, dcn, bidx) \ argument 191 #define CV_CUDEV_XYZ2RGB_INST(name, scn, dcn, bidx) \ argument 209 #define CV_CUDEV_RGB2HSV_INST(name, scn, dcn, bidx) \ argument 236 #define CV_CUDEV_HSV2RGB_INST(name, scn, dcn, bidx) \ argument [all …]
|
/external/opencv3/modules/cudaimgproc/src/ |
D | color.cpp | 536 void RGB_to_YUV(InputArray _src, OutputArray _dst, int dcn, Stream& stream) in RGB_to_YUV() 565 void BGR_to_YUV(InputArray _src, OutputArray _dst, int dcn, Stream& stream) in BGR_to_YUV() 594 void YUV_to_RGB(InputArray _src, OutputArray _dst, int dcn, Stream& stream) in YUV_to_RGB() 623 void YUV_to_BGR(InputArray _src, OutputArray _dst, int dcn, Stream& stream) in YUV_to_BGR() 652 void RGB_to_YCrCb(InputArray _src, OutputArray _dst, int dcn, Stream& stream) in RGB_to_YCrCb() 681 void BGR_to_YCrCb(InputArray _src, OutputArray _dst, int dcn, Stream& stream) in BGR_to_YCrCb() 710 void YCrCb_to_RGB(InputArray _src, OutputArray _dst, int dcn, Stream& stream) in YCrCb_to_RGB() 739 void YCrCb_to_BGR(InputArray _src, OutputArray _dst, int dcn, Stream& stream) in YCrCb_to_BGR() 768 void RGB_to_XYZ(InputArray _src, OutputArray _dst, int dcn, Stream& stream) in RGB_to_XYZ() 797 void BGR_to_XYZ(InputArray _src, OutputArray _dst, int dcn, Stream& stream) in BGR_to_XYZ() [all …]
|
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/ |
D | color_detail.hpp | 148 #define OPENCV_CUDA_IMPLEMENT_RGB2RGB_TRAITS(name, scn, dcn, bidx) \ argument 302 #define OPENCV_CUDA_IMPLEMENT_RGB5x52RGB_TRAITS(name, dcn, bidx, green_bits) \ argument 348 #define OPENCV_CUDA_IMPLEMENT_GRAY2RGB_TRAITS(name, dcn) \ argument 534 #define OPENCV_CUDA_IMPLEMENT_RGB2YUV_TRAITS(name, scn, dcn, bidx) \ argument 622 #define OPENCV_CUDA_IMPLEMENT_YUV2RGB_TRAITS(name, scn, dcn, bidx) \ argument 701 #define OPENCV_CUDA_IMPLEMENT_RGB2YCrCb_TRAITS(name, scn, dcn, bidx) \ argument 780 #define OPENCV_CUDA_IMPLEMENT_YCrCb2RGB_TRAITS(name, scn, dcn, bidx) \ argument 856 #define OPENCV_CUDA_IMPLEMENT_RGB2XYZ_TRAITS(name, scn, dcn, bidx) \ argument 931 #define OPENCV_CUDA_IMPLEMENT_XYZ2RGB_TRAITS(name, scn, dcn, bidx) \ argument 1069 #define OPENCV_CUDA_IMPLEMENT_RGB2HSV_TRAITS(name, scn, dcn, bidx) \ argument [all …]
|
/external/opencv3/modules/core/src/ |
D | matmul.cpp | 1472 transform_( const T* src, T* dst, const WT* m, int len, int scn, int dcn ) in transform_() 1556 transform_8u( const uchar* src, uchar* dst, const float* m, int len, int scn, int dcn ) in transform_8u() 1677 transform_16u( const ushort* src, ushort* dst, const float* m, int len, int scn, int dcn ) in transform_16u() 1744 transform_32f( const float* src, float* dst, const float* m, int len, int scn, int dcn ) in transform_32f() 1802 transform_8s(const schar* src, schar* dst, const float* m, int len, int scn, int dcn) in transform_8s() 1808 transform_16s(const short* src, short* dst, const float* m, int len, int scn, int dcn) in transform_16s() 1814 transform_32s(const int* src, int* dst, const double* m, int len, int scn, int dcn) in transform_32s() 1820 transform_64f(const double* src, double* dst, const double* m, int len, int scn, int dcn) in transform_64f() 1873 diagtransform_8u(const uchar* src, uchar* dst, const float* m, int len, int scn, int dcn) in diagtransform_8u() 1879 diagtransform_8s(const schar* src, schar* dst, const float* m, int len, int scn, int dcn) in diagtransform_8s() [all …]
|
D | convert.cpp | 1044 int dcn = (int)ksrc.size(); in ocl_merge() local 1303 int scn = fromTo[i<<1], dcn = fromTo[(i<<1) + 1]; in ocl_mixChannels() local 1431 int dtype = _dst.type(), ddepth = CV_MAT_DEPTH(dtype), dcn = CV_MAT_CN(dtype); in insertChannel() local 5682 int lcn = _lut.channels(), dcn = _src.channels(), ddepth = _lut.depth(); in ocl_LUT() local
|
D | stat.cpp | 1604 int dcn = (int)dst.total(); in ocl_meanStdDev() local 1822 int dcn = (int)dst.total(); in meanStdDev() local
|
/external/opencv3/modules/ts/include/opencv2/ts/ |
D | cuda_perf.hpp | 99 int dcn; member
|
/external/mesa3d/src/mesa/math/ |
D | m_eval.c | 199 GLfloat *dcn = cn + uorder * vorder * dim; in _math_de_casteljau_surf() local
|
/external/opencv3/modules/imgproc/src/ |
D | accum.cpp | 849 int dtype = _dst.type(), ddepth = CV_MAT_DEPTH(dtype), dcn = CV_MAT_CN(dtype); in accumulate() local 934 int dtype = _dst.type(), ddepth = CV_MAT_DEPTH(dtype), dcn = CV_MAT_CN(dtype); in accumulateSquare() local 1018 int dtype = _dst.type(), ddepth = CV_MAT_DEPTH(dtype), dcn = CV_MAT_CN(dtype); in accumulateProduct() local 1106 int dtype = _dst.type(), ddepth = CV_MAT_DEPTH(dtype), dcn = CV_MAT_CN(dtype); in accumulateWeighted() local
|
D | demosaicing.cpp | 677 int dcn = dstmat.channels(); in operator ()() local 885 int dcn = dstmat.channels(); in Bayer2RGB_() local 1481 int dcn = dst.channels(); in operator ()() local 1616 void cv::demosaicing(InputArray _src, OutputArray _dst, int code, int dcn) in demosaicing()
|
D | color.cpp | 554 int scn = srccn, dcn = dstcn, bidx = blueIdx; in operator ()() local 603 int scn = srccn, dcn = dstcn, bidx = blueIdx, i = 0; in operator ()() local 745 int dcn = dstcn, bidx = blueIdx, i = 0; in operator ()() local 2441 int dcn = dstcn, bidx = blueIdx; in operator ()() local 2487 int dcn = dstcn, bidx = blueIdx, i = 0; in operator ()() local 2580 int dcn = dstcn, bidx = blueIdx, i = 0; in operator ()() local 2664 int dcn = dstcn, bidx = blueIdx; in operator ()() local 2713 int dcn = dstcn, bidx = blueIdx, i = 0; in operator ()() local 2819 int dcn = dstcn, bidx = blueIdx, i = 0; in operator ()() local 3012 int dcn = dstcn, bidx = blueIdx, i = 0; in operator ()() local [all …]
|
/external/opencv3/modules/imgproc/perf/ |
D | perf_cvt_color.cpp | 124 int scn, dcn; member
|
/external/opencv3/modules/core/test/ocl/ |
D | test_channels.cpp | 117 int dcn = 0; in PARAM_TEST_CASE() local
|
/external/opencv3/modules/imgproc/test/ |
D | test_cvtyuv.cpp | 618 const int dcn = cvt.getDcn(); in TEST_P() local 656 const int dcn = cvt.getDcn(); in TEST_P() local
|
D | test_color.cpp | 1962 int dcn = dst.channels(); in test_Bayer2RGB_EdgeAware_8u() local 2056 int dcn = reference.channels(); in checkData() local
|
/external/opencv3/modules/ts/src/ |
D | ts_func.cpp | 2273 transform_(const _Tp* sptr, _Tp* dptr, size_t total, int scn, int dcn, const double* mat) in transform_() 2293 int dcn = dst.channels(); in transform() local
|
/external/opencv3/modules/java/src/ |
D | imgproc+Imgproc.java | 2059 public static void demosaicing(Mat _src, Mat _dst, int code, int dcn) in demosaicing() 3151 …vate static native void demosaicing_0(long _src_nativeObj, long _dst_nativeObj, int code, int dcn); in demosaicing_0()
|
D | imgproc.cpp | 4326 (JNIEnv* env, jclass , jlong _src_nativeObj, jlong _dst_nativeObj, jint code, jint dcn) in Java_org_opencv_imgproc_Imgproc_demosaicing_10()
|