Searched refs:attackConst (Results 1 - 1 of 1) sorted by relevance

/external/aac/libPCMutils/src/
H A Dlimiter.cpp96 FIXP_DBL attackConst, releaseConst; member in struct:TDLimiter
124 FIXP_DBL attackConst, releaseConst, exponent; local
144 /* attackConst = pow(0.1, 1.0 / (attack + 1)) */
146 attackConst = fPow(FL2FXCONST_DBL(0.1f), 0, exponent, 0, &e_ans);
147 attackConst = scaleValue(attackConst, e_ans);
159 limiter->attackConst = attackConst;
237 FIXP_DBL attackConst = limiter->attackConst; local
409 FIXP_DBL attackConst, releaseConst, exponent; local
445 FIXP_DBL attackConst, exponent; local
[all...]

Completed in 58 milliseconds