/external/opencv/cv/src/ |
cvfundam.cpp | 67 CvMat* mask, double threshold, 77 CvMat* mask, double threshold ); 111 CvMat* _mask, double threshold ) 118 threshold *= threshold; 120 goodCount += mask[i] = err[i] <= threshold; [all...] |
/external/pdfium/core/src/reflow/ |
layoutprocessor_reflow.cpp | 1188 FX_FLOAT threshold = last_width > this_width ? last_width \/ 4 : this_width \/ 4; local 1228 FX_FLOAT threshold = last_width > this_width ? last_width \/ 4 : this_width \/ 4; local [all...] |
/external/valgrind/main/callgrind/ |
callgrind_annotate.in | 144 # all the threshold counts. 208 --threshold=<0--100> percentage of counts (of primary sort event) we 211 that helped reach the event count threshold [no] 263 # --threshold=X (tolerates a trailing '%') 264 } elsif ($arg =~ /^--threshold=([\d\.]+)%?$/) { 485 # If multiple threshold args weren't given via --sort, stick in the single 486 # threshold (either from --threshold if used, or the default otherwise) for 892 # Print functions, stopping when the threshold has been reached. 955 # Update the threshold count [all...] |
/external/chromium_org/chrome/browser/safe_browsing/ |
browser_feature_extractor.cc | 362 base::Time threshold = base::Time::Now() - base::TimeDelta::FromDays(1); local 372 if (it->visit_time < threshold) {
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
drive_banners.js | 501 var threshold = 0; 505 threshold = 0.2; 509 threshold = 0.1; 538 var isLowDiskSpace = remainingRatio < threshold;
|
/external/deqp/modules/gles2/functional/ |
es2fDepthStencilClearTests.cpp | 206 tcu::RGBA threshold = renderTarget.getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local 218 bool isOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference, result, threshold, isLastIter ? tcu::COMPARE_LOG_RESULT : tcu::COMPARE_LOG_ON_ERROR);
|
es2fStencilTests.cpp | 364 const float threshold = 0.02f; local 365 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
|
/external/deqp/modules/gles3/functional/ |
es3fASTCDecompressionCases.cpp | [all...] |
es3fDepthStencilClearTests.cpp | 209 tcu::RGBA threshold = renderTarget.getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local 221 bool isOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference, result, threshold, isLastIter ? tcu::COMPARE_LOG_RESULT : tcu::COMPARE_LOG_ON_ERROR);
|
es3fStencilTests.cpp | 367 const float threshold = 0.02f; local 368 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
|
/external/deqp/modules/gles31/functional/ |
es31fAdvancedBlendTests.cpp | 495 const float threshold = 0.002f; local 499 threshold, tcu::COMPARE_LOG_RESULT);
|
/external/deqp/modules/glshared/ |
glsRandomShaderCase.cpp | 504 float threshold = 0.02f; local 505 bool imagesOk = tcu::fuzzyCompare(log, "Result", "Result images", reference.getAccess(), rendered.getAccess(), threshold, tcu::COMPARE_LOG_RESULT);
|
glsTextureTestUtil.hpp | 379 bool compareImages (tcu::TestLog& log, const char* name, const char* desc, const tcu::Surface& reference, const tcu::Surface& rendered, tcu::RGBA threshold); 380 bool compareImages (tcu::TestLog& log, const tcu::Surface& reference, const tcu::Surface& rendered, tcu::RGBA threshold); 553 tcu::Vec4 colorThreshold; //!< Threshold for color value comparison.
|
/external/eigen/Eigen/src/SparseQR/ |
SparseQR.h | 118 /** \returns the number of non linearly dependent columns as determined by the pivoting threshold. 191 /** Sets the threshold that is used to determine linearly dependent columns during the factorization. 194 * this threshold, then the entire column is treated as zero, and it is moved at the end. 196 void setPivotThreshold(const RealScalar& threshold) 199 m_threshold = threshold; 259 RealScalar m_threshold; // Threshold to determine null Householder reflections 260 bool m_useDefaultThreshold; // Use default threshold 344 /* Compute the default threshold as in MatLab, see:
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
MediaQueryInspector.js | 74 var thresholdElement = event.target.enclosingNodeOrSelfWithClass("media-inspector-threshold-serif"); 254 var thresholdElement = this._rulerDecorationLayer.createChild("div", "media-inspector-threshold-serif");
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
pickinter.c | 465 unsigned int threshold = (xd->block[0].dequant[1] local 468 if(threshold < x->encode_breakout) 469 threshold = x->encode_breakout; 471 if (sse < threshold ) 749 * If so then prevent it from being tested and increase the threshold 757 /* Increase the threshold for coding this mode to make it less [all...] |
/external/deqp/modules/egl/ |
teglRenderTests.cpp | 699 const float threshold = 0.02f; local 789 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, threshold, tcu::COMPARE_LOG_RESULT); 884 const float threshold = 0.02f; local 1000 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, threshold, tcu::COMPARE_LOG_RESULT); [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/libvpx/libvpx/vp9/encoder/ |
vp9_onyx_int.h | 223 // Frame drop threshold. 346 // Thresh_mult is used to set a threshold for the rd score. A higher value 349 // to pick a threshold. 413 // Get threshold from external input. In real time mode, it can be 559 unsigned int threshold[MAX_SEGMENTS]);
|
/external/oprofile/events/x86-64/hammer/ |
unit_masks | 184 0x04 Number of clocks when die temperature is higher than the software high temperature threshold (RevF) 185 0x08 Number of clocks when high temperature threshold was exceeded (RevF)
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
adj_thr.c | 19 Content: Threshold compensation functions 66 * description: loudness calculation (threshold to the power of redExp) 171 Word32 threshold; local 203 threshold = HOLE_THR_LONG; 205 threshold = HOLE_THR_SHORT; 229 tmpMinSnr = max(tmpMinSnr, threshold); 385 /* threshold reduction formula */ 473 /* new threshold */ 480 reduce threshold 488 increase threshold [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
pickinter.c | 466 unsigned int threshold = (xd->block[0].dequant[1] local 469 if(threshold < x->encode_breakout) 470 threshold = x->encode_breakout; 472 if (sse < threshold ) 751 * If so then prevent it from being tested and increase the threshold 759 /* Increase the threshold for coding this mode to make it less [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_onyx_int.h | 224 // Frame drop threshold. 347 // Thresh_mult is used to set a threshold for the rd score. A higher value 350 // to pick a threshold. 415 // Get threshold from external input. In real time mode, it can be 559 unsigned int threshold[MAX_SEGMENTS]);
|
/external/chromium_org/ppapi/proxy/ |
raw_var_data.cc | 217 uint32 threshold) { 218 if (threshold == 0) 221 g_minimum_array_buffer_size_for_shmem = threshold;
|
/external/chromium_org/third_party/opus/src/silk/fixed/ |
pitch_analysis_core_FIX.c | 88 const opus_int32 search_thres1_Q16, /* I First stage threshold for lag candidates 0 - 1 */ 89 const opus_int search_thres2_Q13, /* I Final threshold for lag candidates 0 - 1 */ 107 opus_int32 sum, threshold, lag_counter; local 261 threshold = silk_SMULWB( search_thres1_Q16, Cmax ); 263 /* Convert to 8 kHz indices for the sorted correlation that exceeds the threshold */ 264 if( C[ i ] > threshold ) { [all...] |