/external/chromium_org/content/browser/renderer_host/ |
overscroll_controller.cc | 131 // after the threshold. 171 float ratio, threshold; local 175 threshold = GetOverscrollConfig(OVERSCROLL_CONFIG_HORIZ_THRESHOLD_COMPLETE); 178 threshold = GetOverscrollConfig(OVERSCROLL_CONFIG_VERT_THRESHOLD_COMPLETE); 181 return ratio >= threshold; 312 // Do not include the threshold amount when sending the deltas to the
|
/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/third_party/webrtc/modules/remote_bitrate_estimator/ |
remote_rate_control.cc | 63 const int threshold = static_cast<int>(1.05 * incoming_bitrate); local 65 return bitrate_difference > 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);
|
es2fShaderFragDataTests.cpp | 64 static bool compareSingleColor (tcu::TestLog& log, const tcu::Surface& surface, tcu::RGBA expectedColor, tcu::RGBA threshold) 69 log << TestLog::Message << "Expecting " << expectedColor << " with threshold " << threshold << TestLog::EndMessage; 76 const bool isOk = compareThreshold(resultColor, expectedColor, threshold); 201 const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local 207 isOk = compareSingleColor(m_testCtx.getLog(), result, tcu::RGBA::green, threshold);
|
es2fTextureFormatTests.cpp | 143 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local 194 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold); 319 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local 362 return compareImages(log, referenceFrame, renderedFrame, threshold); 453 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local 484 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold); 565 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local 596 return compareImages(log, referenceFrame, renderedFrame, threshold);
|
es2fTextureSizeTests.cpp | 124 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(7,7,7,7); local 157 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold); 267 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(7,7,7,7); local 301 return compareImages(log, referenceFrame, renderedFrame, threshold);
|
es2fTextureWrapTests.cpp | 171 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() local 217 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
|
/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);
|
es3fShaderFragDataTests.cpp | 64 static bool compareSingleColor (tcu::TestLog& log, const tcu::Surface& surface, tcu::RGBA expectedColor, tcu::RGBA threshold) 69 log << TestLog::Message << "Expecting " << expectedColor << " with threshold " << threshold << TestLog::EndMessage; 76 const bool isOk = compareThreshold(resultColor, expectedColor, threshold); 201 const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local 207 isOk = compareSingleColor(m_testCtx.getLog(), result, tcu::RGBA::green, threshold); 319 const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local 330 if (!compareSingleColor(m_testCtx.getLog(), result, ndx == 0 ? tcu::RGBA::green : tcu::RGBA::red, threshold))
|
es3fTextureSizeTests.cpp | 124 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(7,7,7,7); local 157 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold); 267 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(7,7,7,7); local 301 return compareImages(log, referenceFrame, renderedFrame, threshold);
|
es3fTextureSwizzleTests.cpp | 151 tcu::RGBA threshold = m_context.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local 216 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
ConjugateGradient.h | 53 RealScalar threshold = tol*tol*rhsNorm2; local 55 if (residualNorm2 < threshold) 77 if(residualNorm2 < threshold)
|
/external/oprofile/libpp/ |
profile_container.cpp | 169 double const threshold = choice.threshold / 100.0; local 182 if (percent >= threshold) { 194 profile_container::select_filename(double threshold) const 198 threshold /= 100.0; 239 if (cit->percent >= threshold)
|
/external/oprofile/pp/ |
common_option.cpp | 30 double threshold = 0.0; member in namespace:options 55 double handle_threshold(string threshold) 59 if (threshold.length()) { 60 istringstream ss(threshold); 62 cerr << "illegal threshold value: " << threshold 68 cerr << "illegal threshold value: " << threshold 74 cverb << vdebug << "threshold: " << value << endl;; 176 options::threshold = handle_threshold(options::threshold_opt) member in class:__anon33072::options [all...] |
/libcore/luni/src/main/java/java/io/ |
SerializationHandleMap.java | 35 private int threshold; field in class:SerializationHandleMap 39 this.threshold = 21; // Copied from IdentityHashMap. 40 int arraySize = (int) (((long) threshold * 10000) / LOAD_FACTOR); 103 if (++size > threshold) { 121 threshold = (int) ((long) (keys.length) * LOAD_FACTOR / 10000);
|
/external/aac/libPCMutils/src/ |
limiter.cpp | 98 FIXP_PCM threshold; member in struct:TDLimiter 117 INT_PCM threshold, 161 limiter->threshold = (FIXP_PCM)threshold; 239 FIXP_DBL threshold = FX_PCM2FX_DBL(limiter->threshold)>>TDL_GAIN_SCALING; local 288 /* set threshold as lower border to save calculations in running maximum algorithm */ 289 tmp = fMax(tmp, threshold); 316 if (max > threshold) { 317 gain = fDivNorm(threshold, max)>>1 [all...] |
/external/ceres-solver/internal/ceres/ |
incomplete_lq_factorization.cc | 131 const double threshold = drop_tolerance * max_value; local 135 if (fabs(dense_row[i]) > threshold) {
|
/external/chromium_org/chrome/app/ |
client_util.cc | 127 double threshold = (channel == installer::kChromeChannelStable) ? 0.01 : 0.10; local 133 if (PreReadExperimentIsActive() && (population <= threshold)) {
|
/external/chromium_org/chrome/browser/safe_browsing/ |
browser_feature_extractor.cc | 341 base::Time threshold = base::Time::Now() - base::TimeDelta::FromDays(1); local 351 if (it->visit_time < threshold) {
|
/external/chromium_org/chrome/browser/thumbnails/ |
content_analysis_unittest.cc | 440 float threshold = AutoSegmentPeaks(profile_info); local 441 EXPECT_GT(threshold, 0); // Not much to expect. 443 // There should be roughly 50% above and below the threshold. 448 std::bind2nd(std::greater<float>(), threshold)); 456 threshold = AutoSegmentPeaks(profile_info); 461 std::bind2nd(std::greater<float>(), threshold)); 462 EXPECT_LT(above_count, 500); // Negative y expected to fall below threshold. 469 std::bind2nd(std::greater<float>(), threshold)); 520 // Make sure that threshold falls somewhere reasonable.
|
/external/chromium_org/content/browser/media/capture/ |
video_capture_oracle.cc | 46 // to lock-in. This is the threshold at which the "smoothness" problem is no 306 const base::TimeDelta threshold = local 308 while ((event_time - observations_.front().event_time) > threshold)
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
FFTFrame.cpp | 119 double threshold = (i > 16) ? 5.0 : 2.0; local 121 if (magdbdiff < -threshold && mag1db < 0.0) { 124 } else if (magdbdiff > threshold && mag2db < 0.0) {
|
/external/chromium_org/third_party/freetype/src/pshinter/ |
pshglob.c | 411 /* The blue threshold is the font units distance under */ 420 FT_Int threshold = blues->blue_shift; local 423 while ( threshold > 0 && FT_MulFix( threshold, scale ) > 32 ) 424 threshold--; 426 blues->blue_threshold = threshold;
|
/external/deqp/modules/gles31/functional/ |
es31fTextureFormatTests.cpp | 179 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local 222 return compareImages(log, (string("LayerFace" + de::toString(layerFaceNdx))).c_str(), (string("Layer-face " + de::toString(layerFaceNdx))).c_str(), referenceFrame, renderedFrame, threshold); 317 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local 355 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
|