/external/deqp/modules/gles2/functional/ |
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...] |
es2fFboRenderTest.cpp | 628 const float threshold = 0.02f; local 629 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT); [all...] |
es2fVertexTextureTests.cpp | 381 const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(15,15,15,15); local 382 return tcu::pixelThresholdCompare(log, "Result", "Image compare result", ref, res, threshold, tcu::COMPARE_LOG_RESULT); [all...] |
/external/deqp/modules/gles3/functional/ |
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...] |
es3fTextureSpecificationTests.cpp | 307 UVec4 threshold = computeCompareThreshold(m_context.getRenderTarget().getPixelFormat(), m_texFormat); local 311 bool isOk = tcu::intThresholdCompare(m_testCtx.getLog(), name.c_str(), desc.c_str(), reference.getAccess(), result.getAccess(), threshold, 398 const float threshold = 0.02f; local 403 bool isFaceOk = tcu::fuzzyCompare(m_testCtx.getLog(), name.c_str(), desc.c_str(), reference, result, threshold, 498 UVec4 threshold = computeCompareThreshold(m_context.getRenderTarget().getPixelFormat(), m_texFormat); local 503 bool depthOk = tcu::intThresholdCompare(m_testCtx.getLog(), name.c_str(), desc.c_str(), reference.getAccess(), result.getAccess(), threshold, 599 UVec4 threshold = computeCompareThreshold(m_context.getRenderTarget().getPixelFormat(), m_texFormat); local 604 bool depthOk = tcu::intThresholdCompare(m_testCtx.getLog(), name.c_str(), desc.c_str(), reference.getAccess(), result.getAccess(), threshold, [all...] |
es3fTextureUnitTests.cpp | 586 const float threshold = 0.1f; local 595 if (de::abs(lodMax) < threshold || (lodMax > 0.0f && de::abs(deFloatFrac(lodMax) - 0.5f) < threshold) || 596 de::abs(lodMin) < threshold || (lodMin > 0.0f && de::abs(deFloatFrac(lodMin) - 0.5f) < threshold) || 1044 const float threshold = 0.001f; local [all...] |
es3fVertexTextureTests.cpp | 479 const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(15,15,15,15); local 480 return tcu::pixelThresholdCompare(log, "Result", "Image compare result", ref, res, threshold, tcu::COMPARE_LOG_RESULT); [all...] |
/external/deqp/modules/gles31/functional/ |
es31fLayoutBindingTests.cpp | 530 const tcu::RGBA threshold = m_context.getRenderContext().getRenderTarget().getPixelFormat().getColorThreshold(); local 548 return tcu::pixelThresholdCompare(m_testCtx.getLog(), "Render result", "Result verification", reference, result, threshold, tcu::COMPARE_LOG_RESULT); [all...] |
es31fGeometryShaderTests.cpp | 3404 const int threshold = 8; local 3459 const int threshold = 8; local [all...] |
es31fSSBOLayoutCase.cpp | 1637 const float threshold = 0.05f; \/\/ Same as used in shaders - should be fine for values being used. local [all...] |
/external/freetype/src/autofit/ |
aflatin.c | 452 /* that are not on the same Y coordinate, then threshold */ 510 /* threshold. This ensures that small bumps in the outline */ 521 /* heuristic threshold value */ 532 /* heuristic threshold value */ 937 FT_Pos threshold; local 946 threshold = 40; 953 threshold = 52; 955 fitted = ( scaled + threshold ) & ~63; [all...] |
aflatin2.c | 301 /* same Y coordinate. Threshold the `closeness'... */ 567 FT_Pos threshold; local 576 threshold = 40; 583 threshold = 52; 585 fitted = ( scaled + threshold ) & ~63; [all...] |
/external/jemalloc/src/ |
arena.c | 871 size_t npurgeable, threshold; local 880 threshold = (arena->nactive >> opt_lg_dirty_mult); 883 * threshold. 885 if (npurgeable <= threshold) 913 size_t threshold = (arena->nactive >> opt_lg_dirty_mult); local 915 npurgatory = npurgeable - threshold; 1116 * reduce ndirty below the threshold. 1148 * threshold. [all...] |
/external/libopus/src/ |
opus_encoder.c | 111 middle (memoriless) threshold. The second column is the hysteresis 137 /* Threshold bit-rates for switching between mono and stereo */ 141 /* Threshold bit-rate for switching between SILK/hybrid and CELT-only */ 1258 int threshold, hysteresis; local [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
rdopt.c | 1141 /* 64 makes this threshold really big effectively making it so that we 1776 unsigned int threshold = (xd->block[0].dequant[1] local [all...] |
/external/opencv/cv/include/ |
cvtypes.h | 342 float* threshold; member in struct:CvHaarClassifier 352 float threshold; member in struct:CvHaarStageClassifier
|
/external/opencv/cv/src/ |
mycvHaarDetectObjects.cpp | 69 int threshold; member in struct:MyCvHidHaarTreeNode 89 float threshold; member in struct:MyCvHidHaarStageClassifier 270 hid_stage_classifier->threshold = stage_classifier->threshold - icv_stage_threshold_bias; 300 node->threshold = (int)((classifier->threshold[l]) * 65536.0); 351 ipp_thresholds[j] = classifier->threshold[0]; 411 double t = node->threshold * variance_norm_factor; 534 // if( stage_sum >= ptr->threshold ) 562 int t = node->threshold * variance_norm_factor [all...] |
/external/pdfium/core/src/reflow/ |
layoutprocessor_reflow.cpp | 1188 FX_FLOAT threshold = last_width > this_width ? last_width \/ 4 : this_width \/ 4; local 1228 FX_FLOAT threshold = last_width > this_width ? last_width \/ 4 : this_width \/ 4; local [all...] |
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
VoiceDialerActivity.java | 629 private static final int THRESHOLD = 8; // absolute pseudo energy threshold 650 int threshold = THRESHOLD*sampleCount; // absolute energy threshold local 678 if (energy > threshold && energy > (prevE * 2) && prevE != 0) { 679 // rising edge if energy doubled and > abs threshold 685 if (energy < threshold || energy < (prevE / 2)){ 700 if (energy < threshold || energy < (peak / 2)) { [all...] |
/system/core/libpixelflinger/ |
scanline.cpp | 1144 int threshold = get_value(); local 1201 int threshold = di.get_value() << (8 - GGL_DITHER_BITS); local 1321 int threshold = di.get_value() << (8 - GGL_DITHER_BITS); local 1376 int threshold = di.get_value() << (8 - GGL_DITHER_BITS); local [all...] |
/bionic/libc/kernel/uapi/linux/ |
omap3isp.h | 176 __u8 threshold; member in struct:omap3isp_h3a_af_hmf
|
/dalvik/tools/dmtracedump/ |
TraceDump.c | 225 int threshold; member in struct:Options [all...] |
/development/ndk/platforms/android-L/include/linux/ |
omap3isp.h | 176 __u8 threshold; member in struct:omap3isp_h3a_af_hmf
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
EventHandler.cpp | 3025 int threshold = GeneralDragHysteresis; local [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
vp9_encodeframe.c | 55 // Motion vector component magnitude threshold for defining fast motion. 388 int64_t threshold = threshold_multiplier * cpi->common.base_qindex; local 397 vt.part_variances->none.variance < threshold) { 404 vt.part_variances->vert[0].variance < threshold && 405 vt.part_variances->vert[1].variance < threshold) { 414 vt.part_variances->horz[0].variance < threshold && 415 vt.part_variances->horz[1].variance < threshold) { 503 // we get to one that's got a variance lower than our threshold, or we 1287 int threshold = 0; local [all...] |