HomeSort by relevance Sort by last modified time
    Searched defs:threshold (Results 176 - 200 of 378) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp 1637 const float threshold = 0.05f; \/\/ Same as used in shaders - should be fine for values being used. local
    [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 117 * its capacity threshold.
143 * of reads and delaying a lock acquisition until the threshold is crossed or a mutation occurs.
2033 int threshold; field in class:LocalCache.Segment
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java 92 * its capacity threshold.
118 * of reads and delaying a lock acquisition until the threshold is crossed or a mutation occurs.
2039 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/libdrm/intel/
intel_bufmgr_gem.c 2944 unsigned int threshold = bufmgr_gem->gtt_size * 3 \/ 4; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 1140 /* 64 makes this threshold really big effectively making it so that we
1775 unsigned int threshold = (xd->block[0].dequant[1] local
    [all...]
  /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 37 FX_FLOAT _NormalizeThreshold(FX_FLOAT threshold)
39 if (threshold < 300) {
40 return threshold / 2.0f;
41 } else if (threshold < 500) {
42 return threshold / 4.0f;
43 } else if (threshold < 700) {
44 return threshold / 5.0f;
46 return threshold / 6.0f;
1398 FX_FLOAT threshold = prev_width > this_width ? prev_width \/ 4 : this_width \/ 4; local
1718 FX_FLOAT threshold = 0; local
1796 FX_FLOAT threshold = charinfo.m_Matrix.TransformXDistance((FX_FLOAT)TEXT_CHARRATIO_GAPDELTA * pTextObj->GetFontSize()); local
2013 FX_FLOAT threshold = last_width > this_width ? last_width \/ 4 : this_width \/ 4; local
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiScanningServiceImpl.java 1679 int threshold = (100 + brightest[i].level) \/ 32 + 2; local
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
ItemTouchHelper.java 317 // in a non scroll orientation, if distance change is above threshold, we
814 final float threshold = mCallback.getMoveThreshold(viewHolder); local
1200 final float threshold = mRecyclerView.getWidth() * mCallback local
1223 final float threshold = mRecyclerView.getHeight() * mCallback 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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
omap3isp.h 251 __u8 threshold; /* Threshold Value for Horizontal Median Filter */ member in struct:omap3isp_h3a_af_hmf
449 * @thres: Horizontal median filter threshold.
472 * @gradthrs_vert: CFA Gradient Threshold - Vertical.
473 * @gradthrs_horz: CFA Gradient Threshold - Horizontal.
486 * @thres: Threshold.
613 * between the pixels in the image along with the filter threshold.
615 * format in the image, vertical and horizontal gradient threshold.
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
omap3isp.h 176 __u8 threshold; member in struct:omap3isp_h3a_af_hmf
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
omap3isp.h 176 __u8 threshold; member in struct:omap3isp_h3a_af_hmf
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
omap3isp.h 176 __u8 threshold; member in struct:omap3isp_h3a_af_hmf
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
omap3isp.h 176 __u8 threshold; member in struct:omap3isp_h3a_af_hmf
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
omap3isp.h 176 __u8 threshold; member in struct:omap3isp_h3a_af_hmf
  /prebuilts/ndk/9/platforms/android-21/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 
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 56 // Motion vector component magnitude threshold for defining fast motion.
339 int64_t threshold = threshold_multiplier * cpi->common.base_qindex; local
348 vt.part_variances->none.variance < threshold) {
355 vt.part_variances->vert[0].variance < threshold &&
356 vt.part_variances->vert[1].variance < threshold) {
365 vt.part_variances->horz[0].variance < threshold &&
366 vt.part_variances->horz[1].variance < threshold) {
454 // we get to one that's got a variance lower than our threshold, or we
1246 int threshold = 0; local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransactionStack.java 1400 float threshold = ((float) (serverTransactionTable.size() - serverTransactionTableLowaterMark)) local
    [all...]
  /frameworks/base/core/java/android/app/
ActivityManager.java 1689 public long threshold; field in class:ActivityManager.MemoryInfo
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi_nan.h 445 Threshold Crossing Alert (TCA) Id crosses an integral threshold in a particular direction.
449 NanTcaId tca_id; /* Nan Protocol Threshold Crossing Alert (TCA) Codes */
460 /* 32 bit value which represents the threshold to be used.*/
461 u32 threshold; member in struct:__anon25038
780 /* This event in obtained when the cluser size threshold
  /hardware/qcom/wlan/qcwcn/wifi_hal/
nan_i.h 691 u32 threshold; member in struct:PACKED

Completed in 877 milliseconds

1 2 3 4 5 6 78 91011>>