/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_encodeframe.c | 87 // Motion vector component magnitude threshold for defining fast motion. 434 int64_t threshold = threshold_multiplier * cpi->common.base_qindex; local 443 vt.part_variances->none.variance < threshold) { 450 vt.part_variances->vert[0].variance < threshold && 451 vt.part_variances->vert[1].variance < threshold) { 460 vt.part_variances->horz[0].variance < threshold && 461 vt.part_variances->horz[1].variance < threshold) { 549 // we get to one that's got a variance lower than our threshold, or we [all...] |
/external/deqp/modules/gles2/functional/ |
es2fDepthStencilTests.cpp | 620 tcu::RGBA threshold = m_context.getRenderTarget().getPixelFormat().getColorThreshold(); local 702 bool compareOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "CompareResult", "Image Comparison Result", *m_refColorBuffer, renderedImg, threshold, [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...] |
/external/deqp/modules/gles3/functional/ |
es3fDepthStencilTests.cpp | 620 tcu::RGBA threshold = m_context.getRenderTarget().getPixelFormat().getColorThreshold(); local 702 bool compareOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "CompareResult", "Image Comparison Result", *m_refColorBuffer, renderedImg, threshold, [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...] |
es3fFboInvalidateTests.cpp | [all...] |
es3fFboRenderTest.cpp | 505 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_config.colorFormat), tcu::RGBA(12, 12, 12, 12))); 507 return tcu::bilinearCompare(m_testCtx.getLog(), "ComparisonResult", "Image comparison result", reference.getAccess(), result.getAccess(), threshold, tcu::COMPARE_LOG_RESULT); [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...] |
/frameworks/wilhelm/src/android/ |
AudioPlayer_to_android.cpp | [all...] |
/external/chromium_org/third_party/freetype/src/truetype/ |
ttobjs.c | 765 exec->threshold = 0; [all...] |
/external/chromium_org/tools/binary_size/template/ |
D3SymbolTreeMap.js | [all...] |
/external/deqp/modules/glshared/ |
glsRasterizationTestUtil.cpp | [all...] |
/external/freetype/src/truetype/ |
ttobjs.c | 770 exec->threshold = 0; [all...] |
/external/opencv/cv/src/ |
cvcalibration.cpp | [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/ |
ttobjs.c | 775 exec->threshold = 0; [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver.h | 342 * wakeups and thereby save power. Specify the RSSI threshold in s32 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/xcb/ |
xproto.h | 3995 int16_t threshold; \/**< *\/ member in struct:xcb_change_pointer_control_request_t 4029 uint16_t threshold; \/**< *\/ member in struct:xcb_get_pointer_control_reply_t [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/xcb/ |
xproto.h | 3995 int16_t threshold; \/**< *\/ member in struct:xcb_change_pointer_control_request_t 4029 uint16_t threshold; \/**< *\/ member in struct:xcb_get_pointer_control_reply_t [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
onyx_if.c | [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
onyx_if.c | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
onyx_if.c | [all...] |
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-docs.js | 528 // 180px from the bottom of the list is the threshold
|
/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...] |
es31fSampleVariableTests.cpp | 78 // full threshold? print * for clarity 559 const int threshold = 255 / 4 / m_numTargetSamples + 1; 563 allOk &= verifyImageWithVerifier(resultBuffers[sampleNdx], m_testCtx.getLog(), ColorVerifier(tcu::Vec3(0.0f, sampleIdColor, 1.0f), tcu::IVec3(1, threshold, 1)), false); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/ |
Xproto.h | 928 CARD16 threshold B16; [all...] |