/external/libaom/libaom/aom_dsp/mips/ |
D | intrapred8_dspr2.c | 72 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 …]
|
D | intrapred16_dspr2.c | 164 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 …]
|
D | intrapred4_dspr2.c | 45 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/libvpx/libvpx/vpx_dsp/mips/ |
D | intrapred16_dspr2.c | 162 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 …]
|
D | intrapred4_dspr2.c | 44 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()
|
D | convolve8_avg_dspr2.c | 432 "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 …]
|
D | convolve2_avg_horiz_dspr2.c | 81 "addqh_r.w %[tn2], %[tn2], %[tp1] \n\t" /* average even 1 */ in convolve_bi_avg_horiz_4_dspr2() 89 "addqh_r.w %[Temp1], %[Temp1], %[tn1] \n\t" /* average odd 1 */ in convolve_bi_avg_horiz_4_dspr2() 93 "addqh_r.w %[tp1], %[tp1], %[tp2] \n\t" /* average even 2 */ in convolve_bi_avg_horiz_4_dspr2() 96 "addqh_r.w %[p2], %[p2], %[p3] \n\t" /* average odd 2 */ in convolve_bi_avg_horiz_4_dspr2() 318 "addqh_r.w %[st2], %[st2], %[st1] \n\t" /* average even 1 */ in convolve_bi_avg_horiz_16_dspr2() 328 "addqh_r.w %[qload3], %[qload3], %[st2] \n\t" /* average even 2 */ in convolve_bi_avg_horiz_16_dspr2() 340 "addqh_r.w %[qload3], %[qload3], %[st3] \n\t" /* average even 3 */ in convolve_bi_avg_horiz_16_dspr2() 349 "addqh_r.w %[qload1], %[qload1], %[st1] \n\t" /* average even 4 */ in convolve_bi_avg_horiz_16_dspr2() 359 "addqh_r.w %[qload2], %[qload2], %[st2] \n\t" /* average even 5 */ in convolve_bi_avg_horiz_16_dspr2() 371 "addqh_r.w %[qload3], %[qload3], %[st3] \n\t" /* average even 6 */ in convolve_bi_avg_horiz_16_dspr2() [all …]
|
/external/iproute2/man/man8/ |
D | tc-red.8 | 28 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/tensorflow/tensorflow/examples/udacity/ |
D | 6_lstm.ipynb | 675 " '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/grpc-grpc/src/core/lib/iomgr/ |
D | time_averaged_stats.h | 22 /* 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/Reactive-Extensions/RxCpp/Rx/v2/examples/doxygen/ |
D | blocking_observable.cpp | 129 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 …]
|
D | math.cpp | 138 SCENARIO("average sample"){ 139 printf("//! [average sample]\n"); 140 auto values = rxcpp::observable<>::range(1, 4).average(); 145 printf("//! [average sample]\n"); 149 SCENARIO("average empty sample"){ 150 printf("//! [average empty sample]\n"); 151 auto values = rxcpp::observable<>::empty<int>().average(); 162 printf("//! [average empty sample]\n"); 166 SCENARIO("average error sample"){ 167 printf("//! [average error sample]\n"); [all …]
|
/external/tensorflow/tensorflow/python/training/ |
D | moving_averages.py | 36 """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 …]
|
D | moving_averages_test.py | 117 # 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/ |
D | avg.py | 7 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/ |
D | results_organizer_unittest.py | 141 '', 'average', '') 143 '', 'average', '') 145 '', 'average', '') 147 '', 'average', '') 149 '', 'average', '') 151 '', 'average', '') 153 '', 'average', '') 155 '', 'average', '') 159 b.result = Result('', b.label, 'average', 'machine')
|
D | 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 …]
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | r600_query.c | 1905 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/ |
D | r600_query.c | 1933 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/ |
D | cli-colorspace.tap | 28 # 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/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
D | Correlation.java | 77 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/autotest/client/site_tests/firmware_TouchMTB/ |
D | 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) 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/tools/rtcbot/rtcBotReportVisualizer/ |
D | main.js | 75 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/webrtc/webrtc/modules/audio_processing/aec/ |
D | echo_cancellation.c | 469 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/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_SparseAccumulatorTakeGradient.pbtxt | 18 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
|