HomeSort by relevance Sort by last modified time
    Searched defs:threshold (Results 201 - 225 of 354) sorted by null

1 2 3 4 5 6 7 891011>>

  /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/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/opencv/cv/src/
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...]
  /external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp 1389 FX_FLOAT threshold = prev_width > this_width ? prev_width \/ 4 : this_width \/ 4; local
1728 FX_FLOAT threshold = 0; local
1964 FX_FLOAT threshold = last_width > this_width ? last_width \/ 4 : this_width \/ 4; local
    [all...]
  /frameworks/base/core/java/android/app/
ActivityManager.java 1626 public long threshold; field in class:ActivityManager.MemoryInfo
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiScanningServiceImpl.java 1444 int threshold = (100 + brightest[i].level) \/ 32 + 2; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
rdopt.c 1146 /* 64 makes this threshold really big effectively making it so that we
1781 unsigned int threshold = (xd->block[0].dequant[1] local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodeframe.c 87 // Motion vector component magnitude threshold for defining fast motion.
434 int64_t threshold = threshold_multiplier * cpi->common.base_qindex; local
443 vt.part_variances->none.variance < threshold) {
450 vt.part_variances->vert[0].variance < threshold &&
451 vt.part_variances->vert[1].variance < threshold) {
460 vt.part_variances->horz[0].variance < threshold &&
461 vt.part_variances->horz[1].variance < threshold) {
549 // we get to one that's got a variance lower than our threshold, or we
    [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...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
omap3isp.h 176 __u8 threshold; member in struct:omap3isp_h3a_af_hmf
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
omap3isp.h 176 __u8 threshold; member in struct:omap3isp_h3a_af_hmf
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
omap3isp.h 176 __u8 threshold; member in struct:omap3isp_h3a_af_hmf
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-embedder-3.2.1.jar 
commons-io-2.2.jar 
  /external/chromium_org/third_party/angle/src/libGLESv2/
Context.cpp 2411 float threshold = 0.5f; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 87 // Motion vector component magnitude threshold for defining fast motion.
418 int64_t threshold = threshold_multiplier * cpi->common.base_qindex; local
427 vt.part_variances->none.variance < threshold) {
434 vt.part_variances->vert[0].variance < threshold &&
435 vt.part_variances->vert[1].variance < threshold) {
444 vt.part_variances->horz[0].variance < threshold &&
445 vt.part_variances->horz[1].variance < threshold) {
533 // we get to one that's got a variance lower than our threshold, or we
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransactionStack.java 1400 float threshold = ((float) (serverTransactionTable.size() - serverTransactionTableLowaterMark)) local
    [all...]
  /frameworks/webview/chromium/tests/prebuilts/
android-janktesthelper.jar 
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java 1527 final int threshold = (isRtl) ? mCoordinates.contactImagesX - sSenderImageTouchSlop : local
    [all...]
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java 239 // 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...]
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/gossip/gossip/1.3/
gossip-1.3.jar 

Completed in 6212 milliseconds

1 2 3 4 5 6 7 891011>>