HomeSort by relevance Sort by last modified time
    Searched full:average (Results 101 - 125 of 2435) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_BatchNormWithGlobalNormalizationGrad.pbtxt 14 or a saved moving average thereof.
22 or a saved moving average thereof.
  /external/webrtc/webrtc/modules/video_processing/
content_analysis.h 56 // Spatial metric method: computes the 3 frame-average spatial
74 // Content Metrics: Stores the local average of the metrics.
  /frameworks/base/services/core/java/com/android/server/notification/
RateEstimator.java 21 * Exponentially weighted moving average estimator for event rate.
59 /** @return the average inter-arrival time if there were a new event right now. */
  /frameworks/native/libs/gui/include/gui/
OccupancyTracker.h 62 // Average occupancy of the queue over this segment. (0.0, 1.0) implies
67 // segment could read as double-buffered on average, but still require a
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/gcov-src/
gcov-counter.def 47 /* Compute average value passed to the counter. */
48 DEF_GCOV_COUNTER(GCOV_COUNTER_AVERAGE, "average", _add)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/gcov-src/
gcov-counter.def 47 /* Compute average value passed to the counter. */
48 DEF_GCOV_COUNTER(GCOV_COUNTER_AVERAGE, "average", _add)
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/gcov-src/
gcov-counter.def 47 /* Compute average value passed to the counter. */
48 DEF_GCOV_COUNTER(GCOV_COUNTER_AVERAGE, "average", _add)
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/gcov-src/
gcov-counter.def 47 /* Compute average value passed to the counter. */
48 DEF_GCOV_COUNTER(GCOV_COUNTER_AVERAGE, "average", _add)
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/gcov-src/
gcov-counter.def 47 /* Compute average value passed to the counter. */
48 DEF_GCOV_COUNTER(GCOV_COUNTER_AVERAGE, "average", _add)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/gcov-src/
gcov-counter.def 47 /* Compute average value passed to the counter. */
48 DEF_GCOV_COUNTER(GCOV_COUNTER_AVERAGE, "average", _add)
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/gcov-src/
gcov-counter.def 47 /* Compute average value passed to the counter. */
48 DEF_GCOV_COUNTER(GCOV_COUNTER_AVERAGE, "average", _add)
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/gcov-src/
gcov-counter.def 47 /* Compute average value passed to the counter. */
48 DEF_GCOV_COUNTER(GCOV_COUNTER_AVERAGE, "average", _add)
  /external/v8/src/compiler-dispatcher/
compiler-dispatcher-tracer.cc 128 return Average(prepare_parse_events_);
138 return Average(finalize_parsing_events_);
143 return Average(analyze_events_);
148 return Average(prepare_compile_events_);
159 return Average(finalize_compiling_events_);
174 double CompilerDispatcherTracer::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 120 if line.startswith("Average time to read"):
121 read_result = line.replace("Average time to read", "").replace(
126 if line.startswith("Average time to write"):
127 write_result = line.replace("Average time to write ",
140 y_axis_label="Average Latency (nanoseconds)")
147 y_axis_label="Average Latency (nanoseconds)")
  /tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
FileUseMapTest.java 42 * <p>After all runs are completed, the average time of the first runs (the head time) and
43 * the average time of the last runs (the tail time) is computed, as well as the average
46 * <p>The test passes if the average tail set time is (1) at most twice as long as the average
116 + df.format(endAvg) + "ns. Average over the total of " + currentRun + " runs "
  /external/libvpx/libvpx/vpx_dsp/mips/
convolve8_avg_dspr2.c 431 "adduh_r.qb %[tn1], %[tp2], %[tp1] \n\t" /* average */
453 "adduh_r.qb %[tn1], %[tp2], %[tp1] \n\t" /* average */
455 "adduh_r.qb %[tn2], %[tp3], %[tp4] \n\t" /* average */
478 "adduh_r.qb %[tn1], %[tp2], %[tp1] \n\t" /* average */
482 "adduh_r.qb %[tn2], %[tp3], %[tp4] \n\t" /* average */
486 "adduh_r.qb %[tn1], %[tp2], %[tp1] \n\t" /* average */
488 "adduh_r.qb %[tn2], %[tp3], %[tp4] \n\t" /* average */
511 "adduh_r.qb %[tn1], %[tp2], %[tp1] \n\t" /* average */
515 "adduh_r.qb %[tn2], %[tp3], %[tp4] \n\t" /* average */
519 "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...]
  /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/lisa/tools/scripts/power/
generate_power_profile.py 47 'camera.flashlight' : 'Average power used by the camera flash module'
49 'camera.avg' : 'Average power use by the camera subsystem for a typical'
54 'bluetooth.controller.idle' : 'Average current draw (mA) of the'
56 'bluetooth.controller.rx' : 'Average current draw (mA) of the Bluetooth'
58 'bluetooth.controller.tx' : 'Average current draw (mA) of the Bluetooth'
60 'bluetooth.controller.voltage' : 'Average operating voltage (mV) of the'
63 'modem.controller.idle' : 'Average current draw (mA) of the modem'
65 'modem.controller.rx' : 'Average current draw (mA) of the modem'
67 'modem.controller.tx' : 'Average current draw (mA) of the modem'
69 'modem.controller.voltage' : 'Average operating voltage (mV) of the
    [all...]
  /external/toolchain-utils/crosperf/
benchmark_run_unittest.py 59 log_level='average',
81 log_level='average',
84 logging_level = 'average'
123 'average', '')
162 'chromeos', 'average')
263 'average', '')
290 'average', '')
317 'average', '')
324 'chromeos', 'average')
334 '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...]

Completed in 1011 milliseconds

1 2 3 45 6 7 8 91011>>