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

1 2 3 45 6 7 8 91011>>

  /external/deqp/modules/gles3/functional/
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);
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);
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 160 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local
211 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
350 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local
393 return compareImages(log, referenceFrame, renderedFrame, threshold);
512 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local
550 return compareImages(log, (string("Layer" + de::toString(layerNdx))).c_str(), (string("Layer " + de::toString(layerNdx))).c_str(), referenceFrame, renderedFrame, threshold);
664 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local
703 return compareImages(log, (string("Slice" + de::toString(sliceNdx))).c_str(), (string("Slice " + de::toString(sliceNdx))).c_str(), referenceFrame, renderedFrame, threshold);
811 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local
846 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
961 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local
1080 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local
1192 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local
    [all...]
  /external/deqp/modules/glshared/
glsFragOpInteractionCase.cpp 563 const tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold()+tcu::RGBA(3,3,3,3); local
564 const bool compareOk = tcu::bilinearCompare(m_testCtx.getLog(), "CompareResult", "Image comparison result", reference.getAccess(), rendered.getAccess(), threshold, tcu::COMPARE_LOG_RESULT);
glsRandomShaderCase.cpp 504 float threshold = 0.02f; local
505 bool imagesOk = tcu::fuzzyCompare(log, "Result", "Result images", reference.getAccess(), rendered.getAccess(), threshold, tcu::COMPARE_LOG_RESULT);
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaRenamer.java 76 private int threshold; field in class:SsaRenamer
111 threshold = 0;
147 * Constructs an instance of the renamer with threshold set
155 threshold = thresh;
239 * Returns true if this SSA register is below the specified threshold.
241 * for registers above a certain threshold.
244 * @return {@code true} if its register number is below the threshold
247 return ssaReg < threshold;
541 threshold == 0) {
550 threshold == 0)
    [all...]
  /external/eigen/Eigen/src/Core/
TriangularMatrix.h 795 RealScalar threshold = maxAbsOnUpperPart * prec; local
798 if(abs(coeff(i, j)) > threshold) return false;
818 RealScalar threshold = maxAbsOnLowerPart * prec; local
823 if(abs(coeff(i, j)) > threshold) return false;
  /external/eigen/Eigen/src/LU/
FullPivLU.h 154 * For that, it uses the threshold value that you can control by calling
179 * For that, it uses the threshold value that you can control by calling
238 /** Allows to prescribe a threshold to be used by certain methods, such as rank(),
242 * When it needs to get the threshold value, Eigen calls threshold(). By default, this
243 * uses a formula to automatically determine a reasonable threshold.
247 * \param threshold The new value to use as the threshold.
250 * \f$ \vert pivot \vert \leqslant threshold \times \vert maxpivot \vert \f$
255 FullPivLU& setThreshold(const RealScalar& threshold)
280 RealScalar threshold() const function in class:Eigen::FullPivLU
    [all...]
  /external/eigen/Eigen/src/QR/
ColPivHouseholderQR.h 218 * For that, it uses the threshold value that you can control by calling
225 RealScalar premultiplied_threshold = abs(m_maxpivot) * threshold();
235 * For that, it uses the threshold value that you can control by calling
248 * For that, it uses the threshold value that you can control by calling
261 * 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
305 /** Allows to prescribe a threshold to be used by certain methods, such as rank(),
309 * When it needs to get the threshold value, Eigen calls threshold(). By default, this
310 * uses a formula to automatically determine a reasonable threshold
347 RealScalar threshold() const function in class:Eigen::ColPivHouseholderQR
    [all...]
FullPivHouseholderQR.h 215 * For that, it uses the threshold value that you can control by calling
222 RealScalar premultiplied_threshold = abs(m_maxpivot) * threshold();
232 * For that, it uses the threshold value that you can control by calling
245 * For that, it uses the threshold value that you can control by calling
258 * For that, it uses the threshold value that you can control by calling
270 * For that, it uses the threshold value that you can control by calling
301 /** Allows to prescribe a threshold to be used by certain methods, such as rank(),
305 * When it needs to get the threshold value, Eigen calls threshold(). By default, this
306 * uses a formula to automatically determine a reasonable threshold
343 RealScalar threshold() const function in class:Eigen::FullPivHouseholderQR
    [all...]
  /external/jsoncpp/src/lib_json/
json_reader.cpp 592 Value::LargestUInt threshold = maxIntegerValue / 10; local
600 if ( value >= threshold )
606 if (value > threshold ||
  /external/libopus/silk/fixed/
pitch_analysis_core_FIX.c 88 const opus_int32 search_thres1_Q16, /* I First stage threshold for lag candidates 0 - 1 */
89 const opus_int search_thres2_Q13, /* I Final threshold for lag candidates 0 - 1 */
107 opus_int32 sum, threshold, lag_counter; local
261 threshold = silk_SMULWB( search_thres1_Q16, Cmax );
263 /* Convert to 8 kHz indices for the sorted correlation that exceeds the threshold */
264 if( C[ i ] > threshold ) {
    [all...]
  /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/qemu/audio/
esdaudio.c 118 int threshold; local
120 threshold = conf.divisor ? hw->samples / conf.divisor : 0;
134 if (esd->live > threshold) {
327 int threshold; local
329 threshold = conf.divisor ? hw->samples / conf.divisor : 0;
343 if (esd->dead > threshold) {
599 .descr = "threshold divisor"
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.h 96 int threshold; member in struct:SDL_PrivateVideoData::__anon34213
  /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 616 const double threshold = .0025; local
675 } while (fabs(result - prevResult) > threshold * result);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
ContactMatcher.java 37 // Suggest to aggregate contacts if their match score is equal or greater than this threshold
40 // Automatically aggregate contacts if their match score is equal or greater than this threshold
43 // Automatically aggregate contacts if the match score is equal or greater than this threshold
88 * between the strings is below the threshold.
320 float threshold = emailBased local
323 if (distance > threshold) {
372 public List<Long> prepareSecondaryMatchCandidates(int threshold) {
382 if (s >= threshold) {
394 * Returns the contactId with the best match score over the specified threshold or -1
399 public long pickBestMatch(int threshold, boolean allowMultipleMatches)
    [all...]
  /system/core/logd/
LogStatistics.cpp 651 size_t threshold = sizes(i); local
652 if (threshold < 65536) {
653 threshold = 65536;
655 threshold /= 100;
665 if (sizes < threshold) {
  /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/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/gles31/functional/
es31fAdvancedBlendTests.cpp 500 const float threshold = 0.002f; local
504 threshold, tcu::COMPARE_LOG_RESULT);

Completed in 700 milliseconds

1 2 3 45 6 7 8 91011>>