Home
last modified time | relevance | path

Searched full:average (Results 1 – 25 of 1770) sorted by relevance

12345678910>>...71

/external/autotest/client/cros/audio/
Daudio_quality_measurement.py43 # average amplitude of its block. The block size will be 1.5 ms.
44 # Using average amplitude can mitigate the error caused by
50 # If the difference between average frequency of this block and
54 # average frequency will be much greater than 5 times of
62 # average amplitude of its left/right block, it will be considered
66 # If the average amplitude of the block before or after playing
67 # is more than 0.5 times to the average amplitude of the wave,
77 # average amplitude, we ignore it.
81 # amplitude 1 and standard noise with amplitude k, the average teager value is
84 # calculate its average teager value. Then, we can estimate the equivalent
[all …]
/external/libaom/libaom/aom_dsp/mips/
Dintrapred8_dspr2.c72 int32_t average; in aom_dc_predictor_8x8_dspr2() local
92 "addu.ph %[average], %[above_r1], %[above_l1] \n\t" in aom_dc_predictor_8x8_dspr2()
93 "addu.ph %[average], %[average], %[left_l1] \n\t" in aom_dc_predictor_8x8_dspr2()
94 "addu.ph %[average], %[average], %[left_r1] \n\t" in aom_dc_predictor_8x8_dspr2()
96 "addu.ph %[average], %[average], %[above_l2] \n\t" in aom_dc_predictor_8x8_dspr2()
97 "addu.ph %[average], %[average], %[above_r2] \n\t" in aom_dc_predictor_8x8_dspr2()
98 "addu.ph %[average], %[average], %[left_l2] \n\t" in aom_dc_predictor_8x8_dspr2()
99 "addu.ph %[average], %[average], %[left_r2] \n\t" in aom_dc_predictor_8x8_dspr2()
101 "addiu %[average], %[average], 8 \n\t" in aom_dc_predictor_8x8_dspr2()
103 "srl %[tmp], %[average], 16 \n\t" in aom_dc_predictor_8x8_dspr2()
[all …]
Dintrapred16_dspr2.c164 int32_t average; in aom_dc_predictor_16x16_dspr2() local
179 "addu.ph %[average], %[above_r1], %[above_l1] \n\t" in aom_dc_predictor_16x16_dspr2()
180 "addu.ph %[average], %[average], %[left_l1] \n\t" in aom_dc_predictor_16x16_dspr2()
181 "addu.ph %[average], %[average], %[left_r1] \n\t" in aom_dc_predictor_16x16_dspr2()
188 "addu.ph %[average], %[average], %[above_l1] \n\t" in aom_dc_predictor_16x16_dspr2()
189 "addu.ph %[average], %[average], %[above_r1] \n\t" in aom_dc_predictor_16x16_dspr2()
190 "addu.ph %[average], %[average], %[left_l1] \n\t" in aom_dc_predictor_16x16_dspr2()
191 "addu.ph %[average], %[average], %[left_r1] \n\t" in aom_dc_predictor_16x16_dspr2()
203 "addu.ph %[average], %[average], %[above_l1] \n\t" in aom_dc_predictor_16x16_dspr2()
204 "addu.ph %[average], %[average], %[above_r1] \n\t" in aom_dc_predictor_16x16_dspr2()
[all …]
Dintrapred4_dspr2.c45 int32_t average; in aom_dc_predictor_4x4_dspr2() local
57 "addu.ph %[average], %[above_r], %[above_l] \n\t" in aom_dc_predictor_4x4_dspr2()
58 "addu.ph %[average], %[average], %[left_l] \n\t" in aom_dc_predictor_4x4_dspr2()
59 "addu.ph %[average], %[average], %[left_r] \n\t" in aom_dc_predictor_4x4_dspr2()
60 "addiu %[average], %[average], 4 \n\t" in aom_dc_predictor_4x4_dspr2()
61 "srl %[tmp], %[average], 16 \n\t" in aom_dc_predictor_4x4_dspr2()
62 "addu.ph %[average], %[tmp], %[average] \n\t" in aom_dc_predictor_4x4_dspr2()
63 "srl %[expected_dc], %[average], 3 \n\t" in aom_dc_predictor_4x4_dspr2()
77 [average] "=&r"(average), [tmp] "=&r"(tmp), in aom_dc_predictor_4x4_dspr2()
/external/iproute2/man/man8/
Dtc-red.828 Once the queue hits a certain average length, packets enqueued have a
32 average queue length, although the queue might get bigger.
45 The average queue size is used for determining the marking
47 Average, which can be more or less sensitive to bursts.
49 When the average queue size is below
56 until the average queue size hits
70 Average queue size at which marking becomes a possibility. Defaults to
76 At this average queue size, the marking probability is maximal. Should be at
91 Hard limit on the real (not average) queue size in bytes. Further packets
97 Used for determining how fast the average queue size is influenced by the
[all …]
/external/libvpx/libvpx/vpx_dsp/mips/
Dintrapred16_dspr2.c162 int32_t average; in vpx_dc_predictor_16x16_dspr2() local
177 "addu.ph %[average], %[above_r1], %[above_l1] \n\t" in vpx_dc_predictor_16x16_dspr2()
178 "addu.ph %[average], %[average], %[left_l1] \n\t" in vpx_dc_predictor_16x16_dspr2()
179 "addu.ph %[average], %[average], %[left_r1] \n\t" in vpx_dc_predictor_16x16_dspr2()
186 "addu.ph %[average], %[average], %[above_l1] \n\t" in vpx_dc_predictor_16x16_dspr2()
187 "addu.ph %[average], %[average], %[above_r1] \n\t" in vpx_dc_predictor_16x16_dspr2()
188 "addu.ph %[average], %[average], %[left_l1] \n\t" in vpx_dc_predictor_16x16_dspr2()
189 "addu.ph %[average], %[average], %[left_r1] \n\t" in vpx_dc_predictor_16x16_dspr2()
201 "addu.ph %[average], %[average], %[above_l1] \n\t" in vpx_dc_predictor_16x16_dspr2()
202 "addu.ph %[average], %[average], %[above_r1] \n\t" in vpx_dc_predictor_16x16_dspr2()
[all …]
Dintrapred4_dspr2.c44 int32_t average; in vpx_dc_predictor_4x4_dspr2() local
56 "addu.ph %[average], %[above_r], %[above_l] \n\t" in vpx_dc_predictor_4x4_dspr2()
57 "addu.ph %[average], %[average], %[left_l] \n\t" in vpx_dc_predictor_4x4_dspr2()
58 "addu.ph %[average], %[average], %[left_r] \n\t" in vpx_dc_predictor_4x4_dspr2()
59 "addiu %[average], %[average], 4 \n\t" in vpx_dc_predictor_4x4_dspr2()
60 "srl %[tmp], %[average], 16 \n\t" in vpx_dc_predictor_4x4_dspr2()
61 "addu.ph %[average], %[tmp], %[average] \n\t" in vpx_dc_predictor_4x4_dspr2()
62 "srl %[expected_dc], %[average], 3 \n\t" in vpx_dc_predictor_4x4_dspr2()
76 [average] "=&r"(average), [tmp] "=&r"(tmp), in vpx_dc_predictor_4x4_dspr2()
Dconvolve8_avg_dspr2.c432 "adduh_r.qb %[tn1], %[tp2], %[tp1] \n\t" /* average */ in vpx_convolve_avg_dspr2()
454 "adduh_r.qb %[tn1], %[tp2], %[tp1] \n\t" /* average */ in vpx_convolve_avg_dspr2()
456 "adduh_r.qb %[tn2], %[tp3], %[tp4] \n\t" /* average */ in vpx_convolve_avg_dspr2()
479 "adduh_r.qb %[tn1], %[tp2], %[tp1] \n\t" /* average */ in vpx_convolve_avg_dspr2()
483 "adduh_r.qb %[tn2], %[tp3], %[tp4] \n\t" /* average */ in vpx_convolve_avg_dspr2()
487 "adduh_r.qb %[tn1], %[tp2], %[tp1] \n\t" /* average */ in vpx_convolve_avg_dspr2()
489 "adduh_r.qb %[tn2], %[tp3], %[tp4] \n\t" /* average */ in vpx_convolve_avg_dspr2()
512 "adduh_r.qb %[tn1], %[tp2], %[tp1] \n\t" /* average */ in vpx_convolve_avg_dspr2()
516 "adduh_r.qb %[tn2], %[tp3], %[tp4] \n\t" /* average */ in vpx_convolve_avg_dspr2()
520 "adduh_r.qb %[tn1], %[tp2], %[tp1] \n\t" /* average */ in vpx_convolve_avg_dspr2()
[all …]
/external/grpc-grpc/src/core/lib/iomgr/
Dtime_averaged_stats.h22 /* This tracks a time-decaying weighted average. It works by collecting
23 batches of samples and then mixing their average into a time-decaying
25 before updating the average. */
28 /* The initial average value. This is the reported average until the first
34 grpc_time_averaged_stats_add_sample stop, this will cause the average to
44 weighting of the time average will eventually be 1/3 new batch and 2/3
45 old average. */
54 average. */
56 /* A time-decayed average of the (batch_total_value_ / batch_num_samples_),
57 computed by decaying the samples_in_avg_ weight in the weighted average. */
[all …]
/external/tensorflow/tensorflow/examples/udacity/
D6_lstm.ipynb675 " 'Average loss at step %d: %f learning rate: %f' % (step, mean_loss, lr))\n",
708 "Average loss at step 0 : 3.29904174805 learning rate: 10.0\n",
718 "Average loss at step 100 : 2.59553678274 learning rate: 10.0\n",
721 "Average loss at step 200 : 2.24747137785 learning rate: 10.0\n",
724 "Average loss at step 300 : 2.09438110709 learning rate: 10.0\n",
727 "Average loss at step 400 : 1.99440989017 learning rate: 10.0\n",
730 "Average loss at step 500 : 1.9320810616 learning rate: 10.0\n",
733 "Average loss at step 600 : 1.90935629249 learning rate: 10.0\n",
736 "Average loss at step 700 : 1.85583009005 learning rate: 10.0\n",
739 "Average loss at step 800 : 1.82152368546 learning rate: 10.0\n",
[all …]
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/doxygen/
Dblocking_observable.cpp129 SCENARIO("blocking average sample"){
130 printf("//! [blocking average sample]\n");
132 auto average = values.average(); variable
133 printf("average = %lf\n", average);
134 printf("//! [blocking average sample]\n");
137 SCENARIO("blocking average empty sample"){
138 printf("//! [blocking average empty sample]\n");
141 auto average = values.average(); variable
142 printf("average = %lf\n", average);
146 printf("//! [blocking average empty sample]\n");
[all …]
/external/tensorflow/tensorflow/python/training/
Dmoving_averages.py36 """Compute the moving average of a variable.
38 The moving average of 'variable' updated with 'value' is:
41 The returned Operation sets 'variable' to the newly computed moving average,
73 decay: A float Tensor or float value. The moving average decay.
80 A tensor which if evaluated will compute and return the new moving average.
115 """Compute the weighted moving average of `value`.
117 Conceptually, the weighted moving average is:
119 where a moving average updates by the rule
121 Internally, this Op keeps moving average variables of both `value * weight`
126 decay: A float `Tensor` or float value. The moving average decay.
[all …]
Dmoving_averages_test.py117 # Get the first weighted moving average.
125 # Get the second weighted moving average.
144 # Get the first weighted moving average.
152 # Get the second weighted moving average.
185 avg0 = ema.average(var0)
186 avg1 = ema.average(var1)
187 avg2 = ema.average(tensor2)
299 # the moving average of v1 should not have any control inputs
300 v1_avg = ema.average(v1)
331 self.assertAllEqual(self.evaluate(ema.average(v0)), 1.75)
[all …]
/external/v8/tools/
Davg.py7 to average over a benchmark that outputs one or more results of the form
61 def __init__(self, key=0, average=0, stddev=0, min=0, max=0): argument
62 self.w = dict(key=key, average=average, stddev=stddev, min=min, max=max)
85 self.average = 0
98 delta = num_value - self.average
99 self.average = self.average + delta / self.count
100 delta2 = num_value - self.average
107 fmtS(self.key, w.key), fmtN(self.average, w.average),
130 average=len(fmtN(self.average)),
/external/toolchain-utils/crosperf/
Dresults_organizer_unittest.py141 '', 'average', '')
143 '', 'average', '')
145 '', 'average', '')
147 '', 'average', '')
149 '', 'average', '')
151 '', 'average', '')
153 '', 'average', '')
155 '', 'average', '')
159 b.result = Result('', b.label, 'average', 'machine')
Dbenchmark_run_unittest.py59 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 …]
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_query.c1905 X("draw-calls", DRAW_CALLS, UINT64, AVERAGE),
1906 X("decompress-calls", DECOMPRESS_CALLS, UINT64, AVERAGE),
1907 X("MRT-draw-calls", MRT_DRAW_CALLS, UINT64, AVERAGE),
1908 X("prim-restart-calls", PRIM_RESTART_CALLS, UINT64, AVERAGE),
1909 X("spill-draw-calls", SPILL_DRAW_CALLS, UINT64, AVERAGE),
1910 X("compute-calls", COMPUTE_CALLS, UINT64, AVERAGE),
1911 X("spill-compute-calls", SPILL_COMPUTE_CALLS, UINT64, AVERAGE),
1912 X("dma-calls", DMA_CALLS, UINT64, AVERAGE),
1913 X("cp-dma-calls", CP_DMA_CALLS, UINT64, AVERAGE),
1914 X("num-vs-flushes", NUM_VS_FLUSHES, UINT64, AVERAGE),
[all …]
/external/mesa3d/src/gallium/drivers/r600/
Dr600_query.c1933 X("draw-calls", DRAW_CALLS, UINT64, AVERAGE),
1934 X("decompress-calls", DECOMPRESS_CALLS, UINT64, AVERAGE),
1935 X("MRT-draw-calls", MRT_DRAW_CALLS, UINT64, AVERAGE),
1936 X("prim-restart-calls", PRIM_RESTART_CALLS, UINT64, AVERAGE),
1937 X("spill-draw-calls", SPILL_DRAW_CALLS, UINT64, AVERAGE),
1938 X("compute-calls", COMPUTE_CALLS, UINT64, AVERAGE),
1939 X("spill-compute-calls", SPILL_COMPUTE_CALLS, UINT64, AVERAGE),
1940 X("dma-calls", DMA_CALLS, UINT64, AVERAGE),
1941 X("cp-dma-calls", CP_DMA_CALLS, UINT64, AVERAGE),
1942 X("num-vs-flushes", NUM_VS_FLUSHES, UINT64, AVERAGE),
[all …]
/external/ImageMagick/tests/
Dcli-colorspace.tap28 # how to generate a one pixel (average rose) color and output its values
29 in="rose: -scale 1x1" # a one pixel image of the average color.
36 average=`eval ${MAGICK} "$in" -noop "$out"`
42 printf "$format2" "Average \"rose:\" Color" "$average" "sRGB(rose)"
59 if [ "X$average" != "X146,89,80" ]; then
60 echo "Sanity Failure: Average expected to be 145,89,80 - ABORTING"
82 if [ "X$color" = "X$average" ]; then
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_SparseAccumulatorTakeGradient.pbtxt18 Indices of the average of the accumulated sparse gradients.
24 Values of the average of the accumulated sparse gradients.
30 Shape of the average of the accumulated sparse gradients.
40 summary: "Extracts the average sparse gradient in a SparseConditionalAccumulator."
45 average of the accumulated gradients. Also automatically increments
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DCorrelation.java77 double average = 0; in computeCorrelation() local
82 average += mDataAutocorrelated[i]; in computeCorrelation()
91 average = average / mDataAutocorrelated.length; in computeCorrelation()
94 log(String.format(" average : %.3f rms: %.3f", average, rms)); in computeCorrelation()
96 mAverage = average; in computeCorrelation()
100 if (average > 0) { in computeCorrelation()
103 double raw = (rms - average) / (factor * average); in computeCorrelation()
/external/webrtc/webrtc/tools/rtcbot/rtcBotReportVisualizer/
Dmain.js75 var avergaData = ['Average Rtt x10'];
78 var average;
81 average = getStateAverage(reports[index], botName, "Conn-audio-1-0",
83 avergaData.push(average*10);
116 var avergaData = ['Average ' + statName];
119 var average;
122 average = getStateAverage(reports[index], botName, reportId, statName);
123 avergaData.push(average);
/external/autotest/client/site_tests/firmware_TouchMTB/
Dfirmware_log.py24 --> 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) function
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/webrtc/webrtc/modules/audio_processing/aec/
Decho_cancellation.c469 if ((erl.himean > kOffsetLevel) && (erl.average > kOffsetLevel)) { in WebRtcAec_GetMetrics()
470 // Use a mix between regular average and upper part average. in WebRtcAec_GetMetrics()
471 dtmp = kUpWeight * erl.himean + (1 - kUpWeight) * erl.average; in WebRtcAec_GetMetrics()
472 metrics->erl.average = (int)dtmp; in WebRtcAec_GetMetrics()
474 metrics->erl.average = kOffsetLevel; in WebRtcAec_GetMetrics()
488 if ((erle.himean > kOffsetLevel) && (erle.average > kOffsetLevel)) { in WebRtcAec_GetMetrics()
489 // Use a mix between regular average and upper part average. in WebRtcAec_GetMetrics()
490 dtmp = kUpWeight * erle.himean + (1 - kUpWeight) * erle.average; in WebRtcAec_GetMetrics()
491 metrics->erle.average = (int)dtmp; in WebRtcAec_GetMetrics()
493 metrics->erle.average = kOffsetLevel; in WebRtcAec_GetMetrics()
[all …]
/external/bcc/man/man8/
Dvfsstat.832 Number of vfs_read() calls as a per-second average.
35 Number of vfs_write() calls as a per-second average.
38 Number of vfs_create() calls as a per-second average.
41 Number of vfs_open() calls as a per-second average.
44 Number of vfs_fsync() calls as a per-second average.

12345678910>>...71