Home
last modified time | relevance | path

Searched defs:TDLimiter (Results 1 – 1 of 1) sorted by relevance

/external/aac/libPCMutils/include/
Dlimiter.h118 struct TDLimiter { struct
119 unsigned int attack;
120 FIXP_DBL attackConst, releaseConst;
121 unsigned int attackMs, releaseMs, maxAttackMs;
122 FIXP_DBL threshold;
123 unsigned int channels, maxChannels;
124 UINT sampleRate, maxSampleRate;
125 FIXP_DBL cor, max;
149 struct TDLimiter; argument