HomeSort by relevance Sort by last modified time
    Searched refs:threshold (Results 451 - 475 of 1091) sorted by null

<<11121314151617181920>>

  /external/opencv3/modules/ml/src/
boost.cpp 348 double threshold = i < n ? result[i] : DBL_MAX; local
354 if( w->sample_weights[si] >= threshold )
  /external/tcpdump/
print-slow.c 156 uint8_t threshold[8]; member in struct:slow_oam_link_event_t
596 "\n\t Errored Threshold %" PRIu64
602 EXTRACT_64BITS(&tlv.slow_oam_link_event->threshold),
  /frameworks/native/cmds/flatland/
Main.cpp 616 const double threshold = .0025; local
675 } while (fabs(result - prevResult) > threshold * result);
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalZone.java 164 Log.i(TAG, "states-threshold map:" + s.toString());
346 // In Uevent mode, if any threshold specified for a particular
347 // zone exceeds the max threshold temp, we de-activate that zone.
387 // Zone de-activated when any threshold for that zone is
388 // above the allowed Max threshold.
391 ". Zone Threshold exceeds max trip temp:" + mTripMax);
397 Log.i(TAG, "deactivate zone:" + getZoneName() + " threshold list is NULL! ");
433 + " mismatch of polldelay and threshold list in polling mode!");
527 int threshold = ThermalUtils.getLowerThresholdTemp(prevZoneState, mZoneTempThresholds); local
530 if (newZoneState < prevZoneState && getZoneTemp() > (threshold - getDBInterval()))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
csv.py 340 # minimum consistency threshold
341 threshold = 0.9
342 while len(delims) == 0 and consistency >= threshold:
  /prebuilts/gdb/linux-x86/lib/python2.7/
csv.py 340 # minimum consistency threshold
341 threshold = 0.9
342 while len(delims) == 0 and consistency >= threshold:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
csv.py 340 # minimum consistency threshold
341 threshold = 0.9
342 while len(delims) == 0 and consistency >= threshold:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
csv.py 340 # minimum consistency threshold
341 threshold = 0.9
342 while len(delims) == 0 and consistency >= threshold:
  /external/libopus/src/
opus_encoder.c 111 middle (memoriless) threshold. The second column is the hysteresis
137 /* Threshold bit-rates for switching between mono and stereo */
141 /* Threshold bit-rate for switching between SILK/hybrid and CELT-only */
1258 int threshold, hysteresis; local
    [all...]
  /bionic/libc/arch-arm/krait/bionic/
memcpy_base.S 43 #error PLD threshold must be greater than or equal to the PLD offset
  /bionic/libc/kernel/uapi/linux/
omap3isp.h 176 __u8 threshold; member in struct:omap3isp_h3a_af_hmf
  /development/ndk/platforms/android-21/include/linux/
omap3isp.h 176 __u8 threshold; member in struct:omap3isp_h3a_af_hmf
  /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
Rotation.java 205 * threshold, then the matrix is considered to be too far from a
209 * @param threshold convergence threshold for the iterative
212 * correction is below this threshold)
216 * with the given threshold, or if the determinant of the resulting
220 public Rotation(double[][] m, double threshold)
232 double[][] ort = orthogonalizeMatrix(m, threshold);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiSmokeTests.cpp 918 const tcu::UVec4 threshold (0u);
929 threshold,
    [all...]
  /external/deqp/modules/glshared/
glsBufferTestUtil.cpp 578 tcu::RGBA threshold = renderTarget.getPixelFormat().getColorThreshold() + tcu::RGBA(3,3,3,3);
639 if (!tcu::pixelThresholdCompare(m_log, "RenderResult", imageSetDesc.c_str(), reference, rendered, threshold, tcu::COMPARE_LOG_RESULT))
763 const tcu::RGBA threshold (0,0,0,0);
837 if (!tcu::pixelThresholdCompare(m_log, "RenderResult", imageSetDesc.c_str(), referenceImg, indexBufferImg, threshold, tcu::COMPARE_LOG_RESULT))
  /external/eigen/Eigen/src/Core/
TriangularMatrix.h 804 RealScalar threshold = maxAbsOnUpperPart * prec; local
807 if(abs(coeff(i, j)) > threshold) return false;
827 RealScalar threshold = maxAbsOnLowerPart * prec; local
832 if(abs(coeff(i, j)) > threshold) return false;
  /external/fec/
sse2bfly27.s 131 # show that a higher threshold could be used without affecting BER performance
  /external/freetype/src/autofit/
aftypes.h 91 FT_Pos threshold );
  /external/kernel-headers/original/uapi/linux/
omap3isp.h 252 __u8 threshold; /* Threshold Value for Horizontal Median Filter */ member in struct:omap3isp_h3a_af_hmf
451 * @thres: Horizontal median filter threshold.
474 * @gradthrs_vert: CFA Gradient Threshold - Vertical.
475 * @gradthrs_horz: CFA Gradient Threshold - Horizontal.
488 * @thres: Threshold.
615 * between the pixels in the image along with the filter threshold.
617 * format in the image, vertical and horizontal gradient threshold.
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
aftypes.h 93 FT_Pos threshold );
  /external/opencv3/modules/cudafeatures2d/include/opencv2/
cudafeatures2d.hpp 296 @param maxDistance Threshold for the distance between matched descriptors. Distance means here
330 @param maxDistance Threshold for the distance between matched descriptors. Distance means here
438 static Ptr<FastFeatureDetector> create(int threshold=10,
  /external/opencv3/modules/cudafeatures2d/test/
test_features2d.cpp 61 int threshold; local
67 threshold = GET_PARAM(1);
79 cv::Ptr<cv::cuda::FastFeatureDetector> fast = cv::cuda::FastFeatureDetector::create(threshold, nonmaxSuppression);
99 cv::FAST(image, keypoints_gold, threshold, nonmaxSuppression);
  /external/opencv3/modules/cudaimgproc/src/
gftt.cpp 58 int findCorners_gpu(PtrStepSzf eig, float threshold, PtrStepSzb mask, float2* corners, int max_count);
  /external/opencv3/modules/cudalegacy/src/
gmg.cpp 224 cuda::threshold(buf_, fgmask, thresh, 255.0, THRESH_BINARY, stream);
  /external/opencv3/modules/cudalegacy/test/
test_labeling.cpp 175 cv::threshold(image, image, 150, 255, cv::THRESH_BINARY);

Completed in 542 milliseconds

<<11121314151617181920>>