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

<<21222324252627282930>>

  /device/google/contexthub/firmware/os/algos/calibration/online_calibration/common_data/
calibration_quality.h 54 * MEDIUM_QUALITY - The reported sensor calibration has an average level of
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
resource.h 118 /* Load average structure. */
  /external/ImageMagick/www/source/
piechart.mvg 15 text 600,1100 'Average: 20.0'
  /external/autotest/client/site_tests/graphics_WebGLClear/
graphics_WebGLClear.py 63 logging.info('Average FPS = %f', avg_fps)
  /external/autotest/client/site_tests/power_HotCPUSuspend/
power_HotCPUSuspend.py 53 logging.info('average CPU utilization, last %ds: %s%%',
  /external/autotest/client/site_tests/video_WebRtcCamera/
ssim.js 28 // Implementation of Eq.2, a simple average of a vector and Eq.4., except the
  /external/autotest/client/site_tests/video_WebRtcPeerConnectionWithCamera/
ssim.js 28 // Implementation of Eq.2, a simple average of a vector and Eq.4., except the
  /external/autotest/site_utils/bootperf-bin/
resultset.py 157 average of the corresponding values. Each iteration is required
235 """Return the average and standard deviation for a key.
242 """Return the average and standard deviation between two keys.
245 two key's lists, and returns the average and sample standard
  /external/bart/
README.md 97 The average difference between two switch-in or two switch-out events of a
  /external/bart/docs/examples/
thermal.py 60 """Assert Average temperature"""
  /external/brotli/research/
README.md 3 In this directory we publish simple tools to analyze backward reference distance distributions in LZ77 compression. We developed these tools to be able to make more efficient encoding of distances in large-window brotli. In large-window compression the average cost of a backward reference distance is higher, and this may allow for more advanced encoding strategies, such as delta coding or an increase in context size, to bring significant compression density improvements. Our tools visualize the backward references as histogram images, i.e., one pixel in the image shows how many distances of a certain range exist at a certain locality in the data. The human visual system is excellent at pattern detection, so we tried to roughly identify patterns visually before going into more quantitative analysis. These tools can turn out to be useful in development of other LZ77-based compressors and we hope you try them out.
  /external/clang/tools/diagtool/
ListWarnings.cpp 98 out << " Average number of diagnostics per flag: "
  /external/deqp/doc/testspecs/GLES31/
functional.sample_shading.txt 60 multisample buffers with a box filter (simple average) may result in false
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
SoundLevelCalibration.java 95 // runs the native audio thread and returns the average amplitude
  /external/expat/tests/benchmark/
benchmark.c 146 printf ("%d loops, with buffer size %d. Average time per loop: %f\n",
  /external/giflib/
gif_hash.c 111 Because the average hit ratio is only 2 (2 hash references per entry), *
  /external/google-styleguide/docguide/
philosophy.md 28 * **This guide is designed for the average engineer** -- the busy,
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
HashMultimap.java 64 * @param expectedValuesPerKey the expected average number of values per key
  /external/icu/icu4c/source/test/perf/collationperf/
readme.html 21 <LI>Binary search. Report the average time required to look up each of the names (file lines) from the file in
  /external/iproute2/man/man8/
tc-ematch.8 53 \fBloadavg_1\fP Load average in last 5 minutes
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
UniqueStack.java 32 * All provided operations ({@link #pop()} and {@link #push(Object)}) are done in average constant
  /external/libopus/doc/
opus_update.patch 236 -grep quality logs_mono.txt | awk '{sum+=$4}END{print "Average mono quality is", sum/NR, "%"}'
237 -grep quality logs_stereo.txt | awk '{sum+=$4}END{print "Average stereo quality is", sum/NR, "%"}'
240 +echo $mono1 $mono2 | awk '{if ($2 > $1) $1 = $2; print "Average mono quality is", $1, "%"}'
244 +echo $stereo1 $stereo2 | awk '{if ($2 > $1) $1 = $2; print "Average stereo quality is", $1, "%"}'
  /external/libvpx/libvpx/vp9/common/
vp9_enums.h 108 #define DC_PRED 0 // Average of above and left pixels
  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.h 93 // downsample_filter_phase: = 0 will do sub-sampling (no weighted average),
  /external/libvpx/libvpx/vpx_dsp/x86/
vpx_subpixel_8t_intrin_avx2.c 98 // average if necessary
154 // average if necessary
257 // average if necessary
304 // average if necessary

Completed in 924 milliseconds

<<21222324252627282930>>