HomeSort by relevance Sort by last modified time
    Searched defs:threshold (Results 76 - 100 of 164) sorted by null

1 2 34 5 6 7

  /external/opencv/cv/include/
cvtypes.h 342 float* threshold; member in struct:CvHaarClassifier
352 float threshold; member in struct:CvHaarStageClassifier
  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 69 int threshold; member in struct:MyCvHidHaarTreeNode
89 float threshold; member in struct:MyCvHidHaarStageClassifier
270 hid_stage_classifier->threshold = stage_classifier->threshold - icv_stage_threshold_bias;
300 node->threshold = (int)((classifier->threshold[l]) * 65536.0);
351 ipp_thresholds[j] = classifier->threshold[0];
411 double t = node->threshold * variance_norm_factor;
534 // if( stage_sum >= ptr->threshold )
562 int t = node->threshold * variance_norm_factor
    [all...]
cvhaar.cpp 69 float threshold; member in struct:CvHidHaarTreeNode
89 float threshold; member in struct:CvHidHaarStageClassifier
288 hid_stage_classifier->threshold = stage_classifier->threshold - icv_stage_threshold_bias;
318 node->threshold = classifier->threshold[l];
369 ipp_thresholds[j] = classifier->threshold[0];
673 double t = node->threshold * variance_norm_factor;
744 if( stage_sum >= ptr->threshold )
772 double sum, t = node->threshold*variance_norm_factor, a, b
1545 float threshold = 0; local
    [all...]
  /frameworks/base/core/java/android/app/
ActivityManager.java 1156 public long threshold; field in class:ActivityManager.MemoryInfo
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 629 private static final int THRESHOLD = 8; // absolute pseudo energy threshold
650 int threshold = THRESHOLD*sampleCount; // absolute energy threshold local
678 if (energy > threshold && energy > (prevE * 2) && prevE != 0) {
679 // rising edge if energy doubled and > abs threshold
685 if (energy < threshold || energy < (prevE / 2)){
700 if (energy < threshold || energy < (peak / 2)) {
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XInput.h 496 int threshold; member in struct:__anon25775
570 int threshold; member in struct:__anon25781
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XInput.h 496 int threshold; member in struct:__anon27365
570 int threshold; member in struct:__anon27371
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XInput.h 496 int threshold; member in struct:__anon28880
570 int threshold; member in struct:__anon28886
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 1128 int threshold = get_value(); local
1185 int threshold = di.get_value() << (8 - GGL_DITHER_BITS); local
1305 int threshold = di.get_value() << (8 - GGL_DITHER_BITS); local
1360 int threshold = di.get_value() << (8 - GGL_DITHER_BITS); local
    [all...]
  /dalvik/tools/dmtracedump/
TraceDump.c 225 int threshold; member in struct:Options
    [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 112 * its capacity threshold.
138 * of reads and delaying a lock acquisition until the threshold is crossed or a mutation occurs.
2083 int threshold; field in class:LocalCache.Segment
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java 93 * its capacity threshold.
119 * of reads and delaying a lock acquisition until the threshold is crossed or a mutation occurs.
2089 int threshold; field in class:MapMakerInternalMap.Segment
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.cpp 1908 float threshold = 0.5f; local
    [all...]
  /external/webkit/Source/WebCore/page/
EventHandler.cpp 2656 int threshold = GeneralDragHysteresis; local
    [all...]
  /frameworks/base/core/java/android/view/
HardwareRenderer.java 702 * An optional threshold value.
704 * @return A value >= 0 to draw the threshold, a negative value
739 * Prepares the paint to draw the threshold.
1922 float threshold = mDebugDataProvider.getThreshold(); local
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 494 int threshold = MmsConfig.getSmsToMmsTextThreshold(); local
495 setLengthRequiresMms(threshold > 0 && smsSegmentCount > threshold, false);
    [all...]
  /dalvik/vm/
Globals.h 115 * Lock profiling threshold value in milliseconds. Acquires that
116 * exceed threshold are logged. Acquires within the threshold are
117 * logged with a probability of $\frac{time}{threshold}$ . If the
118 * threshold is unset no additional logging occurs.
787 /* Array of compilation trigger threshold counters */
809 unsigned short threshold; member in struct:DvmJitGlobals
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransactionStack.java 1400 float threshold = ((float) (serverTransactionTable.size() - serverTransactionTableLowaterMark)) local
    [all...]
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java 241 // Any change in height in the message list view greater than this threshold will not
590 int threshold = MmsConfig.getSmsToMmsTextThreshold(); local
591 mWorkingMessage.setLengthRequiresMms(threshold > 0 && msgCount > threshold, true);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 2982 milliseconds

1 2 34 5 6 7