/external/deqp/modules/gles2/functional/ |
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);
|
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...] |
es2fClippingTests.cpp | 88 const tcu::IVec4 threshold (20, 256, 256, 256); 90 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - halfFilled), threshold)); 96 const int threshold = 20; local 98 return a.x() + threshold < halfFilled; 110 const tcu::IVec4 threshold(20, 20, 20, 0); 117 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - b), threshold)); 815 const float threshold = 0.3f; local 816 if (!tcu::fuzzyCompare(log, "Images", "", referenceImageAccess, testImageAccess, threshold, tcu::COMPARE_LOG_ON_ERROR)) 1002 const float threshold = 0.3f; local [all...] |
/external/deqp/modules/gles3/functional/ |
es3fASTCDecompressionCases.cpp | [all...] |
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);
|
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...] |
es3fClippingTests.cpp | 91 const tcu::IVec4 threshold (20, 256, 256, 256); 93 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - halfFilled), threshold)); 99 const int threshold = 20; local 101 return a.x() + threshold < halfFilled; 113 const tcu::IVec4 threshold(20, 20, 20, 0); 120 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - b), threshold)); 819 const float threshold = 0.3f; local 820 if (!tcu::fuzzyCompare(log, "Images", "", referenceImageAccess, testImageAccess, threshold, tcu::COMPARE_LOG_ON_ERROR)) 1006 const float threshold = 0.3f; local [all...] |
es3fFboColorbufferTests.cpp | 89 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_format), MIN_THRESHOLD)); 91 m_testCtx.getLog() << TestLog::Message << "Comparing images, threshold: " << threshold << TestLog::EndMessage; 93 return tcu::bilinearCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference.getAccess(), result.getAccess(), threshold, tcu::COMPARE_LOG_RESULT);
|
/external/deqp/modules/gles31/functional/ |
es31fAdvancedBlendTests.cpp | 500 const float threshold = 0.002f; local 504 threshold, tcu::COMPARE_LOG_RESULT);
|
/external/deqp/modules/glshared/ |
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);
|
glsTextureTestUtil.hpp | 379 bool compareImages (tcu::TestLog& log, const char* name, const char* desc, const tcu::Surface& reference, const tcu::Surface& rendered, tcu::RGBA threshold); 380 bool compareImages (tcu::TestLog& log, const tcu::Surface& reference, const tcu::Surface& rendered, tcu::RGBA threshold); 553 tcu::Vec4 colorThreshold; //!< Threshold for color value comparison.
|
/external/eigen/Eigen/src/SparseQR/ |
SparseQR.h | 118 /** \returns the number of non linearly dependent columns as determined by the pivoting threshold. 191 /** Sets the threshold that is used to determine linearly dependent columns during the factorization. 194 * this threshold, then the entire column is treated as zero, and it is moved at the end. 196 void setPivotThreshold(const RealScalar& threshold) 199 m_threshold = threshold; 259 RealScalar m_threshold; // Threshold to determine null Householder reflections 260 bool m_useDefaultThreshold; // Use default threshold 344 /* Compute the default threshold as in MatLab, see:
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
pickinter.c | 464 unsigned int threshold = (xd->block[0].dequant[1] local 467 if(threshold < x->encode_breakout) 468 threshold = x->encode_breakout; 470 if (sse < threshold ) 758 * If so then prevent it from being tested and increase the threshold 766 /* Increase the threshold for coding this mode to make it less [all...] |
/external/deqp/modules/egl/ |
teglRenderTests.cpp | 699 const float threshold = 0.02f; local 789 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, threshold, tcu::COMPARE_LOG_RESULT); 884 const float threshold = 0.02f; local 1000 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, threshold, tcu::COMPARE_LOG_RESULT); [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
pickinter.c | 464 unsigned int threshold = (xd->block[0].dequant[1] local 467 if(threshold < x->encode_breakout) 468 threshold = x->encode_breakout; 470 if (sse < threshold ) 748 * If so then prevent it from being tested and increase the threshold 756 /* Increase the threshold for coding this mode to make it less [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_onyx_int.h | 223 // Frame drop threshold. 346 // Thresh_mult is used to set a threshold for the rd score. A higher value 349 // to pick a threshold. 413 // Get threshold from external input. In real time mode, it can be 559 unsigned int threshold[MAX_SEGMENTS]);
|
/external/oprofile/events/x86-64/hammer/ |
unit_masks | 184 0x04 Number of clocks when die temperature is higher than the software high temperature threshold (RevF) 185 0x08 Number of clocks when high temperature threshold was exceeded (RevF)
|
/external/chromium_org/ppapi/proxy/ |
raw_var_data.cc | 217 uint32 threshold) { 218 if (threshold == 0) 221 g_minimum_array_buffer_size_for_shmem = threshold;
|
/external/chromium_org/third_party/opus/src/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/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/linux-tools-perf/perf-3.12.0/tools/perf/ |
builtin-timechart.c | 895 static int determine_display_tasks(u64 threshold) 913 if (p->total_time >= threshold && !power_only) 924 if (c->total_time >= threshold && !power_only) {
|
/dalvik/tools/dmtracedump/ |
TraceDump.c | 225 int threshold; member in struct:Options [all...] |
/external/chromium_org/third_party/skia/third_party/lua/src/ |
lgc.c | 904 ** cycle will start when memory use hits threshold 907 l_mem debt, threshold; local 909 threshold = (g->gcpause < MAX_LMEM / estimate) /* overflow? */ 912 debt = -cast(l_mem, threshold - gettotalbytes(g)); [all...] |
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
sctp_timer.c | 100 struct sctp_nets *net, uint16_t threshold) 108 /* We had a threshold failure */ 154 (uint32_t)threshold, 160 if (stcb->asoc.overall_error_count > threshold) { 831 /* We don't do normal threshold management on window probes */ 1031 * increment the resend counter (after all the threshold management stuff of [all...] |