HomeSort by relevance Sort by last modified time
    Searched refs:average (Results 26 - 50 of 90) sorted by null

12 3 4

  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
profile-mode.rb 140 fixed_data.average.should == 1.075
147 cyclic_data.average.should == 5.75
  /external/chromium_org/third_party/opus/src/celt/
bands.h 69 int spreading_decision(const CELTMode *m, celt_norm *X, int *average,
  /system/extras/latencytop/
latencytop.c 370 unsigned long average; local
393 printf("%10s %10s %7s %s\n", "Maximum", "Average", "Count", "Reason");
396 average = e->total / e->count;
399 average / 1000, (average % 1000) / 10,
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelineFrameController.js 174 this.average = totalDuration / this.frameCount;
175 var variance = sumOfSquares / this.frameCount - this.average * this.average;
profilesPanel.css 83 .profile-view .data-grid th.average-column {
87 .profile-view .data-grid td.average-column {
  /external/webrtc/src/modules/audio_processing/aec/
aec_core.h 59 float average; member in struct:__anon28659
aec_core.c     [all...]
  /external/chromium_org/chrome/browser/ui/webui/performance_monitor/
performance_monitor_ui_util.cc 150 double average = integrated / resolution.InSecondsF(); local
151 aggregated_series->push_back(Metric(metric_type, window_end, average));
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 81 def average method in class:ANTLR3.Profile.DataSet
86 mean = average
172 mean, stdev = '%4.2f' % set.average, '%4.2f' % set.standard_deviation
178 report << "| %-66s | %7s |\n" % [ "Average k", mean ]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
MidpointDisplacementHeightMap.java 54 * randomly given an height, the center will be heighted to the average of
61 * the randomness (you can use the coordinates and/or the computed average height
91 * randomly given an height, the center will be heighted to the average of
160 * the average from the corners of the square with topleft corner at (coords[0],coords[1])
165 * @param offsetRange the offset range within a random value is picked and added to the average
192 * Will fill the cell at (x+stepSize/2, y) with the average of the 4 corners
239 * Generate a random value to add to the computed average
243 * @param average
246 protected float getOffset(Random random, float offsetRange, int[] coords, float average) {
  /external/webrtc/src/modules/audio_processing/interface/
audio_processing.h 214 int average; // Long-term average. member in struct:webrtc::AudioProcessing::Statistic
  /external/webrtc/test/testsupport/metrics/
video_metrics.cc 53 // Calculates average, min and max values for the supplied struct, if non-NULL.
58 // Calculate average
64 result->average = metrics_values_sum / result->frames.size();
  /frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
MemoryUsageTest.java 190 results.putInt(mNameToResultKey.get(appName), average(pssData)); method
193 private int average(List<Integer> pssData) { method in class:MemoryUsageTest
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
treemap.js 199 var average = node.data['$area'] / node.childCount;
200 if (average > 100 && node.childCount != 1) {
202 tr.innerHTML = '<td></td><td>' + node.childCount + '</td><td>' + humanReadableTime(average) + '</td>';
  /external/blktrace/btt/doc/
btt.tex 108 \item[average component times across all IOs] The time line of each IO
113 queue. This is the average time from when the IO enters the block
135 \item Time spent on the request queue. The average time from when
144 \item Driver and device time -- the average time from when the
164 currently average the queue-to-insert and queue-to-merge times,
169 For each row in this output, we provide a minimum, average, maximum
190 as to where IO spend most of the time on average. The following output
218 for the minimum, average and maximum IOs generated.
228 we see that (on average) the block IO layer is combining upwards of
230 resultant average IO size is 124 blocks
    [all...]
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_convolve8_avg_neon.asm 159 ; average the new value and the dst value
273 ; average the new value and the dst value
  /external/webrtc/src/
common_types.h 270 // average packet waiting time in the jitter buffer (ms)
282 int average; // average member in struct:webrtc::__anon28607
  /external/chromium_org/chrome/browser/resources/
about_stats.js 35 /* Timer accessor for Average Time Node. */
94 /* Compute the average time for timers */
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
filter.js 284 * Compute the average color for the image.
287 * @return {{r: number, g: number, b: number}} average color.
312 * Compute the average color with more weight given to pixes at the center.
315 * @return {{r: number, g: number, b: number}} weighted average color.
  /external/chromium/base/
tracked_objects.cc 42 double average = AverageMsDuration(); local
44 - average * average;
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/collationperf/
CollPerf.pl 199 <td>The average length of the generated sort keys, in bytes per character
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 199 <td>The average length of the generated sort keys, in bytes per character
  /external/libvpx/libvpx/vp8/common/arm/neon/
buildintrapredictorsmby_neon.asm 43 ; Default the DC average to 128
326 ; Default the DC average to 128
  /external/chromium_org/base/metrics/
histogram.cc 460 double average = static_cast<float>(samples.sum()) / sample_count; local
462 StringAppendF(output, ", average = %.1f", average);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
bg.js 112 // are aware of it, on average.

Completed in 1582 milliseconds

12 3 4