HomeSort by relevance Sort by last modified time
    Searched defs:threshold (Results 176 - 200 of 370) sorted by null

1 2 3 4 5 6 78 91011>>

  /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...]
  /art/dex2oat/
dex2oat.cc 175 UsageError(" --huge-method-max=<method-instruction-count>: the threshold size for a huge");
180 UsageError(" --huge-method-max=<method-instruction-count>: threshold size for a huge");
185 UsageError(" --large-method-max=<method-instruction-count>: threshold size for a large");
190 UsageError(" --small-method-max=<method-instruction-count>: threshold size for a small");
195 UsageError(" --tiny-method-max=<method-instruction-count>: threshold size for a tiny");
200 UsageError(" --num-dex-methods=<method-count>: threshold size for a small dex file for");
1013 const char* threshold = option.substr(strlen("--huge-method-max=")).data(); local
1021 const char* threshold = option.substr(strlen("--large-method-max=")).data(); local
1029 const char* threshold = option.substr(strlen("--small-method-max=")).data(); local
1037 const char* threshold = option.substr(strlen("--tiny-method-max=")).data(); local
1045 const char* threshold = option.substr(strlen("--num-dex-methods=")).data(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc 685 // Determine the horizontal move threshold. This is dependent on the width
687 // the threshold.
688 int threshold = kHorizontalMoveThreshold; local
693 threshold = static_cast<int>(ratio * kHorizontalMoveThreshold);
705 if ((abs(point_in_screen.x() - last_move_screen_loc_) > threshold ||
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
Context.cpp 1349 float threshold = 0.5f; local
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
aflatin2.c 300 /* same Y coordinate. Threshold the `closeness'... */
566 FT_Pos threshold; local
575 threshold = 40;
582 threshold = 52;
584 fitted = ( scaled + threshold ) & ~63;
    [all...]
  /external/chromium_org/third_party/opus/src/src/
opus_encoder.c 111 middle (memoriless) threshold. The second column is the hysteresis
137 /* Threshold bit-rates for switching between mono and stereo */
141 /* Threshold bit-rate for switching between SILK/hybrid and CELT-only */
1258 int threshold, hysteresis; local
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
tcmalloc.cc 183 // infinite loop. So by default we set the threshold to a huge number
196 "trace to be dumped to stderr. The threshold for "
198 "every time we print a message so that the threshold "
1049 const int64 threshold = large_alloc_threshold; local
    [all...]
  /external/deqp/modules/egl/
teglImageFormatTests.cpp 804 float threshold = 0.05f; local
805 bool match = tcu::fuzzyCompare(m_log, "ComparisonResult", "Image comparison result", referenceScreen, screen, threshold, tcu::COMPARE_LOG_RESULT);
1236 float threshold = 0.05f; local
    [all...]
  /external/deqp/modules/gles2/functional/
es2fClippingTests.cpp 88 const tcu::IVec4 threshold (20, 256, 256, 256);
90 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - halfFilled), threshold));
96 const int threshold = 20; local
98 return a.x() + threshold < halfFilled;
110 const tcu::IVec4 threshold(20, 20, 20, 0);
117 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - b), threshold));
815 const float threshold = 0.3f; local
816 if (!tcu::fuzzyCompare(log, "Images", "", referenceImageAccess, testImageAccess, threshold, tcu::COMPARE_LOG_ON_ERROR))
1002 const float threshold = 0.3f; local
    [all...]
es2fFboRenderTest.cpp 628 const float threshold = 0.02f; local
629 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
    [all...]
es2fVertexTextureTests.cpp 381 const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(15,15,15,15); local
382 return tcu::pixelThresholdCompare(log, "Result", "Image compare result", ref, res, threshold, tcu::COMPARE_LOG_RESULT);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 91 const tcu::IVec4 threshold (20, 256, 256, 256);
93 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - halfFilled), threshold));
99 const int threshold = 20; local
101 return a.x() + threshold < halfFilled;
113 const tcu::IVec4 threshold(20, 20, 20, 0);
120 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - b), threshold));
819 const float threshold = 0.3f; local
820 if (!tcu::fuzzyCompare(log, "Images", "", referenceImageAccess, testImageAccess, threshold, tcu::COMPARE_LOG_ON_ERROR))
1006 const float threshold = 0.3f; local
    [all...]
es3fShaderDerivateTests.cpp 377 const tcu::Vec4& threshold,
387 log << TestLog::Message << "Expecting " << LogVecComps(reference, numComps) << " with threshold " << LogVecComps(threshold, numComps) << TestLog::EndMessage;
394 const bool isOk = tcu::allEqual(tcu::logicalOr(tcu::lessThanEqual(tcu::abs(reference - resDerivate), threshold), mask), tcu::BVec4(true));
928 const tcu::Vec4 threshold = getSurfaceThreshold() / abs(m_derivScale); local
931 reference, threshold, m_derivScale, m_derivBias);
1065 const tcu::Vec4 threshold = max(surfaceThreshold, opThreshold); local
1126 const tcu::Vec4 threshold = max(surfaceThreshold, max(dxThreshold, dyThreshold)); local
1360 const tcu::Vec4 threshold = max(surfaceThreshold, opThreshold); local
1415 const tcu::Vec4 threshold = max(surfaceThreshold, max(dxThreshold, dyThreshold)); local
    [all...]
es3fTextureSpecificationTests.cpp 307 UVec4 threshold = computeCompareThreshold(m_context.getRenderTarget().getPixelFormat(), m_texFormat); local
311 bool isOk = tcu::intThresholdCompare(m_testCtx.getLog(), name.c_str(), desc.c_str(), reference.getAccess(), result.getAccess(), threshold,
398 const float threshold = 0.02f; local
403 bool isFaceOk = tcu::fuzzyCompare(m_testCtx.getLog(), name.c_str(), desc.c_str(), reference, result, threshold,
498 UVec4 threshold = computeCompareThreshold(m_context.getRenderTarget().getPixelFormat(), m_texFormat); local
503 bool depthOk = tcu::intThresholdCompare(m_testCtx.getLog(), name.c_str(), desc.c_str(), reference.getAccess(), result.getAccess(), threshold,
599 UVec4 threshold = computeCompareThreshold(m_context.getRenderTarget().getPixelFormat(), m_texFormat); local
604 bool depthOk = tcu::intThresholdCompare(m_testCtx.getLog(), name.c_str(), desc.c_str(), reference.getAccess(), result.getAccess(), threshold,
    [all...]
es3fTextureUnitTests.cpp 586 const float threshold = 0.1f; local
595 if (de::abs(lodMax) < threshold || (lodMax > 0.0f && de::abs(deFloatFrac(lodMax) - 0.5f) < threshold) ||
596 de::abs(lodMin) < threshold || (lodMin > 0.0f && de::abs(deFloatFrac(lodMin) - 0.5f) < threshold) ||
1044 const float threshold = 0.001f; local
    [all...]
es3fVertexTextureTests.cpp 479 const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(15,15,15,15); local
480 return tcu::pixelThresholdCompare(log, "Result", "Image compare result", ref, res, threshold, tcu::COMPARE_LOG_RESULT);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fLayoutBindingTests.cpp 530 const tcu::RGBA threshold = m_context.getRenderContext().getRenderTarget().getPixelFormat().getColorThreshold(); local
548 return tcu::pixelThresholdCompare(m_testCtx.getLog(), "Render result", "Result verification", reference, result, threshold, tcu::COMPARE_LOG_RESULT);
    [all...]
  /external/freetype/src/autofit/
aflatin.c 452 /* that are not on the same Y coordinate, then threshold */
510 /* threshold. This ensures that small bumps in the outline */
521 /* heuristic threshold value */
532 /* heuristic threshold value */
937 FT_Pos threshold; local
946 threshold = 40;
953 threshold = 52;
955 fitted = ( scaled + threshold ) & ~63;
    [all...]
aflatin2.c 301 /* same Y coordinate. Threshold the `closeness'... */
567 FT_Pos threshold; local
576 threshold = 40;
583 threshold = 52;
585 fitted = ( scaled + threshold ) & ~63;
    [all...]
  /external/jemalloc/src/
arena.c 872 size_t npurgeable, threshold; local
883 threshold = (arena->nactive >> opt_lg_dirty_mult);
886 * threshold.
888 if (npurgeable <= threshold)
917 size_t threshold = (arena->nactive >> opt_lg_dirty_mult); local
919 npurgatory = npurgeable - threshold;
1120 * reduce ndirty below the threshold.
1152 * threshold
    [all...]
  /external/libopus/src/
opus_encoder.c 111 middle (memoriless) threshold. The second column is the hysteresis
137 /* Threshold bit-rates for switching between mono and stereo */
141 /* Threshold bit-rate for switching between SILK/hybrid and CELT-only */
1258 int threshold, hysteresis; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 1141 /* 64 makes this threshold really big effectively making it so that we
1776 unsigned int threshold = (xd->block[0].dequant[1] local
    [all...]
  /external/opencv/cv/include/
cvtypes.h 342 float* threshold; member in struct:CvHaarClassifier
352 float threshold; member in struct:CvHaarStageClassifier
  /external/opencv/cv/src/
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/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...]

Completed in 1426 milliseconds

1 2 3 4 5 6 78 91011>>