HomeSort by relevance Sort by last modified time
    Searched full:metric (Results 251 - 275 of 496) sorted by null

<<11121314151617181920

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
index.html 54 <span id="toggle-sort" class="link">Sort tests by metric</span>
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
ssim.c 111 // for distortion metric in mode selection code ( provided we do a reconstruction)
  /external/chromium_org/third_party/opus/src/celt/
celt_encoder.c 366 /* Arbitrary metric for VBR boost */
553 VARDECL(int, metric);
569 ALLOC(metric, len, int);
627 /* metric is in Q1 to be able to select the mid-point (-0.5) for narrower bands */
629 metric[i] = 2*best_level;
631 metric[i] = -2*best_level;
632 *tf_sum += (isTransient ? LM : 0) - metric[i]/2;
633 /* For bands that can't be split to -1, set the metric to the half-way point to avoid
635 if (narrow && (metric[i]==0 || metric[i]==-2*LM)
    [all...]
  /external/chromium_org/third_party/ots/src/
metrics.cc 93 !out->WriteS16(0) || // metric data format
  /external/chromium_org/third_party/skia/include/core/
SkFont.h 98 * Use rounded metric values (e.g. advance).
  /external/chromium_org/third_party/skia/tools/skpdiff/
SkDiffContext.h 127 * "differName" : string name of the diff metric used
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
rtp_rtcp_defines.h 241 const RTCPVoIPMetric* /*metric*/) {};
  /external/chromium_org/third_party/webrtc/test/testsupport/
perf_test.h 70 // standard deviation (or other error metric) of the measurement.
  /external/chromium_org/third_party/webrtc/tools/e2e_quality/audio/
run_audio_test.py 50 help='regular expression to extract the comparison metric')
  /external/chromium_org/third_party/webrtc/tools/frame_analyzer/
frame_analyzer.cc 33 * RESULT <metric>:<label>= <values>
  /external/chromium_org/tools/perf/measurements/
smoothness_unittest.py 168 # Inject fake power metric.
  /external/chromium_org/tools/telemetry/telemetry/results/
gtest_progress_reporter.py 42 # TODO(chrishenry): Consider outputting metric values as well. For
  /external/chromium_org/v8/tools/push-to-trunk/
auto_push.py 97 # TODO(machenbach): This metric counts all revisions. It could be
  /external/dhcpcd/
net.h 87 int metric; member in struct:rt
  /external/libopus/celt/
celt_encoder.c 366 /* Arbitrary metric for VBR boost */
553 VARDECL(int, metric);
569 ALLOC(metric, len, int);
627 /* metric is in Q1 to be able to select the mid-point (-0.5) for narrower bands */
629 metric[i] = 2*best_level;
631 metric[i] = -2*best_level;
632 *tf_sum += (isTransient ? LM : 0) - metric[i]/2;
633 /* For bands that can't be split to -1, set the metric to the half-way point to avoid
635 if (narrow && (metric[i]==0 || metric[i]==-2*LM)
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
ssim.c 111 // for distortion metric in mode selection code ( provided we do a reconstruction)
  /external/lldb/tools/lldb-perf/common/stepping/
lldb-perf-stepping.cpp 4 #include "lldb-perf/lib/Metric.h"
  /external/llvm/include/llvm/Analysis/
InlineCost.h 49 /// threshold for this cost metric.
  /external/skia/bench/
ResultsWriter.h 40 // Records a single test metric.
  /external/skia/include/core/
SkFont.h 91 * Use rounded metric values (e.g. advance).
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
BridgeTypedArray.java 354 * metric, or defValue if not defined.
394 * metric and truncated to integer pixels, or defValue if not defined.
417 * metric and truncated to integer pixels, or defValue if not defined.
450 * metric and truncated to integer pixels.
  /frameworks/minikin/libs/minikin/
FontFamily.cpp 135 // Compute a matching metric between two styles - 0 is an exact match
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
ssim.c 111 // for distortion metric in mode selection code ( provided we do a reconstruction)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/net/
if.h 159 # define ifr_metric ifr_ifru.ifru_ivalue /* metric */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/net/
if.h 159 # define ifr_metric ifr_ifru.ifru_ivalue /* metric */

Completed in 743 milliseconds

<<11121314151617181920