Searched refs:average (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_MotionEstimationMB.c295 OMX_INT intraSAD, average, count, index, x, y; local
516 for (count = 0, average = 0; count < 256 ; count++)
518 average = average + pTempSrcCurrBuf[count];
520 average = average/256;
527 intraSAD += armAbs ((pTempSrcCurrBuf[count]) - (average));
/frameworks/base/libs/hwui/tests/macrobench/
H A DTestSceneRunner.cpp55 T average() { function in class:ModifiedMovingAverage
120 printf("Average frametime %.3fms\n", avgMs.average());
/frameworks/base/sax/tests/saxtests/src/android/sax/
H A DSafeSaxTest.java322 String average = attributes.getValue("", "average");
323 video.rating = average == null
324 ? 0.0f : Float.parseFloat(average);
442 String average = attributes.getValue("", "average");
443 video.rating = average == null
444 ? 0.0f : Float.parseFloat(average);
/frameworks/native/libs/binder/tests/
H A DbinderThroughputTest.cpp136 double average = (double)m_total_time / m_transactions / 1.0E6; local
137 cout << "average:" << average << "ms worst:" << worst << "ms best:" << best << "ms" << endl;
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
H A DMemoryUsageTest.java232 results.putInt(mNameToResultKey.get(appName), average(pssData));
235 private int average(List<Integer> pssData) { method in class:MemoryUsageTest

Completed in 1779 milliseconds