HomeSort by relevance Sort by last modified time
    Searched defs:threshold (Results 126 - 150 of 714) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/libopus/silk/float/
pitch_analysis_core_FLP.c 74 const silk_float search_thres1, /* I First stage threshold for lag candidates 0 - 1 */
75 const silk_float search_thres2, /* I Final threshold for lag candidates 0 - 1 */
88 silk_float threshold, contour_bias; local
231 threshold = search_thres1 * Cmax;
233 /* Convert to 8 kHz indices for the sorted correlation that exceeds the threshold */
234 if( C[ 0 ][ min_lag_4kHz + i ] > threshold ) {
  /external/ltp/lib/
tst_timer_test.c 177 * The threshold per one syscall is computed as a sum of:
190 * We also allow for outliners, i.e. add some number to the threshold in case
262 * time increased by a threshold
269 long long threshold = compute_threshold(usec, keep_samples); local
274 "%s sleeping for %llius %u iterations, threshold %.2fus",
275 scall, usec, nsamples, 1.00 * threshold / (keep_samples));
320 if (trunc_mean > (nsamples - discard) * usec + threshold) {
  /external/pdfium/third_party/libtiff/
tif_read.c 62 tmsize_t threshold = INITIAL_THRESHOLD; local
77 if( to_read >= threshold && threshold < MAX_THRESHOLD &&
80 to_read = threshold;
81 threshold *= THRESHOLD_MULTIPLIER;
    [all...]
  /external/perf_data_converter/src/quipper/
perf_parser.cc 268 float threshold = options_.sample_mapping_percentage_threshold; local
269 if (sample_mapping_percentage < threshold) {
272 << static_cast<int>(threshold) << "%";
  /external/python/cpython3/Modules/clinic/
_tkinter.c.h 401 "mainloop($self, threshold=0, /)\n"
409 _tkinter_tkapp_mainloop_impl(TkappObject *self, int threshold);
415 int threshold = 0; local
418 &threshold)) {
421 return_value = _tkinter_tkapp_mainloop_impl(self, threshold);
  /external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator.c 584 // i) an adaptive threshold |minimum_probability|, or
591 // The "hard" threshold can't be lower than 17 (in Q9).
595 int32_t threshold = value_best_candidate + kProbabilityOffset; local
596 if (threshold < kProbabilityLowerLimit) {
597 threshold = kProbabilityLowerLimit;
599 if (self->minimum_probability > threshold) {
600 self->minimum_probability = threshold;
  /frameworks/base/core/java/com/android/internal/widget/
DrawableHolder.java 128 final float threshold = 1.0f / 256.0f; // contribution less than 1 LSB of RGB byte local
129 if (mAlpha <= threshold) // don't bother if it won't show up
  /frameworks/native/cmds/flatland/
Main.cpp 610 const double threshold = .0025; local
669 } while (fabs(result - prevResult) > threshold * result);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
ContactMatcher.java 34 // Suggest to aggregate contacts if their match score is equal or greater than this threshold
37 // Automatically aggregate contacts if their match score is equal or greater than this threshold
40 // Automatically aggregate contacts if the match score is equal or greater than this threshold
82 * between the strings is below the threshold.
232 float threshold = emailBased local
235 if (distance > threshold) {
284 public List<Long> prepareSecondaryMatchCandidates(int threshold) {
294 if (s >= threshold) {
306 * Returns the contactId with the best match score over the specified threshold or -1
311 public long pickBestMatch(int threshold, boolean allowMultipleMatches)
    [all...]
RawContactMatcher.java 33 // Suggest to aggregate contacts if their match score is equal or greater than this threshold
38 // Automatically aggregate contacts if their match score is equal or greater than this threshold
41 // Automatically aggregate contacts if the match score is equal or greater than this threshold
86 * between the strings is below the threshold.
230 float threshold = emailBased local
233 if (distance > threshold) {
307 * Returns the list of raw contact Ids with the match score over threshold.
334 public List<MatchScore> pickBestMatches(int threshold) {
335 int scaledThreshold = threshold * SCORE_SCALE;
  /cts/tests/tests/display/src/android/display/cts/
VirtualDisplayTest.java 422 // We use this threshold in case the display is being letterboxed when
428 final int threshold = width * height / 4; local
429 if (bluePixels > threshold) {
433 if (greenPixels > threshold) {
437 if (blackPixels > threshold) {
  /external/ImageMagick/MagickCore/
segment.c 423 Remove clusters that do not meet minimum cluster threshold.
462 (void) FormatLocaleFile(stdout,"\tCluster Threshold = %g\n",(double)
914 % GetImageDynamicThreshold() returns the dynamic threshold for an image.
930 % o smooth_threshold: the smoothing threshold eliminates noise in the second
934 % o pixel: return the dynamic threshold here.
960 threshold;
950 threshold; local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassMultisampleResolveTests.cpp 1477 const float threshold = 0.05f; local
    [all...]
  /external/deqp/modules/gles2/functional/
es2fPolygonOffsetTests.cpp 77 inline bool compareThreshold (const tcu::IVec4& a, const tcu::IVec4& b, const tcu::IVec4& threshold)
79 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - b), threshold));
99 const tcu::IVec4 threshold = tcu::IVec4(colorThreshold, colorThreshold, colorThreshold, formatThreshold.getAlpha() > 0 ? colorThreshold : 0) local
117 if (compareThreshold(cRef, cTest, threshold))
133 if (compareThreshold(cRef, cTest, threshold))
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFramebufferBlitTests.cpp 148 // Use pixel-threshold compare for rect cases since 1px off will mean failure.
149 tcu::RGBA threshold = TestCase::m_context.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(7,7,7,7); local
150 return tcu::pixelThresholdCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference, result, threshold, tcu::COMPARE_LOG_RESULT);
189 const tcu::RGBA threshold = TestCase::m_context.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(7,7,7,7); local
195 const bool signConfig = tcu::compareThreshold(baseColor, cellColorA, threshold);
220 const bool isValidColor = tcu::compareThreshold(color, cellColorA, threshold) || tcu::compareThreshold(color, cellColorB, threshold);
249 if (tcu::compareThreshold(color, cellColorA, threshold))
251 else if (tcu::compareThreshold(color, cellColorB, threshold))
260 if (tcu::compareThreshold(color, cellColorA, threshold))
432 tcu::RGBA threshold; local
    [all...]
es3fPolygonOffsetTests.cpp 80 inline bool compareThreshold (const tcu::IVec4& a, const tcu::IVec4& b, const tcu::IVec4& threshold)
82 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - b), threshold));
102 const tcu::IVec4 threshold = tcu::IVec4(colorThreshold, colorThreshold, colorThreshold, formatThreshold.getAlpha() > 0 ? colorThreshold : 0) local
120 if (compareThreshold(cRef, cTest, threshold))
136 if (compareThreshold(cRef, cTest, threshold))
    [all...]
es3fShaderBuiltinVarTests.cpp 299 const tcu::RGBA threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold(); local
368 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT);
396 const tcu::RGBA threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold(); local
463 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT);
486 const float threshold = 0.02f; local
583 bool isOk = tcu::fuzzyCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT);
613 const tcu::RGBA threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold(); local
681 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT);
970 const float threshold = 0.02f; local
    [all...]
es3fTextureFormatTests.cpp 182 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local
233 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
377 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local
420 return compareImages(log, referenceFrame, renderedFrame, threshold);
544 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local
582 return compareImages(log, (string("Layer" + de::toString(layerNdx))).c_str(), (string("Layer " + de::toString(layerNdx))).c_str(), referenceFrame, renderedFrame, threshold);
701 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local
740 return compareImages(log, (string("Slice" + de::toString(sliceNdx))).c_str(), (string("Slice " + de::toString(sliceNdx))).c_str(), referenceFrame, renderedFrame, threshold);
848 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local
883 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
999 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local
1118 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local
1230 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local
    [all...]
  /external/deqp/modules/gles31/functional/
es31fAdvancedBlendTests.cpp 541 const float threshold = 0.002f; local
545 threshold, tcu::COMPARE_LOG_RESULT);
  /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;
glsRandomShaderCase.cpp 566 float threshold = 0.02f; local
567 bool imagesOk = tcu::fuzzyCompare(log, "Result", "Result images", reference.getAccess(), rendered.getAccess(), threshold, tcu::COMPARE_LOG_RESULT);
glsScissorTests.cpp 198 const tcu::Vec4 threshold = 0.02f * UVec4(1u << de::max(0, 8 - renderFormat.redBits), local
276 if (tcu::floatThresholdCompare(log, "ComparisonResult", "Image comparison result", refImage.getAccess(), resImage.getAccess(), threshold, tcu::COMPARE_LOG_RESULT))
  /external/eigen/Eigen/src/Core/
TriangularMatrix.h 660 RealScalar threshold = maxAbsOnUpperPart * prec; local
663 if(numext::abs(coeff(i, j)) > threshold) return false;
682 RealScalar threshold = maxAbsOnLowerPart * prec; local
687 if(numext::abs(coeff(i, j)) > threshold) return false;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
LocaleMatcherTest.java 62 // LocaleMatcherData matcherData, double threshold)
151 double threshold = 0.05; local
162 .build(), localeMatcherData, threshold);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
LocaleMatcherTest.java 59 // LocaleMatcherData matcherData, double threshold)
148 double threshold = 0.05; local
159 .build(), localeMatcherData, threshold);
    [all...]

Completed in 4063 milliseconds

1 2 3 4 56 7 8 91011>>