HomeSort by relevance Sort by last modified time
    Searched defs:maxDiff (Results 1 - 16 of 16) sorted by null

  /external/autotest/server/hosts/
cros_repair_unittest.py 110 maxDiff = None
  /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...]
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/skia/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/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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
case.py 22 'Set self.maxDiff to None to see it.')
170 maxDiff = 80*8
723 max_diff = self.maxDiff
    [all...]
  /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/python/cpython2/Lib/unittest/
case.py 23 'Set self.maxDiff to None to see it.')
159 * maxDiff: sets the maximum length of a diff in failure messages
168 maxDiff = 80*8
727 max_diff = self.maxDiff
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/
case.py 23 'Set self.maxDiff to None to see it.')
161 * maxDiff: sets the maximum length of a diff in failure messages
170 maxDiff = 80*8
729 max_diff = self.maxDiff
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/
case.py 23 'Set self.maxDiff to None to see it.')
161 * maxDiff: sets the maximum length of a diff in failure messages
170 maxDiff = 80*8
729 max_diff = self.maxDiff
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
case.py 23 'Set self.maxDiff to None to see it.')
161 * maxDiff: sets the maximum length of a diff in failure messages
170 maxDiff = 80*8
729 max_diff = self.maxDiff
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
case.py 23 'Set self.maxDiff to None to see it.')
161 * maxDiff: sets the maximum length of a diff in failure messages
170 maxDiff = 80*8
729 max_diff = self.maxDiff
    [all...]
  /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/aac/libAACenc/src/
adj_thr.cpp     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 734 milliseconds