/external/deqp/modules/glshared/ |
glsMemoryStressCase.cpp | 908 float threshold = 50.0f; local 924 if (change > threshold) 926 log << TestLog::Message << "Allocated objects max: " << max << ", min: " << min << ", difference: " << change << "% threshold: " << threshold << "%" << TestLog::EndMessage;
|
/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/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:__anon33073::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);
|
/external/pdfium/core/src/reflow/ |
autoreflow.cpp | 669 FX_FLOAT threshold = rcCurObj.Width() / 4; local 671 if(FXSYS_fabs(pPreObj->m_Bottom - pCurObj->m_Bottom) < threshold * 2 672 && FXSYS_fabs(pPreObj->m_Top - pCurObj->m_Top) < threshold * 2) { 680 if(FXSYS_fabs(pPreObj->m_Left - pCurObj->m_Left) < threshold * 2 681 && FXSYS_fabs(pPreObj->m_Right - pCurObj->m_Right) < threshold * 2) { 689 if(FXSYS_fabs(pPreObj->m_Left - pCurObj->m_Left) < threshold && 690 FXSYS_fabs(pPreObj->m_Bottom - pCurObj->m_Bottom) > threshold * 2) { 693 if(FXSYS_fabs(pPreObj->m_Left - pCurObj->m_Left) > threshold && 694 FXSYS_fabs(pPreObj->m_Bottom - pCurObj->m_Bottom) < threshold * 2) {
|
/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 | 250 final int threshold = (int) (defaultWidth * SEARCH_DISTANCE); local 251 final int thresholdSquared = threshold * threshold; 276 We want to select the cells which center falls between the top of the key minus the threshold, 277 and the bottom of the key plus the threshold. 278 topPixelWithinThreshold is key.mY - threshold, and bottomPixelWithinThreshold is 279 key.mY + key.mHeight + threshold. 293 v |---+---+--threshold--|-+---+---+---+---+---| | 296 | | | |***|**########------------------- key.mY | within the threshold. We align that on 332 final int topPixelWithinThreshold = keyY - threshold; [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...] |
/external/chromium_org/chrome/browser/ |
io_thread.cc | 1218 double threshold = local [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/libvpx/source/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 ) 758 * If so then prevent it from being tested and increase the threshold 766 /* Increase the threshold for coding this mode to make it less [all...] |
/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/skia/third_party/lua/src/ |
lgc.c | 904 ** cycle will start when memory use hits threshold 907 l_mem debt, threshold; local 909 threshold = (g->gcpause < MAX_LMEM / estimate) /* overflow? */ 912 debt = -cast(l_mem, threshold - gettotalbytes(g)); [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...] |
/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/deqp/modules/gles2/functional/ |
es2fDepthStencilTests.cpp | 620 tcu::RGBA threshold = m_context.getRenderTarget().getPixelFormat().getColorThreshold(); local 702 bool compareOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "CompareResult", "Image Comparison Result", *m_refColorBuffer, renderedImg, threshold, [all...] |
es2fTextureSpecificationTests.cpp | 506 tcu::UVec4 threshold = computeCompareThreshold(m_context.getRenderTarget().getPixelFormat(), m_texFormat); local 507 bool isOk = tcu::intThresholdCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference.getAccess(), result.getAccess(), threshold, 547 const float threshold = 0.02f; local 548 isOk = tcu::fuzzyCompare(m_testCtx.getLog(), "Result", (string("Image comparison result: ") + de::toString((tcu::CubeFace)face)).c_str(), reference, result, threshold, [all...] |
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/ |
es3fDepthStencilTests.cpp | 620 tcu::RGBA threshold = m_context.getRenderTarget().getPixelFormat().getColorThreshold(); local 702 bool compareOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "CompareResult", "Image Comparison Result", *m_refColorBuffer, renderedImg, threshold, [all...] |
es3fFragmentOutputTests.cpp | 705 gl.disable(GL_DITHER); // Dithering causes issues with unorm formats. Those issues could be worked around in threshold, but it makes validation less accurate. 824 UVec4 formatThreshold; //!< Threshold computed based on format. 825 deUint32 precThreshold = 0; //!< Threshold computed based on output type precision 856 // bits in the process and it must be taken into account when computing threshold. 859 const Vec4 threshold = select(baseThreshold, Vec4(2.0f), cmpMask); local 861 isOk = tcu::floatThresholdCompare(log, name.c_str(), desc.c_str(), reference, rendered, threshold, tcu::COMPARE_LOG_RESULT); 868 const tcu::UVec4 threshold = select(UVec4(0u), UVec4(~0u), cmpMask); local 869 isOk = tcu::intThresholdCompare(log, name.c_str(), desc.c_str(), reference, rendered, threshold, tcu::COMPARE_LOG_RESULT); [all...] |