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

  /external/opencv3/modules/cudaarithm/test/
test_gpumat.cpp 246 int depth2; local
254 depth2 = GET_PARAM(3);
265 if ((depth1 == CV_64F || depth2 == CV_64F) && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE))
271 d_src.convertTo(dst, depth2);
281 cv::cuda::GpuMat dst = createMat(size, depth2, useRoi);
282 d_src.convertTo(dst, depth2);
285 src.convertTo(dst_gold, depth2);
287 EXPECT_MAT_NEAR(dst_gold, dst, depth2 < CV_32F ? 1.0 : 1e-4);
297 if ((depth1 == CV_64F || depth2 == CV_64F) && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE))
303 d_src.convertTo(dst, depth2, a, b)
    [all...]
test_element_operations.cpp 2472 int depth2; local
    [all...]
  /external/opencv3/modules/core/perf/cuda/
perf_gpumat.cpp 171 const int depth2 = GET_PARAM(2); local
184 TEST_CYCLE() d_src.convertTo(dst, depth2, a, b);
190 TEST_CYCLE() src.convertTo(dst, depth2, a, b);
  /external/opencv3/modules/core/src/
arithm.cpp 1520 int type2 = psrc2->type(), depth2 = CV_MAT_DEPTH(type2), cn2 = CV_MAT_CN(type2); local
1823 int type2 = haveScalar ? wtype : _src2.type(), depth2 = CV_MAT_DEPTH(type2); local
1935 int type2 = psrc2->type(), depth2 = CV_MAT_DEPTH(type2), cn2 = CV_MAT_CN(type2); local
4894 type2 = _src2.type(), depth2 = CV_MAT_DEPTH(type2); local
5027 int cn = src1.channels(), depth1 = src1.depth(), depth2 = src2.depth(); local
    [all...]
  /external/opencv3/modules/cudaarithm/perf/
perf_element_operations.cpp 1191 const int depth2 = GET_PARAM(2); local
1197 cv::Mat src2(size, depth2);
    [all...]
  /external/libxml2/
xpath.c 152 int depth1, depth2; local
364 for (depth2 = 0, cur = node2; cur->parent != NULL; cur = cur->parent) {
367 depth2++;
384 while (depth1 > depth2) {
388 while (depth2 > depth1) {
389 depth2--;
3275 int depth1, depth2; local
    [all...]
  /external/guice/extensions/persist/lib/
jaxen-1.1-beta-7.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-compat-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.6/
jaxen-1.1.6.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 242 milliseconds