/external/netperf/doc/examples/ |
bloat.sh | 56 DS:tps:GAUGE:$MAX_INTERVAL:U:U RRA:AVERAGE:0.5:1:$LENGTH 69 DS:mbps:GAUGE:$STREAM_MAX_INTERVAL:U:U RRA:AVERAGE:0.5:1:$STREAM_LENGTH 92 DEF:trans=netperf_rr.rrd:tps:AVERAGE \ 95 DEF:mbps=netperf_stream.rrd:mbps:AVERAGE \ 114 DEF:trans=netperf_rr.rrd:tps:AVERAGE \ 117 DEF:mbps=netperf_stream.rrd:mbps:AVERAGE \
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
echo_cancellation.c | 469 if ((erl.himean > kOffsetLevel) && (erl.average > kOffsetLevel)) { 470 // Use a mix between regular average and upper part average. 471 dtmp = kUpWeight * erl.himean + (1 - kUpWeight) * erl.average; 472 metrics->erl.average = (int)dtmp; 474 metrics->erl.average = kOffsetLevel; 488 if ((erle.himean > kOffsetLevel) && (erle.average > kOffsetLevel)) { 489 // Use a mix between regular average and upper part average. 490 dtmp = kUpWeight * erle.himean + (1 - kUpWeight) * erle.average; [all...] |
/external/webrtc/webrtc/modules/video_coding/codecs/test/ |
stats.cc | 72 // Calculate min, max, average and total encoding time 106 printf(" Average : %7d us\n", 133 printf(" Average : %7d us\n", 149 printf(" Average : %7" PRIuS " bytes\n", 152 printf(" Average key frame size : %7" PRIuS " bytes (%" PRIuS 157 printf(" Average non-key frame size: %7" PRIuS " bytes (%" PRIuS
|
/libcore/ojluni/src/test/java/util/stream/ |
TestDoubleSumAverage.java | 33 * @summary Test for use of non-naive summation in stream-related sum and average operations. 49 * Test to verify that a non-empty stream with a zero average is non-empty. 54 return compareUlpDifference(0.0, ds.get().average().getAsDouble(), 0); 58 * Compute the sum and average of a sequence of double values in 89 ds.get().average().getAsDouble(), 3); 136 failures += compareUlpDifference(expected, ds.get().average().getAsDouble(), 0);
|
/test/vts-testcase/performance/fmq_benchmark/ |
FmqPerformanceTest.py | 114 if line.startswith("Average time to read"): 116 "Average time to read", "").replace( 121 if line.startswith("Average time to write"): 123 "Average time to write ", "").replace( 135 y_axis_label="Average Latency (nanoseconds)") 142 y_axis_label="Average Latency (nanoseconds)")
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
convolve8_avg_dspr2.c | 428 "adduh_r.qb %[tn1], %[tp2], %[tp1] \n\t" /* average */ 450 "adduh_r.qb %[tn1], %[tp2], %[tp1] \n\t" /* average */ 452 "adduh_r.qb %[tn2], %[tp3], %[tp4] \n\t" /* average */ 475 "adduh_r.qb %[tn1], %[tp2], %[tp1] \n\t" /* average */ 479 "adduh_r.qb %[tn2], %[tp3], %[tp4] \n\t" /* average */ 483 "adduh_r.qb %[tn1], %[tp2], %[tp1] \n\t" /* average */ 485 "adduh_r.qb %[tn2], %[tp3], %[tp4] \n\t" /* average */ 508 "adduh_r.qb %[tn1], %[tp2], %[tp1] \n\t" /* average */ 512 "adduh_r.qb %[tn2], %[tp3], %[tp4] \n\t" /* average */ 516 "adduh_r.qb %[tn1], %[tp2], %[tp1] \n\t" /* average */ [all...] |
intrapred8_dspr2.c | 71 int32_t average; local 91 "addu.ph %[average], %[above_r1], %[above_l1] \n\t" 92 "addu.ph %[average], %[average], %[left_l1] \n\t" 93 "addu.ph %[average], %[average], %[left_r1] \n\t" 95 "addu.ph %[average], %[average], %[above_l2] \n\t" 96 "addu.ph %[average], %[average], %[above_r2] \n\t [all...] |
convolve2_avg_horiz_dspr2.c | 81 "addqh_r.w %[tn2], %[tn2], %[tp1] \n\t" /* average even 1 */ 89 "addqh_r.w %[Temp1], %[Temp1], %[tn1] \n\t" /* average odd 1 */ 93 "addqh_r.w %[tp1], %[tp1], %[tp2] \n\t" /* average even 2 */ 96 "addqh_r.w %[p2], %[p2], %[p3] \n\t" /* average odd 2 */ 318 "addqh_r.w %[st2], %[st2], %[st1] \n\t" /* average even 1 */ 328 "addqh_r.w %[qload3], %[qload3], %[st2] \n\t" /* average even 2 */ 340 "addqh_r.w %[qload3], %[qload3], %[st3] \n\t" /* average even 3 */ 349 "addqh_r.w %[qload1], %[qload1], %[st1] \n\t" /* average even 4 */ 359 "addqh_r.w %[qload2], %[qload2], %[st2] \n\t" /* average even 5 */ 371 "addqh_r.w %[qload3], %[qload3], %[st3] \n\t" /* average even 6 * [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
VpxEncoderTest.java | 57 // Average PSNR values for reference Google VPx codec for the above bitrates. 61 // Maximum allowed average PSNR difference of encoder comparing to reference Google encoder. 65 // Maximum allowed average PSNR difference of the encoder running in a looper thread with 0 ms 72 // Maximum allowed average key frame interval variation from the target value. 82 * Also checks the average bitrate is within MAX_BITRATE_VARIATION of the target value. 181 Log.d(TAG, "PSNR Average: Async: " + statisticsAsync.mAveragePSNR + 232 // Average value should be within +/- 1 frame of the target value, 286 // Calculate actual average bitrates for every [stepSeconds] second. 317 * Compares average bitrate and PSNR for sequential and parallel runs. 419 * Also compares average and minimum PSNR of codec with PSNR values of reference Google codec [all...] |
/external/libvorbis/doc/vorbisenc/ |
overview.html | 131 nudging a stream toward a desired average value. These features 147 bitrate is specified). An 'average bitrate' request is used as the 150 in larger or smaller than the requested average point. 166 average period set by the reservoir; it may momentarily rise over if 167 inspected on a granularity much finer than the average period across 181 <td>average bitrate</td> 185 The average desired bitrate of a stream, set 186 in bits per second. Average bitrate is tracked via a reservoir like 189 desired average by slowly adjusting the psychoacoustic aggressiveness. 190 As such, the reservoir size does not affect the average bitrat [all...] |
/external/webrtc/webrtc/common_video/libyuv/ |
scaler_unittest.cc | 31 // Computes the sequence average PSNR between an input sequence in 143 // Average PSNR for lower bound in assert is ~0.1dB lower than the actual 144 // average PSNR under same conditions. 183 // Average PSNR for lower bound in assert is ~0.1dB lower than the actual 184 // average PSNR under same conditions. 215 // Average PSNR for lower bound in assert is ~0.1dB lower than the actual 216 // average PSNR under same conditions. 272 // Average PSNR for lower bound in assert is ~0.1dB lower than the actual 273 // average PSNR under same conditions. 389 printf("Average time per frame[ms]: %.2lf\n" [all...] |
/external/toolchain-utils/crosperf/ |
benchmark_run_unittest.py | 59 log_level='average', 81 log_level='average', 84 logging_level = 'average' 124 'average', '') 163 'chromeos', 'average') 265 'average', '') 293 'average', '') 321 'average', '') 328 'chromeos', 'average') 339 'average', '') [all...] |
/libcore/ojluni/src/main/java/java/util/ |
DoubleSummaryStatistics.java | 31 * average. 52 * maximum, sum, and average of their weights. 73 * max and zero average. 196 * then the average will be code NaN. 198 * <p>The average returned can vary depending upon the order in 203 * numerical sum} used to compute the average. 224 "%s{count=%d, sum=%f, min=%f, average=%f, max=%f}",
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
firmware_log.py | 24 --> StatisticsScores: includes average, ssd, and count 25 --> StatisticsMetrics: includes average, min, max, and more 164 # stat_functions include: max, average, 167 average = lambda lst: float(sum(lst)) / len(lst) 239 'average latency (ms)', 241 'The average drag-latency in milliseconds', 243 average), 261 'the average ratio of dist(p0,p1) / dist(p1,p2)', 263 average), 276 average), [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
BuildResults.java | 39 double[] average, stddev; field in class:BuildResults 72 this.average[dim_id] = 0; 74 this.average[dim_id] += this.values[dim_id][i]; 76 this.average[dim_id] /= vLength; 79 double deviation= this.average[dim_id] - this.values[dim_id][i]; 298 return this.average[idx]; 311 return this.average[this.defaultDimIndex]; 408 this.average = new double[length]; 415 this.average[i] = stream.readLong(); 464 this.average = new double[length] [all...] |
/external/llvm/docs/CommandGuide/ |
llvm-bcanalyzer.rst | 175 **Average Instruction Size** 177 The average number of bytes per instruction across all functions in the bitcode 193 The average size of a Value definition (of any type). This is computed by 198 The average size of a global definition (constants and global variables). 202 The average number of bytes per function definition. This is computed by 265 **Average Instruction Size** 267 The average number of bytes consumed by the instructions in the function. 272 The average number of bytes used by the function per instruction. This value 274 same as Average Instruction Size. It computes a number relative to the total
|
/external/swiftshader/third_party/LLVM/docs/CommandGuide/ |
llvm-bcanalyzer.pod | 176 =item B<Average Instruction Size>
178 The average number of bytes per instruction across all functions in the bitcode
194 The average size of a Value definition (of any type). This is computed by
199 The average size of a global definition (constants and global variables).
203 The average number of bytes per function definition. This is computed by
269 =item B<Average Instruction Size>
271 The average number of bytes consumed by the instructions in the function. This
276 The average number of bytes used by the function per instruction. This value is
278 as Average Instruction Size. It computes a number relative to the total function
|
/external/v8/src/compiler-dispatcher/ |
compiler-dispatcher-tracer.cc | 124 return Average(prepare_parse_events_); 134 return Average(finalize_parsing_events_); 139 return Average(prepare_compile_events_); 149 return Average(finalize_compiling_events_); 152 double CompilerDispatcherTracer::Average(
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSource/ |
DataSource.c | 40 #define AVERAGE_SHIFT_COUNT ( 6 - DATA_RATE_UPDATE_SHIFT ) ///< 2n samples in average
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSink/ |
DataSink.c | 35 #define AVERAGE_SHIFT_COUNT ( 6 - DATA_RATE_UPDATE_SHIFT ) ///< 2n samples in average
[all...] |
/external/fio/tools/plot/ |
fio2gnuplot | 84 # Let's plot the average value for all the traces 86 global_avg = average(global_disk_perf) 87 compare_raw.write("plot %s w l ls 1 ti 'Global average value (%.2f)'" % (global_avg,global_avg)); 88 compare_smooth.write("plot %s w l ls 1 ti 'Global average value (%.2f)'" % (global_avg,global_avg)); 89 compare_trend.write("plot %s w l ls 1 ti 'Global average value (%.2f)'" % (global_avg,global_avg)); 107 avg = average(disk_perf[pos]) 119 def generate_gnuplot_math_script(title,gnuplot_output_filename,mode,average,gnuplot_output_dir,gpm_dir): 123 f.write("call \'%s/math.gpm\' \'%s' \'%s\' \'\' \'%s\' \'%s\' %s\n" % (gpm_dir,title,gnuplot_output_filename,gnuplot_output_filename,mode,average)) 149 def average(s): return sum(s) * 1.0 / len(s) function 231 average_file=open(gnuplot_output_dir+gnuplot_output_filename+'.average', 'w' [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/ |
Stats.cs | 76 double xbar = Average(X); 92 double xbar = Average(X); 103 public static double Average(ICollection<int> X)
|
/external/autotest/server/cros/network/ |
netperf_session.py | 27 @return NetperfResult average of samples. 54 WARMUP_WINDOW_SIZE throughput measurements has an average throughput 99 """Measure the average and standard deviation of a netperf test.
|
/external/autotest/tko/ |
plotgraph.py | 16 average = float(sum(values)) / len(values) 17 sum_sq_dev = sum( [(x - average) ** 2 for x in values] ) 19 return (average, std_dev);
|
/external/libavc/encoder/ |
irc_mb_model_based.c | 37 * Estimated average activity for the current frame (updated with the 79 Description : Initialize the mb model and the average activity to default 155 /* Update the Average Activity */
|