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

<<21222324252627282930>>

  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_Private.h 209 LVM_INT16 Gain; /* Gain applied to output to maintain average signal power */
283 average signal power */
  /frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/app/
UiResultsFragment.java 79 data[(start++)] = "Average frame duration:";
120 data[(start++)] = "Average frame duration:";
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
LinearSnapHelper.java 219 * Computes an average pixel value to pass a single child.
228 * @return A float value that is the average number of pixels needed to scroll by one view in
  /libcore/ojluni/src/main/java/java/util/stream/
DoubleStream.java 346 * @apiNote Sum, min, max, and average are all special cases of reduction.
373 * @see #average()
557 * then the average will be NaN.
559 * <p>The average returned can vary depending upon the order in
564 * numerical sum} used to compute the average.
566 * <p>The average is a special case of a <a
575 * @return an {@code OptionalDouble} containing the average element of this
578 OptionalDouble average(); method in interface:DoubleStream
    [all...]
  /packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
SourceLatency.java 119 + " (average), " + formatTime(time.getTotal()) + " (total)");
130 + " (average), " + formatTime(time.getTotal()) + " (total)");
  /packages/apps/Settings/src/com/android/settings/widget/
ChartNetworkSeriesView.java 265 // long window is average over two weeks
274 // short window is day average last week
  /system/extras/tests/ext4/
rand_emmc_perf.c 90 printf("average random %d byte iop time = %lld usecs\n",
95 /* Now that we have the average (aka mean) go through the data
  /tools/test/connectivity/acts/tests/google/ble/power/
GattPowerTest.py 91 True if the average current is within the allowed tolerance;
122 # Calculate average and save power data into a file
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/link/20130806_221321-fw_1.0.AA-robot/
touch_firmware_report-link-fw_1.0.AA-complete-20140116_103340.log 184 S'average time interval (ms)'
218 S' average time interval (ms): 5.570604'
423 S' average time interval (ms): 5.568315'
621 S' average time interval (ms): 5.570185'
819 S' average time interval (ms): 5.567431'
1020 S' average time interval (ms): 5.567778'
1218 S' average time interval (ms): 5.577788'
1416 S' average time interval (ms): 5.580224'
1617 S' average time interval (ms): 5.564935'
1815 S' average time interval (ms): 5.565107
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
Profiler.java 546 buf.append("Overall average k per decision event ");
552 buf.append("Overall average k per decision event that backtracks ");
567 buf.append("average % of time a potentially backtracking decision backtracks ");
586 // buf.append("average lookahead depth used in fixed lookahead decisions ");
601 // buf.append("average lookahead depth used in arbitrary lookahead decisions ");
616 // buf.append("average lookahead depth used in syntactic predicates ");
  /external/autotest/client/tests/iozone/
postprocessing.py 127 @return: List with 1 list containing average data from the performance
134 average = geometric_mean([line[i] for line in results]) / 1024.0
135 average = int(average)
136 average_line.append(average)
149 values of each label (ex, average for all file_sizes).
  /external/curl/lib/
progress.c 246 * transfer goes on, to keep getting accurate values (instead of average over
383 /* The average download speed this far */
389 /* The average upload speed this far */
436 /* Calculate the average speed the last 'span_ms' milliseconds */
453 /* the first second we use the average */
499 " %% Total %% Received %% Xferd Average Speed "
  /external/icu/icu4c/source/test/perf/ubrkperf/
ubrkperfold.cpp 363 printf("forward break iteration average loop time %d\n", loopTime);
364 printf("number of code units %d average time per code unit %d\n", textSize, timePerCU);
365 printf("number of breaks %d average time per break %d\n", noBreaks, timePerBreak);
407 printf("forward break iteration average loop time %d\n", loopTime);
408 printf("number of code units %d average time per code unit %d\n", textSize, timePerCU);
409 printf("number of breaks %d average time per break %d\n", noBreaks, timePerBreak);
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_query_hw_metric.c 37 "Ratio of the average active warps per active cycle to the maximum "
53 "Average number of instructions executed by each warp"),
58 "Average number of replays for each instruction executed"),
84 "Average number of replays due to shared memory conflicts for each "
90 "Ratio of the average active threads per warp to the maximum number of "
96 "Ratio of the average active threads per warp executing non-predicated "
  /external/tensorflow/tensorflow/contrib/estimator/python/estimator/
multi_head_test.py 287 # Average over classes, weighted sum over batch and heads.
302 # Average loss over examples.
498 # Average over classes, sum over weights.
533 # Average loss over examples.
557 # Average over classes, weighted sum over batch and heads.
595 # Average loss over examples.
  /external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
pooling.py 65 """Average pooling for temporal data.
165 """Average pooling operation for spatial data.
293 """Average pooling operation for 3D data (spatial or spatio-temporal).
372 """Global average pooling operation for temporal data.
430 """Global average pooling operation for spatial data.
528 """Global Average pooling operation for 3D data.
  /external/tensorflow/tensorflow/python/kernel_tests/
fractional_avg_pool_op_test.py 15 """Tests for fractional average pool operation."""
43 """Perform average pool along row of a 2-D matrix based on row_seq.
67 """Perform average pool along column of a 2-D matrix based on col_seq.
85 """Get expected fractional average pooling result.
97 A 4-D tensor that is the result of average pooling on input_tensor based
300 This is a case regular average pooling can handle. Should be handled by
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/
SensorChannel.java 49 * for average power devices something like 20 fps is more
54 /** Accumulates average update frequency. */
132 * Returns the actual average time in milliseconds between same-sensor updates.
134 * @return The actual average time in milliseconds between same-sensor updates or 0.
612 // Computes average update time for this sensor and average globally.
  /tools/tradefederation/contrib/src/com/android/media/tests/
CameraPerformanceTest.java 206 String value; // "691.0" (is an average of 736.0 688.0 679.0 667.0 686.0)
322 * <p>Example: Camera launch average time for Camera 1| |lower_better|ms|586.6++++
357 // Example: "Camera launch average time for Camera 1| |lower_better|ms|586.6++++"
379 // get average of kpi values
405 * message="Camera capture result average latency for all cameras "
596 // take the average of all data for reporting
  /external/webrtc/webrtc/modules/audio_processing/ns/
ns_core.c 150 // Initial average magnitude spectrum.
162 // Average LRT factor (start on threshold).
167 // Window time-average of input magnitude spectrum.
338 // LRT feature: compute the average over
604 // Compute average quantities.
625 // Update of average magnitude spectrum.
674 // Compute feature based on average LR factor.
675 // This is the average over all frequencies of the smooth log LRT.
690 // Average LRT feature.
    [all...]
  /external/libvpx/libvpx/examples/
vpx_temporal_svc_encoder.c 64 // Target average frame size per layer (per-frame-bandwidth per layer).
66 // Actual average frame size per layer.
68 // Average rate mismatch per layer (|target - actual| / target).
72 // Average of the short-time encoder actual bitrate.
143 printf("Average frame size (target vs actual): %f %f \n", rc->layer_pfb[i],
145 printf("Average rate_mismatch: %f \n", rc->layer_avg_rate_mismatch[i]);
160 printf("Average, rms-variance, and percent-fluct: %f %f %f \n",
    [all...]
  /external/webrtc/webrtc/modules/video_coding/
qm_select.cc 81 // Spatial measure: take average of 3 prediction errors.
273 // used (in previous ~1sec) and the average actual encoding rate measured
509 // average target rate is relative to transition rate.
647 // Update the frame rate based on the average incoming frame rate.
670 // reduction if the average incoming frame rate is high.
688 // average frame rate is not low.
825 // No frame rate reduction if average frame rate is below some point, or if
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
PerformanceTest.java 214 + ". Average(ms): " + Stat.getAverage(cameraOpenTimes)
219 + ". Average(ms): " + Stat.getAverage(configureStreamTimes)
224 + ". Average(ms): " + Stat.getAverage(startPreviewTimes)
229 + ". Average(ms): " + Stat.getAverage(stopPreviewTimes)
234 + ". Average(ms): " + Stat.getAverage(cameraCloseTimes)
239 + ". Average(ms): " + Stat.getAverage(cameraLaunchTimes)
379 * Test multiple capture KPI for YUV_420_888 format: the average time duration
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 104 // Take segment weighted average for estimated bits.
135 // Take segment weighted average for bits per mb.
288 // Update average of low content/motion in the frame.
294 // current encoded frame is small, or if the recursive average of the
483 // Weight for segment prior to encoding: take the average of the target
  /external/python/cpython3/Lib/
statistics.py 13 mean Arithmetic mean (average) of data.
22 Calculate the arithmetic mean ("the average") of data:
327 What is the average P/E ratio for the investor's portfolio?
332 Using the arithmetic mean would give an average of about 5.167, which
369 taking the average of the two middle values:

Completed in 685 milliseconds

<<21222324252627282930>>