/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) {
|
/external/deqp/modules/gles2/functional/ |
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/ |
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);
|
es3fFragmentOutputTests.cpp | 705 gl.disable(GL_DITHER); // Dithering causes issues with unorm formats. Those issues could be worked around in threshold, but it makes validation less accurate. 824 UVec4 formatThreshold; //!< Threshold computed based on format. 825 deUint32 precThreshold = 0; //!< Threshold computed based on output type precision 856 // bits in the process and it must be taken into account when computing threshold. 859 const Vec4 threshold = select(baseThreshold, Vec4(2.0f), cmpMask); local 861 isOk = tcu::floatThresholdCompare(log, name.c_str(), desc.c_str(), reference, rendered, threshold, tcu::COMPARE_LOG_RESULT); 868 const tcu::UVec4 threshold = select(UVec4(0u), UVec4(~0u), cmpMask); local 869 isOk = tcu::intThresholdCompare(log, name.c_str(), desc.c_str(), reference, rendered, threshold, tcu::COMPARE_LOG_RESULT); [all...] |
/dalvik/tools/dmtracedump/ |
TraceDump.c | 225 int threshold; member in struct:Options [all...] |
/prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/ |
commons-io-1.3.2.jar | |
/prebuilts/tools/common/m2/repository/commons-io/commons-io/1.3.2/ |
commons-io-1.3.2.jar | |
/prebuilts/tools/common/m2/repository/org/sonatype/gossip/gossip/1.3/ |
gossip-1.3.jar | |
/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 | 98 struct sctp_nets *net, uint16_t threshold) 106 /* We had a threshold failure */ 152 (uint32_t)threshold, 158 if (stcb->asoc.overall_error_count > threshold) { 829 /* We don't do normal threshold management on window probes */ 1029 * increment the resend counter (after all the threshold management stuff of [all...] |
/frameworks/base/core/java/android/app/ |
ActivityManager.java | 1626 public long threshold; field in class:ActivityManager.MemoryInfo [all...] |
/frameworks/base/core/java/android/widget/ |
SearchView.java | [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
SearchView.java | [all...] |
/hardware/intel/img/libdrm/libdrm/intel/ |
intel_bufmgr_gem.c | 1353 unsigned int threshold = bufmgr_gem->gtt_size * 3 \/ 4; local [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
PhotoView.java | [all...] |
/packages/apps/Mms/src/com/android/mms/data/ |
WorkingMessage.java | 494 int threshold = MmsConfig.getSmsToMmsTextThreshold(); local 495 setLengthRequiresMms(threshold > 0 && smsSegmentCount > threshold, false); [all...] |
/external/chromium_org/chrome/browser/history/ |
history_types.h | 666 // Returns the date threshold for considering an history item as significant. 670 // is_null() then this function determines a new time threshold each time it is 675 bool RowQualifiesAsSignificant(const URLRow& row, const base::Time& threshold);
|
/external/chromium_org/third_party/freetype/src/autofit/ |
aflatin.c | 347 /* same Y coordinate, then threshold the `closeness'... */ 622 FT_Pos threshold; local 631 threshold = 40; 638 threshold = 52; 640 fitted = ( scaled + threshold ) & ~63; [all...] |
aflatin2.c | 300 /* same Y coordinate. Threshold the `closeness'... */ 566 FT_Pos threshold; local 575 threshold = 40; 582 threshold = 52; 584 fitted = ( scaled + threshold ) & ~63; [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/ |
postproc_sse2.asm | 29 ;get threshold 58 ;get threshold
|
/external/freetype/src/autofit/ |
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...] |