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

/external/aac/libPCMutils/src/
H A Dlimiter.cpp105 FIXP_DBL smoothState0; member in struct:TDLimiter
182 limiter->smoothState0 = FL2FXCONST_DBL(1.0f/(1<<1));
248 FIXP_DBL smoothState0 = limiter->smoothState0; local
327 if (gain < smoothState0) {
328 cor = fMin(cor, fMultDiv2((gain - fMultDiv2(FL2FXCONST_SGL(0.1f*(1<<1)),smoothState0)), FL2FXCONST_SGL(1.11111111f/(1<<1)))<<2);
335 if (cor < smoothState0) {
336 smoothState0 = fMult(attackConst,(smoothState0 - cor)) + cor; /* attack */
337 smoothState0
[all...]

Completed in 85 milliseconds