cvt 202 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp return RGB2RGB5x5Converter<green_bits, bidx>::cvt(src); cvt 213 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp return RGB2RGB5x5Converter<green_bits, bidx>::cvt(src); cvt 281 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp RGB5x52RGBConverter<green_bits, bidx>::cvt(src, dst); cvt 294 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp RGB5x52RGBConverter<green_bits, bidx>::cvt(src, dst); cvt 382 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp return Gray2RGB5x5Converter<green_bits>::cvt(src); cvt 425 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp return RGB5x52GrayConverter<green_bits>::cvt(src); cvt 4909 modules/core/src/arithm.cpp char cvt[40]; cvt 4917 modules/core/src/arithm.cpp ocl::convertTypeStr(depth1, CV_8U, kercn, cvt), cvt 5194 modules/core/src/convert.cpp static void cvt##suffix( const stype* src, size_t sstep, const uchar*, size_t, \ cvt 5213 modules/core/src/convert.cpp static void cvt##suffix( const stype* src, size_t sstep, const uchar*, size_t, \ cvt 5232 modules/core/src/convert.cpp static void cvt##suffix( const stype* src, size_t sstep, const uchar*, size_t, \ cvt 5241 modules/core/src/convert.cpp static void cvt##suffix( const stype* src, size_t sstep, const uchar*, size_t, \ cvt 5248 modules/core/src/convert.cpp static void cvt##suffix( const stype* src, size_t sstep, const uchar*, size_t, \ cvt 5503 modules/core/src/convert.cpp char cvt[2][50]; cvt 5511 modules/core/src/convert.cpp ocl::convertTypeStr(depth, wdepth, kercn, cvt[0]), cvt 5512 modules/core/src/convert.cpp ocl::convertTypeStr(wdepth, CV_8U, kercn, cvt[1]), cvt 6018 modules/core/src/convert.cpp char cvt[2][40]; cvt 6022 modules/core/src/convert.cpp ocl::convertTypeStr(sdepth, wdepth, cn, cvt[0]), cn, cvt 6023 modules/core/src/convert.cpp rowsPerWI, ocl::convertTypeStr(wdepth, ddepth, cn, cvt[1]), cvt 2282 modules/core/src/matmul.cpp char cvt[2][50]; cvt 2289 modules/core/src/matmul.cpp ocl::convertTypeStr(depth, wdepth, kercn, cvt[0]), cvt 2290 modules/core/src/matmul.cpp ocl::convertTypeStr(wdepth, depth, kercn, cvt[1]), cvt 3558 modules/core/src/matrix.cpp char cvt[3][40]; cvt 3567 modules/core/src/matrix.cpp ocl::convertTypeStr(ddepth, wdepth, 1, cvt[0]), cvt 3568 modules/core/src/matrix.cpp ocl::convertTypeStr(sdepth, ddepth, 1, cvt[1]), cvt 3569 modules/core/src/matrix.cpp ocl::convertTypeStr(wdepth, ddepth0, 1, cvt[2]), cvt 3592 modules/core/src/matrix.cpp char cvt[2][40]; cvt 3598 modules/core/src/matrix.cpp ocl::convertTypeStr(ddepth, wdepth, 1, cvt[0]), cvt 3599 modules/core/src/matrix.cpp ocl::convertTypeStr(sdepth, ddepth, 1, cvt[0]), cvt 3600 modules/core/src/matrix.cpp ocl::convertTypeStr(wdepth, ddepth0, 1, cvt[1]), cvt 1079 modules/core/src/stat.cpp char cvt[2][40]; cvt 1085 modules/core/src/stat.cpp ocl::convertTypeStr(depth, ddepth, mcn, cvt[0]), cvt 1093 modules/core/src/stat.cpp depth <= CV_32S && ddepth == CV_32S ? ocl::convertTypeStr(CV_8U, ddepth, convert_cn, cvt[1]) : "noconvert"); cvt 1538 modules/core/src/stat.cpp char cvt[2][40]; cvt 1545 modules/core/src/stat.cpp ocl::convertTypeStr(depth, sqddepth, cn, cvt[0]), cvt 1548 modules/core/src/stat.cpp ocl::convertTypeStr(depth, ddepth, cn, cvt[1]), cvt 2102 modules/core/src/stat.cpp char cvt[2][40]; cvt 2114 modules/core/src/stat.cpp ocl::convertTypeStr(depth, ddepth, kercn, cvt[0]), cvt 2118 modules/core/src/stat.cpp depth <= CV_32S && ddepth == CV_32S ? ocl::convertTypeStr(CV_8U, ddepth, kercn, cvt[1]) : "noconvert"); cvt 734 modules/core/src/umatrix.cpp char cvt[2][40]; cvt 738 modules/core/src/umatrix.cpp ocl::convertTypeStr(sdepth, wdepth, 1, cvt[0]), cvt 739 modules/core/src/umatrix.cpp ocl::convertTypeStr(wdepth, ddepth, 1, cvt[1]), cvt 875 modules/core/src/umatrix.cpp char cvt[40]; cvt 881 modules/core/src/umatrix.cpp ddepth, ocl::convertTypeStr(depth, ddepth, kercn, cvt), cvt 807 modules/imgproc/src/accum.cpp char cvt[40]; cvt 813 modules/imgproc/src/accum.cpp ocl::convertTypeStr(sdepth, ddepth, 1, cvt))); cvt 100 modules/imgproc/src/blend.cpp char cvt[30]; cvt 103 modules/imgproc/src/blend.cpp cn, ocl::convertTypeStr(CV_32F, depth, 1, cvt))); cvt 140 modules/imgproc/src/canny.cpp char cvt[40]; cvt 144 modules/imgproc/src/canny.cpp ocl::convertTypeStr(_src.depth(), CV_32F, cn, cvt), cvt 186 modules/imgproc/src/color.cpp cvt((const _Tp*)yS, (_Tp*)yD, src.cols); cvt 192 modules/imgproc/src/color.cpp const Cvt& cvt; cvt 198 modules/imgproc/src/color.cpp void CvtColorLoop(const Mat& src, Mat& dst, const Cvt& cvt) cvt 200 modules/imgproc/src/color.cpp parallel_for_(Range(0, src.rows), CvtColorLoop_Invoker<Cvt>(src, dst, cvt), src.total()/(double)(1<<16) ); cvt 216 modules/imgproc/src/color.cpp ParallelLoopBody(), src(_src), dst(_dst), cvt(_cvt), ok(_ok) cvt 225 modules/imgproc/src/color.cpp if( !cvt(yS, (int)src.step[0], yD, (int)dst.step[0], src.cols, range.end - range.start) ) cvt 236 modules/imgproc/src/color.cpp const Cvt& cvt; cvt 243 modules/imgproc/src/color.cpp bool CvtColorIPPLoop(const Mat& src, Mat& dst, const Cvt& cvt) cvt 246 modules/imgproc/src/color.cpp parallel_for_(Range(0, src.rows), CvtColorIPPLoop_Invoker<Cvt>(src, dst, cvt, &ok), src.total()/(double)(1<<16) ); cvt 251 modules/imgproc/src/color.cpp bool CvtColorIPPLoopCopy(Mat& src, Mat& dst, const Cvt& cvt) cvt 261 modules/imgproc/src/color.cpp parallel_for_(Range(0, source.rows), CvtColorIPPLoop_Invoker<Cvt>(source, dst, cvt, &ok), cvt 4422 modules/imgproc/src/color.cpp cvt(buf, buf, dn); cvt 4490 modules/imgproc/src/color.cpp HSV2RGB_f cvt; cvt 4669 modules/imgproc/src/color.cpp cvt(buf, buf, dn); cvt 4734 modules/imgproc/src/color.cpp RGB2HLS_f cvt; cvt 4931 modules/imgproc/src/color.cpp cvt(buf, buf, dn); cvt 4999 modules/imgproc/src/color.cpp HLS2RGB_f cvt; cvt 5436 modules/imgproc/src/color.cpp cvt(buf, buf, dn); cvt 5504 modules/imgproc/src/color.cpp Lab2RGB_f cvt; cvt 5793 modules/imgproc/src/color.cpp cvt(buf, buf, dn); cvt 5860 modules/imgproc/src/color.cpp RGB2Luv_f cvt; cvt 6005 modules/imgproc/src/color.cpp cvt(buf, buf, dn); cvt 6073 modules/imgproc/src/color.cpp Luv2RGB_f cvt; cvt 718 modules/imgproc/src/deriv.cpp char cvt[2][40]; cvt 730 modules/imgproc/src/deriv.cpp ocl::convertTypeStr(sdepth, wdepth, cn, cvt[0]), cvt 731 modules/imgproc/src/deriv.cpp ocl::convertTypeStr(wdepth, ddepth, cn, cvt[1]), cvt 764 modules/imgproc/src/deriv.cpp char cvt[2][40]; cvt 773 modules/imgproc/src/deriv.cpp ocl::convertTypeStr(depth, wdepth, kercn, cvt[0]), cvt 774 modules/imgproc/src/deriv.cpp ocl::convertTypeStr(wdepth, ddepth, kercn, cvt[1]), cvt 4049 modules/imgproc/src/filter.cpp char cvt[2][40]; cvt 4110 modules/imgproc/src/filter.cpp ocl::convertTypeStr(sdepth, wdepth, cn, cvt[0]), cvt 4111 modules/imgproc/src/filter.cpp ocl::convertTypeStr(wdepth, ddepth, cn, cvt[1]), kerStr.c_str()); cvt 4155 modules/imgproc/src/filter.cpp ocl::convertTypeStr(sdepth, wdepth, cn, cvt[0]), cvt 4156 modules/imgproc/src/filter.cpp ocl::convertTypeStr(wdepth, ddepth, cn, cvt[1])); cvt 4222 modules/imgproc/src/filter.cpp char cvt[40]; cvt 4229 modules/imgproc/src/filter.cpp ocl::convertTypeStr(sdepth, bdepth, cn, cvt), cvt 4280 modules/imgproc/src/filter.cpp char cvt[40]; cvt 4286 modules/imgproc/src/filter.cpp ocl::convertTypeStr(bdepth, ddepth, cn, cvt), cvt 4327 modules/imgproc/src/filter.cpp char cvt[2][40]; cvt 4337 modules/imgproc/src/filter.cpp ocl::typeToStr(stype), ocl::convertTypeStr(sdepth, wdepth, cn, cvt[0]), cvt 4339 modules/imgproc/src/filter.cpp ocl::convertTypeStr(wdepth, ddepth, cn, cvt[1]), borderMap[borderType], cvt 1511 modules/imgproc/src/histogram.cpp char cvt[40]; cvt 1514 modules/imgproc/src/histogram.cpp BINS, compunits, (int)wgs, ocl::convertTypeStr(CV_32S, ddepth, 1, cvt), cvt 3033 modules/imgproc/src/imgwarp.cpp char cvt[2][40]; cvt 3036 modules/imgproc/src/imgwarp.cpp ocl::convertTypeStr(depth, wdepth, cn, cvt[0]), cn); cvt 3046 modules/imgproc/src/imgwarp.cpp ocl::convertTypeStr(wdepth2, depth, cn, cvt[0]), cvt 3047 modules/imgproc/src/imgwarp.cpp ocl::typeToStr(wtype2), ocl::convertTypeStr(wdepth, wdepth2, cn, cvt[1]), cvt 3056 modules/imgproc/src/imgwarp.cpp buildOption = buildOption + format(" -D convertToT=%s", ocl::convertTypeStr(wdepth, depth, cn, cvt[0])); cvt 4535 modules/imgproc/src/imgwarp.cpp char cvt[3][40]; cvt 4541 modules/imgproc/src/imgwarp.cpp ocl::convertTypeStr(wdepth, depth, cn, cvt[0]), cvt 4542 modules/imgproc/src/imgwarp.cpp ocl::convertTypeStr(depth, wdepth, cn, cvt[1]), cvt 4543 modules/imgproc/src/imgwarp.cpp ocl::convertTypeStr(CV_32S, wdepth, 2, cvt[2]), cvt 5502 modules/imgproc/src/imgwarp.cpp char cvt[2][50]; cvt 5509 modules/imgproc/src/imgwarp.cpp ocl::convertTypeStr(depth, wdepth, cn, cvt[0]), cvt 5510 modules/imgproc/src/imgwarp.cpp ocl::convertTypeStr(wdepth, depth, cn, cvt[1]), cvt 1371 modules/imgproc/src/morph.cpp char cvt[2][40]; cvt 1446 modules/imgproc/src/morph.cpp haveExtraMat ? ocl::convertTypeStr(depth, wdepth, cn, cvt[0]) : "noconvert",//to prevent overflow - src to WT cvt 1447 modules/imgproc/src/morph.cpp haveExtraMat ? ocl::convertTypeStr(wdepth, depth, cn, cvt[1]) : "noconvert",//to prevent overflow - WT to dst cvt 1582 modules/imgproc/src/morph.cpp char cvt[2][50]; cvt 1598 modules/imgproc/src/morph.cpp ocl::convertTypeStr(depth, wdepth, cn, cvt[0]), cvt 1599 modules/imgproc/src/morph.cpp ocl::convertTypeStr(wdepth, depth, cn, cvt[1]), cvt 1094 modules/imgproc/src/pyramids.cpp char cvt[2][50]; cvt 1099 modules/imgproc/src/pyramids.cpp ocl::convertTypeStr(float_depth, depth, cn, cvt[0]), cvt 1100 modules/imgproc/src/pyramids.cpp ocl::convertTypeStr(depth, float_depth, cn, cvt[1]), cvt 1137 modules/imgproc/src/pyramids.cpp char cvt[2][50]; cvt 1142 modules/imgproc/src/pyramids.cpp ocl::convertTypeStr(float_depth, depth, channels, cvt[0]), cvt 1143 modules/imgproc/src/pyramids.cpp ocl::convertTypeStr(depth, float_depth, channels, cvt[1]), cvt 1114 modules/imgproc/src/smooth.cpp char build_options[1024], cvt[2][40]; cvt 1129 modules/imgproc/src/smooth.cpp ocl::convertTypeStr(sdepth, wdepth, cn, cvt[0]), cvt 1130 modules/imgproc/src/smooth.cpp ocl::convertTypeStr(wdepth, ddepth, cn, cvt[1]), cvt 1154 modules/imgproc/src/smooth.cpp char cvt[2][50]; cvt 1160 modules/imgproc/src/smooth.cpp ocl::convertTypeStr(wdepth, ddepth, cn, cvt[0]), cvt 1161 modules/imgproc/src/smooth.cpp ocl::convertTypeStr(sdepth, wdepth, cn, cvt[1]), cvt 3016 modules/imgproc/src/smooth.cpp char cvt[3][40]; cvt 3034 modules/imgproc/src/smooth.cpp ocl::convertTypeStr(CV_8U, CV_32S, cn, cvt[0]), cvt 3036 modules/imgproc/src/smooth.cpp ocl::convertTypeStr(CV_32S, CV_32F, cn, cvt[1]), cvt 3037 modules/imgproc/src/smooth.cpp ocl::convertTypeStr(CV_32F, CV_8U, cn, cvt[2]), gauss_color_coeff)); cvt 90 modules/imgproc/src/templmatch.cpp char cvt[40]; cvt 94 modules/imgproc/src/templmatch.cpp ocl::convertTypeStr(depth, wdepth, cn, cvt), cvt 271 modules/imgproc/src/templmatch.cpp char cvt[40]; cvt 273 modules/imgproc/src/templmatch.cpp const char* convertToWT1 = ocl::convertTypeStr(depth, wdepth, cn, cvt); cvt 352 modules/imgproc/src/templmatch.cpp char cvt[40]; cvt 355 modules/imgproc/src/templmatch.cpp ocl::typeToStr(wtype), ocl::convertTypeStr(depth, wdepth, cn, cvt), cn)); cvt 522 modules/imgproc/test/test_cvtyuv.cpp convertor cvt; cvt 526 modules/imgproc/test/test_cvtyuv.cpp rgbWriter->write(rgb, row, col, cvt.convert(yuvReader->read(yuv, row, col))); cvt 532 modules/imgproc/test/test_cvtyuv.cpp convertor cvt; cvt 536 modules/imgproc/test/test_cvtyuv.cpp grayWriter->write(rgb, row, col, cvt.convert(yuvReader->read(yuv, row, col))); cvt 542 modules/imgproc/test/test_cvtyuv.cpp convertor cvt; cvt 546 modules/imgproc/test/test_cvtyuv.cpp yuvWriter->write(yuv, row, col, cvt.convert(rgbReader->read(rgb, row, col))); cvt 615 modules/imgproc/test/test_cvtyuv.cpp ConversionYUV cvt(code); cvt 617 modules/imgproc/test/test_cvtyuv.cpp const int scn = cvt.getScn(); cvt 618 modules/imgproc/test/test_cvtyuv.cpp const int dcn = cvt.getDcn(); cvt 623 modules/imgproc/test/test_cvtyuv.cpp if(cvt.requiresEvenWidth()) sz.width += sz.width % 2; cvt 624 modules/imgproc/test/test_cvtyuv.cpp if(cvt.requiresEvenHeight()) sz.height += sz.height % 2; cvt 626 modules/imgproc/test/test_cvtyuv.cpp Size srcSize = cvt.getSrcSize(sz); cvt 629 modules/imgproc/test/test_cvtyuv.cpp Size dstSize = cvt.getDstSize(sz); cvt 635 modules/imgproc/test/test_cvtyuv.cpp if(cvt.rgbWriter_) cvt 636 modules/imgproc/test/test_cvtyuv.cpp referenceYUV2RGB<YUV2RGB_Converter> (src, gold, cvt.yuvReader_, cvt.rgbWriter_); cvt 637 modules/imgproc/test/test_cvtyuv.cpp else if(cvt.grayWriter_) cvt 638 modules/imgproc/test/test_cvtyuv.cpp referenceYUV2GRAY<YUV2GRAY_Converter>(src, gold, cvt.yuvReader_, cvt.grayWriter_); cvt 639 modules/imgproc/test/test_cvtyuv.cpp else if(cvt.yuvWriter_) cvt 640 modules/imgproc/test/test_cvtyuv.cpp referenceRGB2YUV<RGB2YUV_Converter> (src, gold, cvt.rgbReader_, cvt.yuvWriter_); cvt 653 modules/imgproc/test/test_cvtyuv.cpp ConversionYUV cvt(code); cvt 655 modules/imgproc/test/test_cvtyuv.cpp const int scn = cvt.getScn(); cvt 656 modules/imgproc/test/test_cvtyuv.cpp const int dcn = cvt.getDcn(); cvt 661 modules/imgproc/test/test_cvtyuv.cpp if(cvt.requiresEvenWidth()) sz.width += sz.width % 2; cvt 662 modules/imgproc/test/test_cvtyuv.cpp if(cvt.requiresEvenHeight()) sz.height += sz.height % 2; cvt 669 modules/imgproc/test/test_cvtyuv.cpp Size srcSize = cvt.getSrcSize(sz); cvt 672 modules/imgproc/test/test_cvtyuv.cpp Size dstSize = cvt.getDstSize(sz); cvt 682 modules/imgproc/test/test_cvtyuv.cpp if(cvt.rgbWriter_) cvt 683 modules/imgproc/test/test_cvtyuv.cpp referenceYUV2RGB<YUV2RGB_Converter> (src, gold, cvt.yuvReader_, cvt.rgbWriter_); cvt 684 modules/imgproc/test/test_cvtyuv.cpp else if(cvt.grayWriter_) cvt 685 modules/imgproc/test/test_cvtyuv.cpp referenceYUV2GRAY<YUV2GRAY_Converter>(src, gold, cvt.yuvReader_, cvt.grayWriter_); cvt 686 modules/imgproc/test/test_cvtyuv.cpp else if(cvt.yuvWriter_) cvt 687 modules/imgproc/test/test_cvtyuv.cpp referenceRGB2YUV<RGB2YUV_Converter> (src, gold, cvt.rgbReader_, cvt.yuvWriter_);