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

1 2 34 5 6 7 8 9

  /external/kernel-headers/original/linux/
mroute6.h 178 unsigned char threshold; /* TTL threshold */ member in struct:mif_device
  /external/opencv/cv/src/
cvcontourtree.cpp 64 // threshold - threshold for the binary tree building
69 CvContourTree ** tree, double threshold )
157 e = 20.; /* initial threshold value */
236 if( s_c < threshold )
644 // threshold - threshold for the binary tree building
648 cvCreateContourTree( const CvSeq* contour, CvMemStorage* storage, double threshold )
655 IPPI_CALL( icvCreateContourTree( contour, storage, &tree, threshold ));
673 // criteria - criteria for the definition threshold valu
688 double threshold; local
    [all...]
  /external/opencv/cxcore/src/
cxsvd.cpp 1029 double threshold = 0; local
1039 threshold += w[i];
1040 threshold *= 2*DBL_EPSILON;
1047 if( wi > threshold )
1123 float threshold = 0.f; local
1133 threshold += w[i];
1134 threshold *= 2*FLT_EPSILON;
1141 if( wi > threshold )
    [all...]
  /external/oprofile/pp/
opannotate.cpp 103 if (options::threshold != 0) {
106 << options::threshold << "% of the samples\n"; member in class:__anon27121::options
477 // a medium number of times, I dunno if the used threshold is optimal
499 choice.threshold = options::threshold;
740 samples->select_filename(options::threshold);
  /frameworks/base/core/tests/coretests/src/android/hardware/display/
VirtualDisplayTest.java 476 // We use this threshold in case the display is being letterboxed when
482 final int threshold = width * height / 4; local
483 if (bluePixels > threshold) {
487 if (greenPixels > threshold) {
491 if (blackPixels > threshold) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java 245 final int threshold = (int) (defaultWidth * SEARCH_DISTANCE); local
246 final int thresholdSquared = threshold * threshold;
271 We want to select the cells which center falls between the top of the key minus the threshold,
272 and the bottom of the key plus the threshold.
273 topPixelWithinThreshold is key.mY - threshold, and bottomPixelWithinThreshold is
274 key.mY + key.mHeight + threshold.
288 v |---+---+--threshold--|-+---+---+---+---+---| |
291 | | | |***|**########------------------- key.mY | within the threshold. We align that on
327 final int topPixelWithinThreshold = keyY - threshold;
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 324 // Determine the horizontal move threshold. This is dependent on the width
326 // the threshold.
330 int threshold = static_cast<int>(ratio * kHorizontalMoveThreshold); local
336 if (abs(screen_point.x() - last_move_screen_x_) > threshold ||
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_message_filter.cc 694 // Don't refresh if the specified threshold has not been passed. Note that
701 const base::TimeDelta threshold = base::TimeDelta::FromSeconds( local
704 if (now - last_plugin_refresh_time_ >= threshold) {
705 // Only refresh if the threshold hasn't been exceeded yet.
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
afcjk.c 1558 FT_Pos threshold = 64; local
    [all...]
aflatin.c 347 /* same Y coordinate, then threshold the `closeness'... */
622 FT_Pos threshold; local
631 threshold = 40;
638 threshold = 52;
640 fitted = ( scaled + threshold ) & ~63;
    [all...]
  /external/chromium_org/third_party/freetype/src/pshinter/
pshalgo.c 1683 FT_Int threshold; local
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttinterp.h 229 FT_F26Dot6 threshold; member in struct:TT_ExecContextRec_
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
arc.c 527 double threshold = 0.05; local
544 found = (estimate_error(arc, etaA, eta_b) <= threshold);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
tcmalloc.cc 185 // infinite loop. So by default we set the threshold to a huge number
198 "trace to be dumped to stderr. The threshold for "
200 "every time we print a message so that the threshold "
1038 const int64 threshold = large_alloc_threshold; local
    [all...]
  /external/e2fsprogs/e2fsck/
pass1.c 515 unsigned int threshold; local
526 "numdirs_threshold", 0, 0, &threshold);
535 (threshold && num_dirs <= threshold))
    [all...]
  /external/freetype/src/autofit/
afcjk.c 1558 FT_Pos threshold = 64; local
    [all...]
aflatin.c 347 /* same Y coordinate, then threshold the `closeness'... */
622 FT_Pos threshold; local
631 threshold = 40;
638 threshold = 52;
640 fitted = ( scaled + threshold ) & ~63;
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 1683 FT_Int threshold; local
    [all...]
  /external/freetype/src/truetype/
ttinterp.h 229 FT_F26Dot6 threshold; member in struct:TT_ExecContextRec_
  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
Stripifier.java 1079 int threshold = cacheSize; local
1083 //split up strips into threshold-sized pieces
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 464 unsigned int threshold = (xd->block[0].dequant[1] local
467 if(threshold < x->encode_breakout)
468 threshold = x->encode_breakout;
470 if (sse < threshold )
748 * If so then prevent it from being tested and increase the threshold
756 /* Increase the threshold for coding this mode to make it less
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
arc.c 527 double threshold = 0.05; local
544 found = (estimate_error(arc, etaA, eta_b) <= threshold);
  /external/opencv/ml/src/
mlboost.cpp 1223 double sum, threshold; local
    [all...]
  /external/qemu/audio/
alsaaudio.c 140 unsigned int threshold; member in struct:__anon27504
500 static void alsa_set_threshold (snd_pcm_t *handle, snd_pcm_uframes_t threshold)
514 err = FF(snd_pcm_sw_params_set_start_threshold) (handle, sw_params, threshold);
517 alsa_logerr (err, "Failed to set software threshold to %ld\n",
518 threshold);
710 if (!in && conf.threshold) {
711 snd_pcm_uframes_t threshold; local
732 threshold = (conf.threshold * bytes_per_sec) / 1000;
733 alsa_set_threshold (handle, threshold);
    [all...]
  /external/smack/src/org/jivesoftware/smack/util/collections/
AbstractHashedMap.java 60 * The default threshold to use
91 protected transient int threshold; field in class:AbstractHashedMap
121 * @param threshold the threshold, must be sensible
123 protected AbstractHashedMap(int initialCapacity, float loadFactor, int threshold) {
127 this.threshold = threshold;
160 this.threshold = calculateThreshold(initialCapacity, loadFactor);
574 * This implementation uses the threshold to check if the map needs enlarging
577 if (size >= threshold) {
    [all...]

Completed in 1234 milliseconds

1 2 34 5 6 7 8 9