Home
last modified time | relevance | path

Searched refs:average (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/proto/src/
Dgnss.proto37 // Number of top 4 average CN0 processed
40 // Mean of top 4 average CN0 (dB-Hz)
43 // Standard deviation of top 4 average CN0 (dB-Hz)
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
DomxVCM4P2_MotionEstimationMB.c295 OMX_INT intraSAD, average, count, index, x, y; in omxVCM4P2_MotionEstimationMB() local
516 for (count = 0, average = 0; count < 256 ; count++) in omxVCM4P2_MotionEstimationMB()
518 average = average + pTempSrcCurrBuf[count]; in omxVCM4P2_MotionEstimationMB()
520 average = average/256; in omxVCM4P2_MotionEstimationMB()
527 intraSAD += armAbs ((pTempSrcCurrBuf[count]) - (average)); in omxVCM4P2_MotionEstimationMB()
/frameworks/base/sax/tests/saxtests/src/android/sax/
DSafeSaxTest.java322 String average = attributes.getValue("", "average"); in newContentHandler()
323 video.rating = average == null in newContentHandler()
324 ? 0.0f : Float.parseFloat(average); in newContentHandler()
442 String average = attributes.getValue("", "average"); in startElement() local
443 video.rating = average == null in startElement()
444 ? 0.0f : Float.parseFloat(average); in startElement()
/frameworks/base/libs/hwui/tests/macrobench/
DTestSceneRunner.cpp56 T average() { in average() function in ModifiedMovingAverage
177 printf("Average frametime %.3fms\n", avgMs.average()); in run()
/frameworks/rs/tests/java_api/Refocus/dataExtraction/
DRefocusTestTimingProcess.txt9 …n the script several times with some short intervals (a few seconds) and average the performance n…
14 … paste them in the N5.txt file. If you want to take 3 set of numbers and average them, organize 3 …
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
DMemoryUsageTest.java231 results.putInt(mNameToResultKey.get(appName), average(pssData)); in measureMemory()
234 private int average(List<Integer> pssData) { in average() method in MemoryUsageTest
/frameworks/native/libs/binder/tests/
DbinderThroughputTest.cpp146 double average = (double)m_total_time / m_transactions / 1.0E6; in dump() local
147 cout << "average:" << average << "ms worst:" << worst << "ms best:" << best << "ms" << endl; in dump()
Dschd-dbg.cpp247 double average = (double)m_total_time / m_transactions / 1.0E6; in dump() local
251 << average << ",\"wst\":" << setw(W) << left << worst in dump()
/frameworks/native/cmds/dumpstate/
Dutils.cpp201 int32_t average = floor(((float)total) / runs); in Save() local
202 MYLOGI("Saving stats (total=%d, runs=%d, average=%d) on %s\n", total, runs, average, in Save()
208 std::string content = android::base::StringPrintf("%d %d\n", runs, average); in Save()
/frameworks/ml/nn/common/operations/internal/reference/
Dreference_ops.h1240 const float average = total / filter_count; in AveragePool() local
1242 ActivationFunction<Ac>(average); in AveragePool()
/frameworks/base/api/
Dcurrent.txt67983 method public abstract java.util.OptionalDouble average();
68034 method public abstract java.util.OptionalDouble average();
68086 method public abstract java.util.OptionalDouble average();
Dtest-current.txt68465 method public abstract java.util.OptionalDouble average();
68516 method public abstract java.util.OptionalDouble average();
68568 method public abstract java.util.OptionalDouble average();
Dsystem-current.txt71941 method public abstract java.util.OptionalDouble average();
71992 method public abstract java.util.OptionalDouble average();
72044 method public abstract java.util.OptionalDouble average();