Home | History | Annotate | Download | only in src

Lines Matching refs:cor

193     FIXP_DBL cor = limiter->cor;
287 cor = fMin(cor,
293 cor = gain;
297 if (cor < smoothState0) {
299 fMult(attackConst, (smoothState0 - cor)) + cor; /* attack */
306 -fMult(releaseConst, -(smoothState0 - cor)) + cor; /* release */
353 limiter->cor = cor;
384 limiter->cor = FL2FXCONST_DBL(1.0f / (1 << 1));