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

  /external/opencv3/modules/cudalegacy/src/
needle_map.cpp 90 cuda::minMax(u_avg, 0, &uMax);
91 cuda::minMax(v_avg, 0, &vMax);
  /external/deqp/modules/gles31/functional/
es31fIntegerStateQueryTests.cpp 613 int minMax;
619 minMax = 72;
628 minMax = 72;
635 minMax = 48;
639 minMax = 36;
644 verifyStateIntegerMin(result, gl, GL_MAX_UNIFORM_BUFFER_BINDINGS, minMax, m_verifierType);
670 int minMax;
676 minMax = 60;
685 minMax = 60;
692 minMax = 36
    [all...]
  /external/opencv3/modules/cudaarithm/test/
test_reductions.cpp 369 // MinMax
371 PARAM_TEST_CASE(MinMax, cv::cuda::DeviceInfo, cv::Size, MatDepth, UseRoi)
389 CUDA_TEST_P(MinMax, WithoutMask)
398 cv::cuda::minMax(loadMat(src), &minVal, &maxVal);
408 cv::cuda::minMax(loadMat(src, useRoi), &minVal, &maxVal);
418 CUDA_TEST_P(MinMax, Async)
440 CUDA_TEST_P(MinMax, WithMask)
450 cv::cuda::minMax(loadMat(src), &minVal, &maxVal, loadMat(mask));
460 cv::cuda::minMax(loadMat(src, useRoi), &minVal, &maxVal, loadMat(mask, useRoi));
470 CUDA_TEST_P(MinMax, NullPtr
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
PKIXNameConstraintValidator.java 651 byte minMax[][] = minMaxIPs(ip1, subnetmask1, ip2, subnetmask2);
654 max = min(minMax[1], minMax[3]);
655 min = max(minMax[0], minMax[2]);
663 byte[] ip = or(minMax[0], minMax[2]);
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXNameConstraintValidator.java 382 byte minMax[][] = minMaxIPs(ip1, subnetmask1, ip2, subnetmask2);
385 max = min(minMax[1], minMax[3]);
386 min = max(minMax[0], minMax[2]);
394 byte[] ip = or(minMax[0], minMax[2]);
    [all...]
  /external/opencv3/modules/cudaarithm/src/cuda/
minmax.cu 118 void cv::cuda::minMax(InputArray _src, double* minVal, double* maxVal, InputArray _mask)
  /external/opencv3/modules/cudaarithm/src/
reductions.cpp 62 void cv::cuda::minMax(InputArray, double*, double*, InputArray) { throw_no_cuda(); }
  /external/opencv3/modules/cudaimgproc/src/
gftt.cpp 114 cuda::minMax(eig_, 0, &maxVal);
  /cts/tests/tests/media/src/android/media/cts/
VideoEncoderTest.java 1668 private void minmax(Encoder[] encoders, boolean flexYUV) { method in class:VideoEncoderTest
    [all...]
  /external/opencv3/modules/cudaarithm/include/opencv2/
cudaarithm.hpp 586 CV_EXPORTS void minMax(InputArray src, double* minVal, double* maxVal, InputArray mask = noArray());
    [all...]
  /external/opencv3/modules/cudaarithm/perf/
perf_reductions.cpp 229 // MinMax
231 PERF_TEST_P(Sz_Depth, MinMax,
249 TEST_CYCLE() cv::cuda::minMax(d_src, &gpu_minVal, &gpu_maxVal, cv::cuda::GpuMat());
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 829 milliseconds