HomeSort by relevance Sort by last modified time
    Searched full:average (Results 276 - 300 of 1227) sorted by null

<<11121314151617181920>>

  /external/libvorbis/doc/
vorbis-fidelity.html 105 subjective qualities, the best one can hope for is average, empirical
148 of quality to an average 44.1kHz stereo mp3 encoded at 80 or 96kbps.
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_convolve8_avg_neon.asm 159 ; average the new value and the dst value
273 ; average the new value and the dst value
  /external/netperf/
netcpu_perfstat.c 321 /* we want the average across all n processors */
326 "calc_cpu_util: average across CPUs is %g\n",lib_local_cpu_util);
netcpu_pstat.c 278 /* we want the average across all n processors */
283 "calc_cpu_util: average across CPUs is %g\n",lib_local_cpu_util);
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 640 /* find closest quantization index, and update quantized average by taking: */
662 /* Update quantized average by taking: */
688 /* Update quantized max delay average */
701 /* update quantized average, shift back to Q9 */
707 /* update quantized average, shift back to Q9 */
739 /* adjust bw proportionally to negative average jitter sign */
830 * update long-term average bitrate and amount of data in buffer
    [all...]
  /frameworks/base/core/java/android/os/
BatteryManager.java 168 * Average battery current in microamperes, as an integer. Positive
171 * The time period over which the average is computed may depend on the
  /frameworks/base/wifi/java/android/net/wifi/
RttManager.java 586 /** average RSSI observed, unit of 0.5 dB. */
600 * average transmit rate
606 /** average transmit rate. Unit (100kbps). */
609 /** average receiving rate Unit (100kbps). */
613 * average round trip time in nano second
619 /** average round trip time in 0.1 nano second. */
643 * average distance in centimeter, computed based on rtt_ns
649 /** average distance in cm, computed based on rtt. */
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
denoising.c 250 /* Compensate the running average. */
254 /* Write the compensated running average to the destination buffer. */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_convolve8_avg_neon.asm 159 ; average the new value and the dst value
273 ; average the new value and the dst value
  /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
  /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/icu/icu4c/source/test/perf/ubrkperf/
ubrkperfold.cpp 358 printf("forward break iteration average loop time %d\n", loopTime);
359 printf("number of code units %d average time per code unit %d\n", textSize, timePerCU);
360 printf("number of breaks %d average time per break %d\n", noBreaks, timePerBreak);
402 printf("forward break iteration average loop time %d\n", loopTime);
403 printf("number of code units %d average time per code unit %d\n", textSize, timePerCU);
404 printf("number of breaks %d average time per break %d\n", noBreaks, timePerBreak);
  /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.
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 554 // average Q as basis for GF/ARF best Q limit unless last frame was
564 // Use the lower of active_worst_quality and recent/average Q.
682 // average Q as basis for GF/ARF best Q limit unless last frame was
713 // Use the lower of active_worst_quality and recent/average Q.
827 // average Q as basis for GF/ARF best Q limit unless last frame was
    [all...]
  /external/libvpx/libvpx/examples/
vpx_temporal_svc_encoder.c 55 // Target average frame size per layer (per-frame-bandwidth per layer).
57 // Actual average frame size per layer.
59 // Average rate mismatch per layer (|target - actual| / target).
118 printf("Average frame size (target vs actual): %f %f \n", rc->layer_pfb[i],
120 printf("Average rate_mismatch: %f \n", rc->layer_avg_rate_mismatch[i]);
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/interface/
isac.h 115 * short-term average bit rate.
256 * This function sets the limit on the short-term average bit-rate and the
258 * rate, an average bit-rate between 10000 to 32000 bps is valid and a
259 * frame-size of 30 or 60 ms is acceptable. At 32 kHz, an average bit-rate
264 * - rate : limit on the short-term average bit rate,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vpx_temporal_scalable_patterns.c 47 // Target average frame size per layer (per-frame-bandwidth per layer).
49 // Actual average frame size per layer.
51 // Average rate mismatch per layer (|target - actual| / target).
110 printf("Average frame size (target vs actual): %f %f \n", rc->layer_pfb[i],
112 printf("Average rate_mismatch: %f \n", rc->layer_avg_rate_mismatch[i]);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/connectivity/
connectivity.py 20 r"""Returns the average connectivity of a graph G.
22 The average connectivity `\bar{\kappa}` of a graph G is the average
38 Average node connectivity
51 .. [1] Beineke, L., O. Oellermann, and R. Pippert (2002). The average
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtils.java 365 * Get the average width of the font used by the given control
368 * @param font the font to look up the average character width for
369 * @return the average width, in pixels, of the given font
381 * Get the average width of the given font
384 * @return the average width, in pixels, of the current font in the control
  /frameworks/base/sax/tests/saxtests/res/raw/
youtube.xml 105 <gd:rating min='1' max='5' numRaters='65183' average='4.92'></gd:rating>
183 <gd:rating min='1' max='5' numRaters='60422' average='4.92'></gd:rating>
252 <gd:rating min='1' max='5' numRaters='47602' average='4.92'></gd:rating>
321 <gd:rating min='1' max='5' numRaters='5035' average='4.92'></gd:rating>
396 <gd:rating min='1' max='5' numRaters='4741' average='4.93'></gd:rating>
468 <gd:rating min='1' max='5' numRaters='26323' average='4.90'></gd:rating>
520 <gd:rating min='1' max='5' numRaters='5328' average='4.91'></gd:rating>
    [all...]
  /cts/tests/tests/media/libmediandkjni/
codec-utils-jni.cpp 407 stats[0] = sum_x[0] / (float)num; // y average
408 stats[1] = sum_x[1] / (float)num; // u average
409 stats[2] = sum_x[2] / (float)num; // v average
  /cts/tools/utils/
monsoon.py 355 # Collect and average samples as specified
363 history_deque = collections.deque() # past n samples for rolling average
409 "Also report average over last n data points")
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarReport.java 399 buf.append("Average fixed k: "); buf.append(data.avgk);
407 // buf.append("Average acyclic DFA states: "); buf.append(fields[15]);
417 // buf.append("Average cyclic DFA states: "); buf.append(fields[20]);

Completed in 8131 milliseconds

<<11121314151617181920>>