OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Peak
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
delay_peak_detector.h
32
// Returns true if
peak
-mode is active. That is, delay peaks were observed
36
// Calculates and returns the maximum delay
peak
height. Returns -1 if no
40
// Calculates and returns the maximum delay
peak
distance in ms.
45
// and the current target buffer level (needed to decide if a
peak
is observed
46
// or not). Returns true if
peak
-mode is active, false if not.
50
// the counter if it is non-negative. A negative denotes that no
peak
has
63
}
Peak
;
67
std::list<
Peak
> peak_history_;
delay_peak_detector.cc
18
// delay peaks. When a
peak
is observed, the "height" (the time elapsed since
19
// the previous packet arrival) and the
peak
"period" (the time since the last
20
// observed
peak
) is recorded in a vector. When enough peaks have been observed,
21
//
peak
-mode is engaged and the DelayManager asks the DelayPeakDetector for
22
// the worst
peak
height.
33
peak_period_counter_ms_ = -1; // Indicate that next
peak
is the first.
51
std::list<
Peak
>::const_iterator it;
60
std::list<
Peak
>::const_iterator it;
70
// A delay
peak
is observed.
72
// This is the first
peak
. Reset the period counter
[
all
...]
/art/runtime/base/
scoped_arena_allocator.h
74
struct
Peak
;
77
struct StatsAndPool : TaggedStats<
Peak
>, TaggedStats<Current> {
83
return static_cast<TaggedStats<
Peak
>*>(&stats_and_pool_);
87
return static_cast<const TaggedStats<
Peak
>*>(&stats_and_pool_);
/external/valgrind/massif/
ms_main.c
50
// it's clear where/why the
peak
is occurring. (Mattieu Castet) Also,
142
Detailed snapshots: [2, 11, 13, 19, 25, 32 (
peak
)]
209
// -
Peak
snapshot: When the memory usage
peak
is reached, it takes a
210
// snapshot. It keeps this, unless the
peak
is subsequently exceeded,
211
// in which case it will overwrite the
peak
snapshot.
261
// This is the total size from the current
peak
snapshot, or 0 if no
peak
410
else if VG_DBL_CLO(arg, "--
peak
-inaccuracy", clo_peak_inaccuracy) {}
440
" --
peak
-inaccuracy=<m.n> maximum peak inaccuracy, as a percentage [1.0]\n
[
all
...]
/external/llvm/lib/Fuzzer/
FuzzerDriver.cpp
241
size_t
Peak
= GetPeakRSSMb();
242
if (
Peak
> RssLimitMb)
/external/ImageMagick/www/api/
morphology.php
254
<dd>
Peak
:radius1,radius2 Find any
peak
larger than the pixels the fall between the two radii. The default ring of pixels is as per "Ring". Edges Find flat orthogonal edges of a binary shape Corners Find 90 degree corners of a binary shape Diagonals:type A special kernel to thin the 'outside' of diagonals LineEnds:type Find end points of lines (for pruning a skeletion) Two types of lines ends (default to both) can be searched for Type 0: All line ends Type 1: single kernel for 4-conneected line ends Type 2: single kernel for simple line ends LineJunctions Find three line junctions (within a skeletion) Type 0: all line junctions Type 1: Y Junction kernel Type 2: Diagonal T Junction kernel Type 3: Orthogonal T Junction kernel Type 4: Diagonal X Junction kernel Type 5: Orthogonal + Junction kernel Ridges:type Find single pixel ridges or thin lines Type 1: Fine single pixel thick lines and ridges Type 2: Find two pixel thick lines and ridges ConvexHull Octagonal Thickening Kernel, to generate convex hulls of 45 degrees Skeleton:type Traditional skeleton generating kernels. Type 1: Tradional Skeleton kernel (4 connected skeleton) Type 2: HIPR2 Skeleton kernel (8 connected skeleton) Type 3: Thinning skeleton based on a ressearch paper by Dan S. Bloomberg (Default Type) ThinSE:type A huge variety of Thinning Kernels designed to preserve conectivity. many other kernel sets use these kernels as source definitions. Type numbers are 41-49, 81-89, 481, and 482 which are based on the super and sub notations used in the source research paper. </dd>
[
all
...]
Completed in 175 milliseconds