HomeSort by relevance Sort by last modified time
    Searched defs:srcSize (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /external/opencv3/modules/core/perf/opencl/
perf_gemm.cpp 67 const Size srcSize = get<0>(params);
71 UMat src1(srcSize, type), src2(srcSize, type), src3(srcSize, type), dst(srcSize, type);
perf_matop.cpp 24 const Size srcSize = get<0>(params);
28 checkDeviceMaxMemoryAllocSize(srcSize, type);
30 UMat src(srcSize, type);
46 const Size srcSize = get<0>(params);
50 checkDeviceMaxMemoryAllocSize(srcSize, type);
52 UMat src(srcSize, type), mask(srcSize, CV_8UC1);
68 const Size srcSize = get<0>(params);
72 checkDeviceMaxMemoryAllocSize(srcSize, type);
73 checkDeviceMaxMemoryAllocSize(srcSize, dtype)
    [all...]
perf_dxt.cpp 75 const Size srcSize = get<1>(params);
87 UMat src(srcSize, CV_MAKE_TYPE(CV_32F, in_cn)), dst(srcSize, CV_MAKE_TYPE(CV_32F, out_cn));
105 const Size srcSize = get<0>(params);
108 UMat src1(srcSize, CV_32FC2), src2(srcSize, CV_32FC2), dst(srcSize, CV_32FC2);
perf_channels.cpp 64 const Size srcSize = get<0>(params);
67 checkDeviceMaxMemoryAllocSize(srcSize, dtype);
69 UMat dst(srcSize, dtype);
73 i->create(srcSize, CV_MAKE_TYPE(depth, 1));
92 const Size srcSize = get<0>(params);
97 checkDeviceMaxMemoryAllocSize(srcSize, type);
99 UMat src(srcSize, type);
100 std::vector<UMat> dst(cn, UMat(srcSize, CV_MAKE_TYPE(depth, 1)));
135 const Size srcSize = get<0>(params);
138 checkDeviceMaxMemoryAllocSize(srcSize, type)
    [all...]
  /external/opencv3/modules/features2d/perf/opencl/
perf_brute_force_matcher.cpp 61 const Size srcSize = get<0>(params);
64 checkDeviceMaxMemoryAllocSize(srcSize, type);
67 UMat uquery(srcSize, type), utrain(srcSize, type);
82 const Size srcSize = get<0>(params);
85 checkDeviceMaxMemoryAllocSize(srcSize, type);
88 UMat uquery(srcSize, type), utrain(srcSize, type);
106 const Size srcSize = get<0>(params);
109 checkDeviceMaxMemoryAllocSize(srcSize, type)
    [all...]
  /external/opencv3/modules/imgproc/perf/opencl/
perf_blend.cpp 62 const Size srcSize = get<0>(params);
66 checkDeviceMaxMemoryAllocSize(srcSize, srcType);
68 UMat src1(srcSize, srcType), src2(srcSize, srcType), dst(srcSize, srcType);
69 UMat weights1(srcSize, CV_32FC1), weights2(srcSize, CV_32FC1);
perf_moments.cpp 64 const Size srcSize = get<0>(params);
68 UMat src(srcSize, CV_8UC1);
perf_3vs4.cpp 32 const Size srcSize = get<0>(params);
36 checkDeviceMaxMemoryAllocSize(srcSize, type);
38 UMat src(srcSize, type), dst(srcSize, type);
51 dsts[i] = UMat(srcSize, depth);
52 srcs[i] = UMat(srcSize, depth);
68 UMat src4(srcSize, type4), dst4(srcSize, type4);
85 const Size srcSize = get<0>(params);
89 checkDeviceMaxMemoryAllocSize(srcSize, type)
    [all...]
perf_accumulate.cpp 62 const Size srcSize = get<0>(params);
65 checkDeviceMaxMemoryAllocSize(srcSize, dstType);
67 UMat src(srcSize, srcType), dst(srcSize, dstType);
83 const Size srcSize = get<0>(params);
86 checkDeviceMaxMemoryAllocSize(srcSize, dstType);
88 UMat src(srcSize, srcType), dst(srcSize, dstType);
104 const Size srcSize = get<0>(params);
107 checkDeviceMaxMemoryAllocSize(srcSize, dstType)
    [all...]
perf_color.cpp 100 const Size srcSize = get<0>(params);
105 UMat src(srcSize, CV_8UC(scn)), dst(srcSize, CV_8UC(scn));
perf_matchTemplate.cpp 55 const Size srcSize = get<0>(params), templSize(5, 5);
58 UMat src(srcSize, type), templ(templSize, type);
74 const Size srcSize = GetParam(), templSize(5, 5);
76 UMat src(srcSize, CV_8UC1), templ(templSize, CV_8UC1);
perf_pyramid.cpp 63 const Size srcSize = get<0>(params);
65 const Size dstSize((srcSize.height + 1) >> 1, (srcSize.width + 1) >> 1);
68 checkDeviceMaxMemoryAllocSize(srcSize, type);
71 UMat src(srcSize, type), dst(dstSize, type);
87 const Size srcSize = get<0>(params);
89 const Size dstSize(srcSize.height << 1, srcSize.width << 1);
92 checkDeviceMaxMemoryAllocSize(srcSize, type);
95 UMat src(srcSize, type), dst(dstSize, type)
    [all...]
perf_houghLines.cpp 34 const Size srcSize = get<0>(GetParam());
39 UMat usrc(srcSize, CV_8UC1), lines(1, 1, CV_32FC2);
40 Mat src(srcSize, CV_8UC1);
perf_imgwarp.cpp 73 const Size srcSize = get<0>(params);
77 checkDeviceMaxMemoryAllocSize(srcSize, type);
79 UMat src(srcSize, type), dst(srcSize, type);
82 OCL_TEST_CYCLE() cv::warpAffine(src, dst, M, srcSize, interpolation);
105 const Size srcSize = get<0>(params);
109 checkDeviceMaxMemoryAllocSize(srcSize, type);
111 UMat src(srcSize, type), dst(srcSize, type);
114 OCL_TEST_CYCLE() cv::warpPerspective(src, dst, M, srcSize, interpolation)
    [all...]
perf_filters.cpp 66 const Size srcSize = get<0>(params);
70 checkDeviceMaxMemoryAllocSize(srcSize, type);
72 UMat src(srcSize, type), dst(srcSize, type);
90 const Size srcSize = get<0>(params), ksize = get<2>(params);
95 checkDeviceMaxMemoryAllocSize(srcSize, CV_MAKE_TYPE(ddepth, CV_MAT_CN(type)));
97 UMat src(srcSize, type), dst(srcSize, type);
113 const Size srcSize = get<0>(params);
117 checkDeviceMaxMemoryAllocSize(srcSize, type)
    [all...]
perf_imgproc.cpp 61 const Size srcSize = GetParam();
64 checkDeviceMaxMemoryAllocSize(srcSize, CV_8UC1);
66 UMat src(srcSize, CV_8UC1), dst(srcSize, CV_8UC1);
80 const Size srcSize = GetParam();
88 checkDeviceMaxMemoryAllocSize(srcSize, CV_8UC1);
90 UMat src(srcSize, CV_8UC1), hist(256, 1, CV_32FC1);
104 const Size srcSize = GetParam();
112 checkDeviceMaxMemoryAllocSize(srcSize, CV_8UC1);
114 UMat src(srcSize, CV_8UC1), hist(256, 1, CV_32FC1), dst(srcSize, CV_8UC1)
    [all...]
  /external/opencv3/modules/imgproc/perf/
perf_moments.cpp 27 const Size srcSize = get<0>(params);
32 Mat src(srcSize, srcDepth);
perf_distanceTransform.cpp 52 Size srcSize = get<0>(GetParam());
57 Mat src(srcSize, CV_8U);
58 Mat dst(srcSize, dstType);
81 Size srcSize = get<0>(GetParam());
86 Mat src(srcSize, CV_8U);
87 Mat label(srcSize, CV_32S);
88 Mat dst(srcSize, CV_32F);
  /external/opencv3/modules/video/perf/opencl/
perf_optflow_dualTVL1.cpp 75 const Size srcSize = frame0.size();
86 UMat uFlow(srcSize, CV_32FC2);
perf_optflow_farneback.cpp 80 const Size srcSize = frame0.size();
97 UMat uFlow(srcSize, CV_32FC2);
  /external/opencv3/modules/stitching/perf/opencl/
perf_warpers.cpp 63 explicit WarperBase(int type, Size srcSize)
75 K.at<float>(0,0) = (float)srcSize.width;
76 K.at<float>(0,2) = (float)srcSize.width/2;
77 K.at<float>(1,1) = (float)srcSize.height;
78 K.at<float>(1,2) = (float)srcSize.height/2;
81 float scale = (float)srcSize.width;
106 static void prepareWarperSrc(InputOutputArray src, Size srcSize)
108 src.create(srcSize, CV_8UC1);
110 ellipse(src, Point(srcSize.width/2, srcSize.height/2), Size(srcSize.width/2, srcSize.height/2)
    [all...]
  /external/skia/src/images/
SkImageDecoder_wbmp.cpp 135 size_t srcSize = height * srcRB;
136 uint8_t* src = dst + decodedBitmap->getSize() - srcSize;
137 if (stream->read(src, srcSize) != srcSize) {
  /external/skia/bench/
SkLinearBitmapPipelineBench.cpp 18 SkISize srcSize,
29 fSrcSize = srcSize;
114 SkISize srcSize,
120 : CommonBitmapFPBenchmark(srcSize, colorProfile, m, useBilerp, xTile, yTile) { }
160 SkISize srcSize,
166 : CommonBitmapFPBenchmark(srcSize, colorProfile, m, useBilerp, xTile, yTile) { }
216 static SkISize srcSize = SkISize::Make(120, 100);
219 srcSize, kSRGB_SkColorProfileType, mI, false,
223 srcSize, kLinear_SkColorProfileType, mI, false,
227 srcSize, kLinear_SkColorProfileType, mI, false
    [all...]
  /frameworks/base/media/java/android/media/
ImageUtils.java 110 Size srcSize = new Size(src.getWidth(), src.getHeight());
112 if (!srcSize.equals(dstSize)) {
113 throw new IllegalArgumentException("source image size " + srcSize + " is different"
  /external/deqp/modules/gles3/functional/
es3fBufferCopyTests.cpp 54 int srcSize,
65 , m_srcSize (srcSize)
285 int srcSize;
292 // srcSize dstSize srcOffs dstOffs copySize
310 srcTarget, cases[ndx].srcSize, hint,

Completed in 445 milliseconds

1 2 3 4