OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:average
(Results
426 - 450
of
2435
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/libopus/tests/
run_vectors.sh
139
echo $mono1 $mono2 | awk '{if ($2 > $1) $1 = $2; print "
Average
mono quality is", $1, "%"}'
143
echo $stereo1 $stereo2 | awk '{if ($2 > $1) $1 = $2; print "
Average
stereo quality is", $1, "%"}'
/external/libvpx/libvpx/vp8/common/
blockd.h
63
DC_PRED, /*
average
of above and left pixels */
96
B_DC_PRED, /*
average
of above and left pixels */
/external/libvpx/libvpx/vpx/
vp8cx.h
241
* keyframe. It is expressed as a percentage of the
average
262
* inter frame. It is expressed as a percentage of the
average
277
* CBR mode. It is expressed as a percentage of the
average
280
*
average
bitrate target is used.
283
* than
average
frame, set this to 100.
579
* CBR mode. It is expressed as a percentage of the
average
582
*
average
bitrate target is used.
585
* than
average
frame, set this to 100.
/external/ltp/testcases/realtime/func/measurement/
preempt_timing.c
30
* The maximum, minimum and
average
delays are reported for x pairs of such
155
printf("
Average
: %llu \n", avg);
/external/slf4j/slf4j-api/src/test/java/org/slf4j/helpers/
BogoPerf.java
57
* number of bogoInstructions to
average
over in order to
71
//
average
duration per instruction
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
Chapter2_3Test.java
45
String etalon = "Sammy Sosa completed another fine season with great stats.\n\n 63 Home Runs\n 0.288 Batting
Average
\n\nWhat a year!\n";
67
assertEquals("65 Home Runs\n0.278 Batting
Average
\n", map.get("stats"));
/external/tensorflow/tensorflow/core/kernels/
conditional_accumulator.h
34
* TryTakeGrad logs an attempt to read the
average
gradient. The attempt is
38
* (1) the value of the
average
gradient is returned
conditional_accumulator_base.cc
49
* Logs an attempt to extract the
average
gradient, and tries to flush all
192
//
Average
the accumulated gradient
conditional_accumulator_base.h
39
* TryTakeGrad logs an attempt to read the
average
gradient. The attempt is
43
* (1) the value of the
average
gradient is returned
/external/tensorflow/tensorflow/core/lib/histogram/
histogram_test.cc
147
EXPECT_EQ(h.
Average
(), tsh.
Average
());
/external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
merge.py
32
Used to implement `Sum`, `
Average
`, etc.
300
@tf_export('keras.layers.
Average
')
301
class
Average
(_Merge):
624
@tf_export('keras.layers.
average
')
625
def
average
(inputs, **kwargs):
function
626
"""Functional interface to the `
Average
` layer.
633
A tensor, the
average
of the inputs.
635
return
Average
(**kwargs)(inputs)
/external/tensorflow/tensorflow/tools/api/golden/
tensorflow.keras.layers.-average.pbtxt
1
path: "tensorflow.keras.layers.
Average
"
3
is_instance: "<class \'tensorflow.python.keras._impl.keras.layers.merge.
Average
\'>"
tensorflow.keras.layers.pbtxt
20
name: "
Average
"
384
name: "
average
"
/external/toolchain-utils/android_bench_suite/
fix_skia_results.py
74
average
= sum(normalized) / len(normalized)
75
if all(n > 0.1 for n in normalized) and
average
>= 1:
/external/v8/tools/testrunner/local/
perfdata.py
41
# We use an approximation of the
average
of the last 100 results here:
42
# The existing
average
is weighted with kLearnRateLimiter (or less
/external/webrtc/webrtc/modules/audio_coding/neteq/
delay_manager.h
65
// Calculates the
average
inter-arrival time deviation from the histogram.
67
// inter-arrival time. That is, if the
average
inter-arrival time is equal to
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/
analog_agc.h
31
* by out=10*log10(in/260537279.7); Set the target level to the
average
level
79
int32_t Rxx160w32; //
Average
energy for one frame
/external/webrtc/webrtc/modules/audio_processing/beamformer/
nonlinear_beamformer.h
108
// Postfilter masks are also unreliable at high frequencies.
Average
mid-high
110
// in the time-domain. Further, we
average
these block-masks over a chunk,
/external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_utils.h
106
// The current
average
X and X^2.
110
//
Average
X and X^2 for the current block in kStepBlocked.
/external/webrtc/webrtc/modules/pacing/
paced_sender.h
91
// |bitrate_kbps| is our estimate of what we are allowed to send on
average
.
116
// Returns the
average
time since being enqueued, in milliseconds, for all
/external/webrtc/webrtc/modules/video_coding/
jitter_estimator.h
140
double _avgFrameSize; //
Average
frame size
150
double _avgNoise; //
Average
of the random jitter
qm_select_data.h
42
// Factor to favor weighting the
average
rates with the current/last data.
210
// this is applied on the
average
of (2x2,1x2,2x1).
session_info.h
140
// Either more than the upper threshold of the
average
number of packets per
142
// or less than the lower threshold of the
average
number of packets per
/external/webrtc/webrtc/test/testsupport/metrics/
video_metrics.h
33
average
(0.0),
39
double
average
;
member in struct:webrtc::test::QualityMetricsResult
/frameworks/av/media/libnblog/include/media/nblog/
PerformanceAnalysis.h
79
// a peak is a moment at which the
average
outlier interval changed significantly
87
double mMean = -1; //
average
time between audio processing wakeups
Completed in 534 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>