OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxAttackMs
(Results
1 - 2
of
2
) sorted by null
/external/aac/libPCMutils/include/
limiter.h
124
*
maxAttackMs
: maximum and initial attack/lookahead time in milliseconds *
131
TDLimiterPtr createLimiter(unsigned int
maxAttackMs
,
207
* attackMs: attack time in ms ( <=
maxAttackMs
specified on create) *
/external/aac/libPCMutils/src/
limiter.cpp
97
unsigned int attackMs, releaseMs,
maxAttackMs
;
115
unsigned int
maxAttackMs
,
128
attack = (unsigned int)(
maxAttackMs
* maxSampleRate / 1000);
155
limiter->attackMs =
maxAttackMs
;
156
limiter->
maxAttackMs
=
maxAttackMs
;
450
if (attackMs > limiter->
maxAttackMs
) return TDLIMIT_INVALID_PARAMETER;
Completed in 91 milliseconds