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

1 2 3 45 6 7 8 91011>>

  /external/ImageMagick/MagickCore/
composite.c 77 #include "MagickCore/threshold.h"
552 threshold;
595 threshold=0.05f;
550 threshold; local
    [all...]
threshold.c 13 % MagickCore Image Threshold Methods %
86 #include "MagickCore/threshold.h"
125 " <threshold map=\"threshold\" alias=\"1x1\">"
126 " <description>Threshold 1x1 (non-dither)</description>"
130 " </threshold>"
131 " <threshold map=\"checks\" alias=\"2x1\">"
137 " </threshold>"
159 % AdaptiveThresholdImage() selects an individual threshold for each pixel
208 Initialize threshold image attributes
543 threshold; local
939 *threshold, local
1135 *threshold, local
1404 threshold; local
1638 threshold; local
1704 threshold; local
1790 threshold; local
    [all...]
  /external/adhd/cras/src/server/
cras_dsp_mod_builtin.c 408 float threshold = *data->ports[k+2]; local
417 drc_set_param(drc, i, PARAM_THRESHOLD, threshold);
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationGeometryGridRenderTests.cpp 493 const int threshold = 8; local
497 if (color.getGreen() < 255 - threshold || color.getBlue() > threshold)
  /external/deqp/modules/egl/
teglMemoryStressTests.cpp 437 float threshold = 50.0f; local
454 if (change > threshold)
456 log << TestLog::Message << "Allocated objects max: " << max << ", min: " << min << ", difference: " << change << "% threshold: " << threshold << "%" << TestLog::EndMessage;
teglNativeCoordMappingTests.cpp 257 const float threshold = 0.005f; local
259 return deFloatAbs(a.x() - b.x()) < threshold && deFloatAbs(a.y() - b.y()) < threshold && deFloatAbs(a.z() - b.z()) < threshold && deFloatAbs(a.w() - b.w()) < 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);
es2fShaderBuiltinVarTests.cpp 283 const tcu::RGBA threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold(); local
349 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT);
377 const tcu::RGBA threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold(); local
441 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT);
464 const float threshold = 0.02f; local
558 bool isOk = tcu::fuzzyCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT);
588 const tcu::RGBA threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold(); local
653 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT);
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 149 const IVec4 threshold = thresholdRGBA.toIVec(); local
177 const bool isOk = tcu::boolAll(tcu::lessThanEqual(diff, threshold));
188 return boolAll(lessThanEqual(maxDiffDst, threshold));
429 const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + (tcu::isAstcSRGBFormat(m_format) ? tcu::RGBA(2,2,2,2) : tcu::RGBA(1,1,1,1)); local
464 const bool compareOk = compareBlockImages(referenceFrame, renderedFrame, threshold, blockSize, curNumNonDummyBlocks, firstFailedBlockCoord, errorMask, maxDiff);
480 log << TestLog::Message << "Image comparison failed: max difference = " << maxDiff << ", threshold = " << threshold << TestLog::EndMessage
563 const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + (tcu::isAstcSRGBFormat(m_format) ? tcu::RGBA(2,2,2,2) : tcu::RGBA(1,1,1,1));
594 const bool compareOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "ComparisonResult", "Comparison Result", referenceFrame, renderedFrame, threshold,
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);
es3fShaderMetamorphicTests.cpp 173 const tcu::RGBA threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold(); local
195 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", recipientImg, variantImg, threshold, tcu::COMPARE_LOG_RESULT);
277 const tcu::Vec4 threshold = tcu::Vec4(0.01f, 0.01f, 0.01f, 0.01f); local
287 if (diff[j] >= threshold[j])
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/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
GlitchDetectionThread.java 191 final double threshold = 0.1; local
193 // for all elements in the FFT result that are smaller than threshold,
196 if (mFFTResult[j] < threshold) {
  /external/eigen/Eigen/src/LU/
FullPivLU.h 181 * For that, it uses the threshold value that you can control by calling
206 * For that, it uses the threshold value that you can control by calling
275 /** Allows to prescribe a threshold to be used by certain methods, such as rank(),
279 * When it needs to get the threshold value, Eigen calls threshold(). By default, this
280 * uses a formula to automatically determine a reasonable threshold.
284 * \param threshold The new value to use as the threshold.
287 * \f$ \vert pivot \vert \leqslant threshold \times \vert maxpivot \vert \f$
292 FullPivLU& setThreshold(const RealScalar& threshold)
317 RealScalar threshold() const function in class:Eigen::FullPivLU
    [all...]
  /external/eigen/Eigen/src/QR/
ColPivHouseholderQR.h 252 * For that, it uses the threshold value that you can control by calling
259 RealScalar premultiplied_threshold = abs(m_maxpivot) * threshold();
269 * For that, it uses the threshold value that you can control by calling
282 * For that, it uses the threshold value that you can control by calling
295 * For that, it uses the threshold value that you can control by calling
307 * For that, it uses the threshold value that you can control by calling
336 /** Allows to prescribe a threshold to be used by certain methods, such as rank(),
340 * When it needs to get the threshold value, Eigen calls threshold(). By default, this
341 * uses a formula to automatically determine a reasonable threshold
378 RealScalar threshold() const function in class:Eigen::ColPivHouseholderQR
    [all...]
FullPivHouseholderQR.h 243 * For that, it uses the threshold value that you can control by calling
250 RealScalar premultiplied_threshold = abs(m_maxpivot) * threshold();
260 * For that, it uses the threshold value that you can control by calling
273 * For that, it uses the threshold value that you can control by calling
286 * For that, it uses the threshold value that you can control by calling
298 * For that, it uses the threshold value that you can control by calling
327 /** Allows to prescribe a threshold to be used by certain methods, such as rank(),
331 * When it needs to get the threshold value, Eigen calls threshold(). By default, this
332 * uses a formula to automatically determine a reasonable threshold
369 RealScalar threshold() const function in class:Eigen::FullPivHouseholderQR
    [all...]
  /external/gemmlowp/fixedpoint/
fixedpoint.h 342 const IntegerType threshold = local
345 BitAnd(MaskIfGreaterThan(remainder, threshold), one));
372 const std::int32_t threshold = local
375 MaskIfGreaterThan(x, Dup<IntegerType>(threshold));
377 MaskIfLessThan(x, Dup<IntegerType>(-threshold));
    [all...]
  /external/guava/guava/src/com/google/common/collect/
Ordering.java 682 E threshold = elements.next(); local
683 buffer[0] = threshold;
685 // threshold is the kth smallest element seen so far. Once bufferSize >= k,
686 // anything larger than threshold can be ignored immediately.
691 threshold = max(threshold, e);
696 if (compare(e, threshold) >= 0) {
709 // -- the new value of threshold -- might be found.
725 threshold = buffer[minThresholdPosition];
727 threshold = max(threshold, buffer[i])
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
XLocaleDistanceTest.java 184 private Integer threshold = distance.getDefaultScriptDistance(); field in class:XLocaleDistanceTest.MyTestFileHandler
192 int supportedToDesiredActual = distance.distance(args.supported, args.desired, threshold, distanceOption);
193 int desiredToSupportedActual = distance.distance(args.desired, args.supported, threshold, distanceOption);
206 } else if (switchArg.equals("@Threshold")) {
207 threshold = Integer.valueOf(arguments.get(1));
XLocaleMatcherTest.java 100 // double threshold = 0.05;
111 // .build(), XLocaleMatcherData, threshold);
289 int threshold = -1; field in class:XLocaleMatcherTest.MyTestFileHandler
312 XLocaleMatcher matcher = threshold < 0 && distanceOption == DistanceOption.NORMAL
314 : newXLocaleMatcher(supportedList, threshold, distanceOption);
334 } else if (switchItem.equals("@Threshold")) {
335 threshold = Integer.valueOf(arguments.get(1));
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
XLocaleDistanceTest.java 181 private Integer threshold = distance.getDefaultScriptDistance(); field in class:XLocaleDistanceTest.MyTestFileHandler
189 int supportedToDesiredActual = distance.distance(args.supported, args.desired, threshold, distanceOption);
190 int desiredToSupportedActual = distance.distance(args.desired, args.supported, threshold, distanceOption);
203 } else if (switchArg.equals("@Threshold")) {
204 threshold = Integer.valueOf(arguments.get(1));
XLocaleMatcherTest.java 97 // double threshold = 0.05;
108 // .build(), XLocaleMatcherData, threshold);
286 int threshold = -1; field in class:XLocaleMatcherTest.MyTestFileHandler
309 XLocaleMatcher matcher = threshold < 0 && distanceOption == DistanceOption.NORMAL
311 : newXLocaleMatcher(supportedList, threshold, distanceOption);
331 } else if (switchItem.equals("@Threshold")) {
332 threshold = Integer.valueOf(arguments.get(1));
  /external/libavc/encoder/x86/
ime_distortion_metrics_sse42.c 1733 __m128i sad_b1, sad_b2, threshold; local
    [all...]
  /external/libopus/silk/fixed/
pitch_analysis_core_FIX.c 89 const opus_int32 search_thres1_Q16, /* I First stage threshold for lag candidates 0 - 1 */
90 const opus_int search_thres2_Q13, /* I Final threshold for lag candidates 0 - 1 */
109 opus_int32 sum, threshold, lag_counter; local
267 threshold = silk_SMULWB( search_thres1_Q16, Cmax );
269 /* Convert to 8 kHz indices for the sorted correlation that exceeds the threshold */
270 if( C[ i ] > threshold ) {
    [all...]

Completed in 594 milliseconds

1 2 3 45 6 7 8 91011>>