HomeSort by relevance Sort by last modified time
    Searched refs:maxDiff (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderPackingFunctionTests.cpp 168 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only.
223 if (diff0 > maxDiff || diff1 > maxDiff)
230 << "\n diffs = (" << diff0 << ", " << diff1 << "), max diff = " << maxDiff
286 const deUint32 maxDiff = 1; // Rounding error.
330 if (diff0 > maxDiff || diff1 > maxDiff)
338 << "\n ULP diffs = (" << diff0 << ", " << diff1 << "), max diff = " << maxDiff
391 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only.
446 if (diff0 > maxDiff || diff1 > maxDiff
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderPackingFunctionTests.cpp 166 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only.
222 if (diff0 > maxDiff || diff1 > maxDiff)
229 << "\n diffs = (" << diff0 << ", " << diff1 << "), max diff = " << maxDiff
266 const deUint32 maxDiff = 1; // Rounding error.
311 if (diff0 > maxDiff || diff1 > maxDiff)
319 << "\n ULP diffs = (" << diff0 << ", " << diff1 << "), max diff = " << maxDiff
357 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only.
413 if (diff0 > maxDiff || diff1 > maxDiff
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderPackingFunctionTests.cpp 162 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only.
218 if (diff0 > maxDiff || diff1 > maxDiff)
225 << "\n diffs = (" << diff0 << ", " << diff1 << "), max diff = " << maxDiff
262 const deUint32 maxDiff = 1; // Rounding error.
307 if (diff0 > maxDiff || diff1 > maxDiff)
315 << "\n ULP diffs = (" << diff0 << ", " << diff1 << "), max diff = " << maxDiff
353 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only.
409 if (diff0 > maxDiff || diff1 > maxDiff
    [all...]
es3fColorClearTest.cpp 239 RGBA maxDiff(0, 0, 0, 0);
263 maxDiff = max(maxDiff, diff);
274 m_testCtx.getLog() << tcu::TestLog::Message << "Image comparison failed, max diff = " << maxDiff << ", threshold = " << colorThreshold << tcu::TestLog::EndMessage;
es3fASTCDecompressionCases.cpp 463 IVec4 maxDiff;
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
  /external/sonic/
Sonic.java 522 int minDiff = 1, maxDiff = 0;
539 if(diff*worstPeriod > maxDiff*period) {
540 maxDiff = diff;
545 retMaxDiff = maxDiff/worstPeriod;
554 int maxDiff,
561 if(maxDiff > minDiff*3) {
587 Integer maxDiff = new Integer(0);
595 period = findPitchPeriodInRange(samples, position, minPeriod, maxPeriod, minDiff, maxDiff);
599 maxPeriod/skip, minDiff, maxDiff);
611 period = findPitchPeriodInRange(samples, position, minP, maxP, minDiff, maxDiff);
    [all...]
sonic.c 619 unsigned long diff, minDiff = 1, maxDiff = 0;
639 if(diff*worstPeriod > maxDiff*period) {
640 maxDiff = diff;
645 *retMaxDiff = maxDiff/worstPeriod;
655 int maxDiff,
662 if(maxDiff > minDiff*3) {
690 int minDiff, maxDiff, retPeriod;
698 period = findPitchPeriodInRange(samples, minPeriod, maxPeriod, &minDiff, &maxDiff);
702 maxPeriod/skip, &minDiff, &maxDiff);
715 &minDiff, &maxDiff);
    [all...]
  /external/deqp/framework/common/
tcuImageCompare.cpp 495 UVec4 maxDiff (0, 0, 0, 0);
512 maxDiff = max(maxDiff, diff);
519 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold));
532 log << TestLog::Message << "Image comparison failed: max difference = " << maxDiff << ", threshold = " << threshold << TestLog::EndMessage;
581 Vec4 maxDiff (0.0f, 0.0f, 0.0f, 0.0f);
599 maxDiff = max(maxDiff, diff);
606 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold));
619 log << TestLog::Message << "Image comparison failed: max difference = " << maxDiff << ", threshold = " << threshold << TestLog::EndMessage
    [all...]
  /external/skia/gm/
shapes_as_paths.cpp 40 int maxDiffX = 0, maxDiffY = 0, maxDiff = 0;
55 if (diff > maxDiff) {
58 maxDiff = diff;
67 outline.setColor(maxDiff == 0 ? 0xFF007F00 : 0xFF7F0000);
69 if (maxDiff > 0) {
  /external/skqp/gm/
shapes_as_paths.cpp 39 int maxDiffX = 0, maxDiffY = 0, maxDiff = 0;
54 if (diff > maxDiff) {
57 maxDiff = diff;
66 outline.setColor(maxDiff == 0 ? 0xFF007F00 : 0xFF7F0000);
68 if (maxDiff > 0) {
  /external/deqp/modules/gles2/functional/
es2fColorClearTest.cpp 239 RGBA maxDiff(0, 0, 0, 0);
263 maxDiff = max(maxDiff, diff);
274 m_testCtx.getLog() << tcu::TestLog::Message << "Image comparison failed, max diff = " << maxDiff << ", threshold = " << colorThreshold << tcu::TestLog::EndMessage;
  /external/skia/tools/
sk_tool_utils.h 80 * Returns true iff all of the pixels between the two images differ by <= the maxDiff value
85 * If the colorType is half-float, then maxDiff is interpreted as 0..255 --> 0..1
87 bool equal_pixels(const SkPixmap&, const SkPixmap&, unsigned maxDiff = 0,
89 bool equal_pixels(const SkBitmap&, const SkBitmap&, unsigned maxDiff = 0,
91 bool equal_pixels(const SkImage* a, const SkImage* b, unsigned maxDiff = 0,
sk_tool_utils.cpp 458 bool equal_pixels(const SkPixmap& a, const SkPixmap& b, unsigned maxDiff,
473 if (diff(a.colorType(), a.addr(x, y), b.addr(x, y)) > maxDiff) {
484 bool equal_pixels(const SkBitmap& bm0, const SkBitmap& bm1, unsigned maxDiff,
488 equal_pixels(pm0, pm1, maxDiff, respectColorSpaces);
491 bool equal_pixels(const SkImage* a, const SkImage* b, unsigned maxDiff,
501 equal_pixels(pm0, pm1, maxDiff, respectColorSpaces);
  /external/skqp/tools/
sk_tool_utils.h 77 * Returns true iff all of the pixels between the two images differ by <= the maxDiff value
82 * If the colorType is half-float, then maxDiff is interpreted as 0..255 --> 0..1
84 bool equal_pixels(const SkPixmap&, const SkPixmap&, unsigned maxDiff = 0,
86 bool equal_pixels(const SkBitmap&, const SkBitmap&, unsigned maxDiff = 0,
88 bool equal_pixels(const SkImage* a, const SkImage* b, unsigned maxDiff = 0,
sk_tool_utils.cpp 518 bool equal_pixels(const SkPixmap& a, const SkPixmap& b, unsigned maxDiff,
533 if (diff(a.colorType(), a.addr(x, y), b.addr(x, y)) > maxDiff) {
544 bool equal_pixels(const SkBitmap& bm0, const SkBitmap& bm1, unsigned maxDiff,
548 equal_pixels(pm0, pm1, maxDiff, respectColorSpaces);
551 bool equal_pixels(const SkImage* a, const SkImage* b, unsigned maxDiff,
561 equal_pixels(pm0, pm1, maxDiff, respectColorSpaces);
  /libcore/tools/docs/crypto/
update_crypto_support_test.py 37 maxDiff = None
  /external/autotest/scheduler/
drone_utility_unittest.py 91 self.maxDiff = None
119 self.maxDiff = None
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
test_case.py 594 self.assertEqual(self.maxDiff, 80*8)
602 self.maxDiff = len(diff)//2
612 self.maxDiff = len(diff) * 2
622 self.maxDiff = None
633 self.maxDiff = 1
638 self.maxDiff = None
642 self.maxDiff = 4
674 self.maxDiff = None
    [all...]
  /external/python/cpython2/Lib/unittest/test/
test_case.py 595 self.assertEqual(self.maxDiff, 80*8)
603 self.maxDiff = len(diff)//2
613 self.maxDiff = len(diff) * 2
623 self.maxDiff = None
634 self.maxDiff = 1
639 self.maxDiff = None
643 self.maxDiff = 4
675 self.maxDiff = None
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_case.py 595 self.assertEqual(self.maxDiff, 80*8)
603 self.maxDiff = len(diff)//2
613 self.maxDiff = len(diff) * 2
623 self.maxDiff = None
634 self.maxDiff = 1
639 self.maxDiff = None
643 self.maxDiff = 4
675 self.maxDiff = None
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
test_case.py 595 self.assertEqual(self.maxDiff, 80*8)
603 self.maxDiff = len(diff)//2
613 self.maxDiff = len(diff) * 2
623 self.maxDiff = None
634 self.maxDiff = 1
639 self.maxDiff = None
643 self.maxDiff = 4
675 self.maxDiff = None
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_case.py 595 self.assertEqual(self.maxDiff, 80*8)
603 self.maxDiff = len(diff)//2
613 self.maxDiff = len(diff) * 2
623 self.maxDiff = None
634 self.maxDiff = 1
639 self.maxDiff = None
643 self.maxDiff = 4
675 self.maxDiff = None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_case.py 595 self.assertEqual(self.maxDiff, 80*8)
603 self.maxDiff = len(diff)//2
613 self.maxDiff = len(diff) * 2
623 self.maxDiff = None
634 self.maxDiff = 1
639 self.maxDiff = None
643 self.maxDiff = 4
675 self.maxDiff = None
    [all...]
  /external/autotest/server/hosts/
cros_repair_unittest.py 112 maxDiff = None
  /tools/tradefederation/core/atest/
test_finder_handler_unittest.py 71 self.maxDiff = None

Completed in 960 milliseconds

1 2 3 4