Searched refs:threshold (Results 1 - 25 of 372) sorted by relevance

1234567891011>>

/external/libpng/tests/
H A Dpngvalid-gamma-threshold2 exec ./pngvalid --gamma-threshold
/external/chromium_org/chrome/browser/extensions/api/idle/
H A Didle_api.cc19 int ClampThreshold(int threshold) { argument
20 if (threshold < kMinThreshold) {
21 threshold = kMinThreshold;
22 } else if (threshold > kMaxThreshold) {
23 threshold = kMaxThreshold;
26 return threshold;
34 int threshold; local
35 EXTENSION_FUNCTION_VALIDATE(args_->GetInteger(0, &threshold));
36 threshold = ClampThreshold(threshold);
51 int threshold; local
56 ->SetThreshold(extension_id(), threshold); local
[all...]
/external/valgrind/main/drd/tests/
H A Dannotate_rwlock_hg.stderr.exp1 Total error count is below threshold.
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DBarrier.java36 protected int threshold; field in class:Barrier
40 threshold = t;
49 if ( count==threshold ) {
50 // notify blocked threads that threshold has been reached
54 else while ( count<threshold ) {
/external/srec/srec/Semproc/include/
H A DSR_SemprocDefinitions.h207 #define MEMCHK(rc, val, threshold) \
209 if(val > threshold) \
212 PLogError(L("%s: %d > %d\n"), ESR_rc2str(rc), (val), (threshold)); \
216 #define LENCHK(rc, val, threshold) \
218 if(LSTRLEN(val) > threshold) \
221 PLogError(L("%s: %s > %d\n"), ESR_rc2str(rc), (val), (threshold)); \
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAutoCompleteTextView.java19 private int threshold = 2; field in class:ShadowAutoCompleteTextView
34 return threshold;
38 public void setThreshold(int threshold) { argument
39 if (threshold <= 0) {
40 threshold = 1;
42 this.threshold = threshold;
/external/deqp/framework/common/
H A DtcuBilinearImageCompare.hpp35 bool bilinearCompare (const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const PixelBufferAccess& errorMask, const RGBA threshold);
H A DtcuImageCompare.hpp47 bool pixelThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Surface& result, const RGBA& threshold, CompareLogMode logMode);
48 bool fuzzyCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Surface& result, float threshold, CompareLogMode logMode);
51 bool fuzzyCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, float threshold, CompareLogMode logMode);
52 bool floatUlpThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, CompareLogMode logMode);
53 bool floatThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const Vec4& threshold, CompareLogMode logMode);
54 bool floatThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const Vec4& reference, const ConstPixelBufferAccess& result, const Vec4& threshold, CompareLogMode logMode);
55 bool intThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, CompareLogMode logMode);
56 bool intThresholdPositionDeviationCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu::IVec3& maxPositionDeviation, bool acceptOutOfBoundsAsAnyValue, CompareLogMode logMode);
57 bool intThresholdPositionDeviationErrorThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu::IVec3& maxPositionDeviation, bool acceptOutOfBoundsAsAnyValue, int maxAllowedFailingPixels, CompareLogMode logMode);
59 bool bilinearCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const RGBA threshold, CompareLogMod
[all...]
/external/chromium_org/remoting/host/
H A Daudio_silence_detector.cc13 // Silence period threshold in seconds. Silence intervals shorter than this
20 AudioSilenceDetector::AudioSilenceDetector(int threshold) argument
21 : threshold_(threshold),
H A Daudio_silence_detector.h16 // |threshold| is used to specify maximum absolute sample value that should
18 AudioSilenceDetector(int threshold);
31 // Silence period threshold in samples. Silence intervals shorter than this
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DDynamicsCompressorNode.idl28 readonly attribute AudioParam threshold; // in Decibels
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_search.cpp107 FX_FLOAT threshold = last_width > this_width ? last_width / 4 : this_width / 4; local
113 if (FXSYS_fabs(y) > threshold * 2) {
116 threshold = (FX_FLOAT)(nLastWidth > nThisWidth ? nLastWidth : nThisWidth);
117 threshold = threshold > 400 ? (threshold < 700 ? threshold / 4 : threshold / 5) : (threshold / 2);
118 threshold *
227 FX_FLOAT threshold = 0; local
[all...]
/external/clang/test/CodeGen/
H A D2008-08-07-AlignPadding1.c17 int threshold; member in struct:gc_generation
28 /* PyGC_Head, threshold, count */
H A Dunion-init.c17 int threshold; /* collection threshold */ member in struct:gc_generation
27 /* PyGC_Head, threshold, count */
/external/iptables/include/linux/netfilter/
H A Dxt_NFLOG.h14 __u16 threshold; member in struct:xt_nflog_info
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_NFLOG.h14 __u16 threshold; member in struct:xt_nflog_info
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
H A Debt_nflog.h17 __u16 threshold; member in struct:ebt_nflog_info
/external/chromium_org/tools/python/google/
H A Dlogging_utils.py13 based on a threshold level.
16 def __init__(self, threshold=logging.WARNING, err=sys.stderr, out=sys.stdout):
18 threshold: below this logging level messages are sent to stdout,
28 self._threshold = threshold
62 def config_root(level=logging.INFO, threshold=logging.WARNING, format=FORMAT,
68 threshold: below this logging level messages are sent to stdout,
79 handler = StdoutStderrHandler(threshold=threshold)
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dset_roi.cc33 unsigned int threshold[MAX_MB_SEGMENTS] = { 0, 100, 200, 300 }; local
71 threshold);
106 if (threshold[i] != breakout) {
107 EXPECT_EQ(threshold[i], breakout)
108 << "breakout threshold error";
139 delta_lf, threshold);
149 rand_deltas, threshold);
161 delta_lf, threshold);
168 delta_lf, threshold);
173 delta_lf, threshold);
[all...]
/external/libvpx/libvpx/test/
H A Dset_roi.cc33 unsigned int threshold[MAX_MB_SEGMENTS] = { 0, 100, 200, 300 }; local
71 threshold);
106 if (threshold[i] != breakout) {
107 EXPECT_EQ(threshold[i], breakout)
108 << "breakout threshold error";
139 delta_lf, threshold);
149 rand_deltas, threshold);
161 delta_lf, threshold);
168 delta_lf, threshold);
173 delta_lf, threshold);
[all...]
/external/aac/libPCMutils/include/
H A Dlimiter.h126 * threshold: limiting threshold *
133 INT_PCM threshold,
223 * threshold: limiter threshold *
226 TDLIMITER_ERROR setLimiterThreshold(TDLimiterPtr limiter, INT_PCM threshold);
/external/chromium_org/third_party/flot/
H A Djquery.flot.threshold.min.js9 threshold: {
19 threshold: { ... }
24 threshold: [{
32 These multiple threshold objects can be passed in any order since they are
39 below the threshold. The extra series below the threshold will have its label
43 */(function(e){function n(t){function n(t,n,r,i,s){var o=r.pointsize,u,a,f,l,c,h=e.extend({},n);h.datapoints={points:[],pointsize:o,format:r.format},h.label=null,h.color=s,h.threshold=null,h.originSeries=n,h.data=[];var p=r.points,d=n.lines.show,v=[],m=[],g;for(u=0;u<p.length;u+=o){a=p[u],f=p[u+1],c=l,f<i?l=v:l=m;if(d&&c!=l&&a!=null&&u>0&&p[u-o]!=null){var y=a+(i-f)*(a-p[u-o])/(f-p[u-o+1]);c.push(y),c.push(i);for(g=2;g<o;++g)c.push(p[u+g]);l.push(null),l.push(null);for(g=2;g<o;++g)l.push(p[u+g]);l.push(y),l.push(i);for(g=2;g<o;++g)l.push(p[u+g])}l.push(a),l.push(f);for(g=2;g<o;++g)l.push(p[u+g])}r.points=m,h.datapoints.points=v;if(h.datapoints.points.length>0){var b=e.inArray(n,t.getData());t.getData().splice(b+1,0,h)}}function r(t,r,i){if(!r.threshold)return;r.threshold instanceof Array?(r.threshold
[all...]
/external/chromium_org/ui/display/util/
H A Ddisplay_util.cc23 // The DPI threshold to detect high density screen.
27 // The HiDPI threshold for large (usually external) monitors. Lower threshold
32 // The width threshold in mm for "large" monitors.
65 const unsigned int threshold = local
68 return (dpi > threshold) ? 2.0f : 1.0f;
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dtgt.h119 Encode the value of a leaf of the tag-tree up to a given threshold
123 @param threshold Threshold to use when encoding value of the leaf
128 OPJ_INT32 threshold);
130 Decode the value of a leaf of the tag-tree up to a given threshold
134 @param threshold Threshold to use when decoding value of the leaf
135 @return Returns 1 if the node's value < threshold, returns 0 otherwise
140 OPJ_INT32 threshold);
/external/chromium_org/content/test/data/media/
H A Dwebrtc_test_audio.js78 var threshold = MAX_AUDIO_OUTPUT_ENERGY * 0.7;
80 threshold = MAX_AUDIO_OUTPUT_ENERGY * 0.6;
83 // Detect when we have been been over the threshold and is going back again
86 if (currentlyOverThreshold && samples[i] < threshold)
88 currentlyOverThreshold = samples[i] >= threshold;

Completed in 881 milliseconds

1234567891011>>