HomeSort by relevance Sort by last modified time
    Searched refs:threshold (Results 251 - 275 of 605) sorted by null

<<11121314151617181920>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyx.h 203 /* early breakout threshold: for video conf recommend 800 */
261 int vp8_set_roimap(struct VP8_COMP* comp, unsigned char *map, unsigned int rows, unsigned int cols, int delta_q[4], int delta_lf[4], unsigned int threshold[4]);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
Shape.cpp 178 PassOwnPtr<Shape> Shape::createRasterShape(Image* image, float threshold, const LayoutRect& imageR, const LayoutRect& marginR, WritingMode writingMode, float margin)
191 uint8_t alphaPixelThreshold = threshold * 255;
  /external/chromium_org/third_party/brotli/src/brotli/enc/
cluster.h 61 // it is below a threshold, stores the pair (idx1, idx2) in the *pairs heap.
91 double threshold = pairs->empty() ? 1e99 : local
96 if (cost_combo < threshold - p.cost_diff) {
  /external/chromium_org/v8/test/webkit/
dfg-dead-unreachable-code-with-chain-of-dead-unchecked-nodes.js 38 // Since the function contains unreachable code we need a higher optimization threshold.
  /external/deqp/modules/gles2/functional/
es2fDepthTests.cpp 177 const float threshold = 0.02f; local
178 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
es2fTextureUnitTests.cpp 430 const float threshold = 0.1f; local
439 if (de::abs(lodMax) < threshold || (lodMax > 0.0f && de::abs(deFloatFrac(lodMax) - 0.5f) < threshold) ||
440 de::abs(lodMin) < threshold || (lodMin > 0.0f && de::abs(deFloatFrac(lodMin) - 0.5f) < threshold) ||
812 const float threshold = 0.001f; local
813 bool isOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDepthTests.cpp 180 const float threshold = 0.02f; local
181 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
es3fFboMultisampleTests.cpp 229 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_colorFormat), tcu::RGBA(12, 12, 12, 12)));
231 return tcu::bilinearCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference.getAccess(), result.getAccess(), threshold, tcu::COMPARE_LOG_RESULT);
  /external/opencv/cv/src/
cvmatchcontours.cpp 219 // threshold - threshold for the contour trees matching
224 int method, double threshold )
383 while( i > 0 && match_v < threshold );
_cvipp.h 628 CvSize size, uchar threshold, uchar value ))
632 CvSize size, float threshold, float value ))
636 CvSize size, uchar threshold, uchar value ))
640 CvSize size, float threshold, float value ))
    [all...]
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...]
  /external/oprofile/pp/
opgprof.cpp 189 choice.threshold = options::threshold;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java 62 public void setAutoCorrectionThreshold(final float threshold) {
63 mAutoCorrectionThreshold = threshold;
  /external/chromium_org/chrome/browser/thumbnails/
content_analysis_unittest.cc 444 float threshold = AutoSegmentPeaks(profile_info); local
445 EXPECT_GT(threshold, 0); // Not much to expect.
447 // There should be roughly 50% above and below the threshold.
452 std::bind2nd(std::greater<float>(), threshold));
460 threshold = AutoSegmentPeaks(profile_info);
465 std::bind2nd(std::greater<float>(), threshold));
466 EXPECT_LT(above_count, 500); // Negative y expected to fall below threshold.
473 std::bind2nd(std::greater<float>(), threshold));
524 // Make sure that threshold falls somewhere reasonable.
  /external/eigen/Eigen/src/SVD/
JacobiSVD.h 680 * For that, it uses the threshold value that you can control by calling
688 RealScalar premultiplied_threshold = m_singularValues.coeff(0) * threshold();
694 /** Allows to prescribe a threshold to be used by certain methods, such as rank() and solve(),
698 * When it needs to get the threshold value, Eigen calls threshold().
701 * \param threshold The new value to use as the threshold.
704 * \f$ \vert singular value \vert \leqslant threshold \times \vert max singular value \vert \f$.
708 JacobiSVD& setThreshold(const RealScalar& threshold)
711 m_prescribedThreshold = threshold;
733 RealScalar threshold() const function in class:Eigen::JacobiSVD
    [all...]
  /external/valgrind/main/cachegrind/
cg_annotate.in 128 # all the threshold counts.
152 --threshold=<0--20> a function is shown if it accounts for more than x% of
155 that helped reach the event count threshold [no]
197 # --sort=A:99,B:95,C:90. These will override any --threshold
217 # --threshold=X (tolerates a trailing '%')
218 } elsif ($arg =~ /^--threshold=([\d\.]+)%?$/) {
375 # If multiple threshold args weren't given via --sort, stick in the single
376 # threshold (either from --threshold if used, or the default otherwise) for
617 # Print functions, stopping when the threshold has been reached
    [all...]
  /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...]
  /development/perftests/panorama/feature_stab/db_vlvm/
db_feature_detection.cpp 1631 float max_val,threshold; local
1730 float max_val,threshold; local
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 1631 float max_val,threshold; local
1730 float max_val,threshold; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 1631 float max_val,threshold; local
1730 float max_val,threshold; local
    [all...]
  /external/chromium_org/third_party/flot/
jquery.flot.pie.min.js 41 threshold: 0-1 for the percentage value at which to hide labels (if they're too small)
44 threshold: 0-1 for the percentage value at which to combine slices (if they're too small)
56 */(function(e){function r(r){function p(t,n,r){l||(l=!0,s=t.getCanvas(),o=e(s).parent(),i=t.getOptions(),t.setData(d(t.getData())))}function d(t){var n=0,r=0,s=0,o=i.series.pie.combine.color,u=[];for(var a=0;a<t.length;++a){var f=t[a].data;e.isArray(f)&&f.length==1&&(f=f[0]),e.isArray(f)?!isNaN(parseFloat(f[1]))&&isFinite(f[1])?f[1]=+f[1]:f[1]=0:!isNaN(parseFloat(f))&&isFinite(f)?f=[1,+f]:f=[1,0],t[a].data=[f]}for(var a=0;a<t.length;++a)n+=t[a].data[0][1];for(var a=0;a<t.length;++a){var f=t[a].data[0][1];f/n<=i.series.pie.combine.threshold&&(r+=f,s++,o||(o=t[a].color))}for(var a=0;a<t.length;++a){var f=t[a].data[0][1];(s<2||f/n>i.series.pie.combine.threshold)&&u.push({data:[[1,f]],color:t[a].color,label:t[a].label,angle:f*Math.PI*2/n,percent:f/(n/100)})}return s>1&&u.push({data:[[1,r]],color:o,label:i.series.pie.combine.label,angle:r*Math.PI*2/n,percent:r/(n/100)}),u}function v(r,s){function y(){c.clearRect(0,0,h,p),o.children().filter(".pieLabel, .pieLabelBackground").remove()}function b(){var e=i.series.pie.shadow.left,t=i.series.pie.shadow.top,n=10,r=i.series.pie.shadow.alpha,s=i.series.pie.radius>1?i.series.pie.radius:u*i.series.pie.radius;if(s>=h/2-e||s*i.series.pie.tilt>=p/2-t||s<=n)return;c.save(),c.translate(e,t),c.globalAlpha=r,c.fillStyle="#000",c.translate(a,f),c.scale(1,i.series.pie.tilt);for(var o=1;o<=n;o++)c.beginPath(),c.arc(0,0,s,0,Math.PI*2,!1),c.fill(),s-=o;c.restore()}function w(){function l(e,t,i){if(e<=0||isNaN(e))return;i?c.fillStyle=t:(c.strokeStyle=t,c.lineJoin="round"),c.beginPath(),Math.abs(e-Math.PI*2)>1e-9&&c.moveTo(0,0),c.arc(0,0,n,r,r+e/2,!1),c.arc(0,0,n,r+e/2,r+e,!1),c.closePath(),r+=e,i?c.fill():c.stroke()}function d(){function l(t,n,s){if(t.data[0][1]==0)return!0;var u=i.legend.labelFormatter,l,c=i.series.pie.label.formatter;u?l=u(t.label,t):l=t.label,c&&(l=c(l,t));var d=(n+t.angle+n)/2,v=a+Math.round(Math.cos(d)*r),m=f+Math.round(Math.sin(d)*r)*i.series.pie.tilt,g="<span class='pieLabel' id='pieLabel"+s+"' style='position:absolute;top:"+m+"px;left:"+v+"px;'>"+l+"</span>";o.append(g);var y=o.children("#pieLabel"+s),b=m-y.height()/2,w=v-y.width()/2;y.css("top",b),y.css("left",w);if(0-b>0||0-w>0||p-(b+y.height())<0||h-(w+y.width())<0)return!1;if(i.series.pie.label.background.opacity!=0){var E=i.series.pie.label.background.color;E==null&&(E=t.color);var S="top:"+b+"px;left:"+w+"px;";e("<div class='pieLabelBackground' style='position:absolute;width:"+y.width()+"px;height:"+y.height()+"px;"+S+"background-color:"+E+";'></div>").css("opacity",i.series.pie.label.background.opacity).insertBefore(y)}return!0}var n=t,r=i.series.pie.label.radius>1?i.series.pie.label.radius:u*i.series.pie.label.radius;for(var s=0;s<v.length;++s){if(v[s].percent>=i.series.pie.label.threshold*100&&!l(v[s],n,s))return!1;n+=v[s].angle}return!0}var t=Math.PI*i.series.pie.startAngle,n=i.series.pie.radius>1?i.series.pie.radius:u*i.series.pie.radius;c.save(),c.translate(a,f),c.scale(1,i.series.pie.tilt),c.save();var r=t;for(var s=0;s<v.length;++s)v[s].startAngle=r,l(v[s].angle,v[s].color,!0);c.restore();if(i.series.pie.stroke.width>0){c.save(),c.lineWidth=i.series.pie.stroke.width,r=t;for(var s=0;s<v.length;++s)l(v[s].angle,i.series.pie.stroke.color,!1);c.restore()}return m(c),c.restore(),i.series.pie.label.show?d():!0}if(!o)return;var h=r.getPlaceholder().width(),p=r.getPlaceholder().height(),d=o.children().filter(".legend").children().width()||0;c=s,l=!1,u=Math.min(h,p/i.series.pie.tilt)/2,f=p/2+i.series.pie.offset.top,a=h/2,i.series.pie.offset.left=="auto"?i.legend.position.match("w")?a+=d/2:a-=d/2:a+=i.series.pie.offset.left,a<u?a=u:a>h-u&&(a=h-u);var v=r.getData(),g=0;do g>0&&(u*=n),g+=1,y(),i.series.pie.tilt<=.8&&b();while(!w()&&g<t);g>=t&&(y(),o.prepend("<div class='error'>Could not draw pie with labels contained inside canvas</div>")),r.setSeries&&r.insertLegend&&(r.setSeries(v),r.insertLegend())}function m(e){if(i.series.pie.innerRadius>0){e.save();var t=i.series.pie.innerRadius>1?i.series.pie.innerRadius:u*i.series.pie.innerRadius;e.globalCompositeOperation="destination-out",e.beginPath(),e.fillStyle=i.series.pie.stroke.color,e.arc(0,0,t,0,Math.PI*2,!1),e.fill(),e.closePath(),e.restore(),e.save(),e.beginPath(),e.strokeStyle=i.series.pie.stroke.color,e.arc(0,0,t,0,Math.PI*2,!1),e.stroke(),e.closePath(),e.restore()}}function g(e,t){for(var n=!1,r=-1,i=e.length,s=i-1;++r<i;s=r)(e[r][1]<=t[1]&&t[1]<e[s][1]||e[s][1]<=t[1]&&t[1]<e[r][1])&&t[0]<(e[s][0]-e[r][0])*(t[1]-e[r][1])/(e[s][1]-e[r][1])+e[r][0]&&(n=!n);return n}function y(e,t){var n=r.getData(),i=r.getOptions(),s=i.series.pie.radius>1?i.series.pie.radius:u*i.series.pie.radius,o,l;for(var h=0;h<n.length;++h){var p=n[h];if(p.pie.show){c.save(),c.beginPath(),c.moveTo(0,0),c.arc(0,0,s,p.startAngle,p.startAngle+p.angle/2,!1),c.arc(0,0,s,p.startAngle+p.angle/2,p.startAngle+p.angle,!1),c.closePath(),o=e-a,l=t-f;if(c.isPointInPath){if(c.isPointInPath(e-a,t-f))return c.restore(),{datapoint:[p.percent,p.data],dataIndex:0,series:p,seriesIndex:h}}else{var d=s*Math.cos(p.startAngle),v=s*Math.sin(p.startAngle),m=s*Math.cos(p.startAngle+p.angle/4),y=s*Math.sin(p.startAngle+p.angle/4),b=s*Math.cos(p.startAngle+p.angle/2),w=s*Math.sin(p.startAngle+p.angle/2),E=s*Math.cos(p.startAngle+p.angle/1.5),S=s*Math.sin(p.startAngle+p.angle/1.5),x=s*Math.cos(p.startAngle+p.angle),T=s*Math.sin(p.startAngle+p.angle),N=[[0,0],[d,v],[m,y],[b,w],[E,S],[x,T]],C=[o,l];if(g(N,C))return c.restore(),{datapoint:[p.percent,p.data],dataIndex:0,series:p,seriesIndex:h}}c.restore()}}return null}function b(e){E("plothover",e)}function w(e){E("plotclick",e)}function E(e,t){var n=r.offset(),s=parseInt(t.pageX-n.left),u=parseInt(t.pageY-n.top),a=y(s,u);if(i.grid.autoHighlight)for(var f=0;f<h.length;++f){var l=h[f];l.auto==e&&(!a||l.series!=a.series)&&x(l.series)}a&&S(a.series,e);var c={pageX:t.pageX,pageY:t.pageY};o.trigger(e,[c,a])}function S(e,t){var n=T(e);n==-1?(h.push({series:e,auto:t}),r.triggerRedrawOverlay()):t||(h[n].auto=!1)}function x(e){e==null&&(h=[],r.triggerRedrawOverlay());var t=T(e);t!=-1&&(h.splice(t,1),r.triggerRedrawOverlay())}function T(e){for(var t=0;t<h.length;++t){var n=h[t];if(n.series==e)return t}return-1}function N(e,t){function s(e){if(e.angle<=0||isNaN(e.angle))return;t.fillStyle="rgba(255, 255, 255, "+n.series.pie.highlight.opacity+")",t.beginPath(),Math.abs(e.angle-Math.PI*2)>1e-9&&t.moveTo(0,0),t.arc(0,0,r,e.startAngle,e.startAngle+e.angle/2,!1),t.arc(0,0,r,e.startAngle+e.angle/2,e.startAngle+e.angle,!1),t.closePath(),t.fill()}var n=e.getOptions(),r=n.series.pie.radius>1?n.series.pie.radius:u*n.series.pie.radius;t.save(),t.translate(a,f),t.scale(1,n.series.pie.tilt);for(var i=0;i<h.length;++i)s(h[i].series);m(t),t.restore()}var s=null,o=null,u=null,a=null,f=null,l=!1,c=null,h=[];r.hooks.processOptions.push(function(e,t){t.series.pie.show&&(t.grid.show=!1,t.series.pie.label.show=="auto"&&(t.legend.show?t.series.pie.label.show=!1:t.series.pie.label.show=!0),t.series.pie.radius=="auto"&&(t.series.pie.label.show?t.series.pie.radius=.75:t.series.pie.radius=1),t.series.pie.tilt>1?t.series.pie.tilt=1:t.series.pie.tilt<0&&(t.series.pie.tilt=0))}),r.hooks.bindEvents.push(function(e,t){var n=e.getOptions();n.series.pie.show&&(n.grid.hoverable&&t.unbind("mousemove").mousemove(b),n.grid.clickable&&t.unbind("click").click(w))}),r.hooks.processDatapoints.push(function(e,t,n,r){var i=e.getOptions();i.series.pie.show&&p(e,t,n,r)}),r.hooks.drawOverlay.push(function(e,t){var n=e.getOptions();n.series.pie.show&&N(e,t)}),r.hooks.draw.push(function(e,t){var n=e.getOptions();n.series.pie.show&&v(e,t)})}var t=10,n=.95,i={series:{pie:{show:!1,radius:"auto",innerRadius:0,startAngle:1.5,tilt:1,shadow:{left:5,top:15,alpha:.02},offset:{top:0,left:"auto"},stroke:{color:"#fff",width:1},label:{show:"auto",formatter:function(e,t){return"<div style='font-size:x-small;text-align:center;padding:2px;color:"+t.color+";'>"+e+"<br/>"+Math.round(t.percent)+"%</div>"},radius:1,background:{color:null,opacity:0},threshold:0},combine:{threshold:-1,color:null,label:"Other"},highlight:{opacity:.5}}}};e.plot.plugins.push({init:r,options:i,name: (…)
  /external/deqp/modules/egl/
teglNativeCoordMappingTests.cpp 252 const float threshold = 0.005f; local
254 return deFloatAbs(a.x() - b.x()) < threshold && deFloatAbs(a.y() - b.y()) < threshold && deFloatAbs(a.z() - b.z()) < threshold && deFloatAbs(a.w() - b.w()) < threshold;
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiWatchdogStateMachine.java 59 * the instant packet loss is higher than a threshold, the WiFi watchdog sends a
111 * WiFi link statistics is monitored and recorded actively below this threshold.
113 * Larger threshold is more adaptive but increases sampling cost.
170 * Good threshold must be smaller than poor threshold.
171 * Use smaller poor threshold to avoid WiFi more aggressively.
172 * Use smaller good threshold to bring back WiFi more conservatively.
175 * 50% loss threshold is a good balance between accuracy and reponsiveness.
176 * <=10% good threshold is a safe value to avoid jumping back to WiFi too easily.
189 * A smaller threshold improves response speed but may suffer from randomness
    [all...]
  /libcore/luni/src/main/java/java/util/
HashMap.java 109 * The table is rehashed when its size exceeds this threshold.
114 private transient int threshold; field in class:HashMap
127 threshold = -1; // Forces first put invocation to replace EMPTY_TABLE
147 threshold = -1; // Forces first put() to replace EMPTY_TABLE
243 // Restore clone to empty state, retaining our capacity and threshold
399 if (size++ > threshold) {
546 * Allocate a table of the given capacity and set the threshold accordingly.
553 threshold = (newCapacity >> 1) + (newCapacity >> 2); // 3/4 capacity
    [all...]
Hashtable.java 88 * The table is rehashed when its size exceeds this threshold.
93 private transient int threshold; field in class:Hashtable
107 threshold = -1; // Forces first put invocation to replace EMPTY_TABLE
126 threshold = -1; // Forces first put() to replace EMPTY_TABLE
221 // Restore clone to empty state, retaining our capacity and threshold
378 if (size++ > threshold) {
483 * Allocate a table of the given capacity and set the threshold accordingly.
490 threshold = (newCapacity >> 1) + (newCapacity >> 2); // 3/4 capacity
    [all...]

Completed in 1015 milliseconds

<<11121314151617181920>>