Lines Matching defs:cor
101 FIXP_DBL cor, max;
181 limiter->cor = FL2FXCONST_DBL(1.0f/(1<<1));
244 FIXP_DBL cor = limiter->cor;
328 cor = fMin(cor, fMultDiv2((gain - fMultDiv2(FL2FXCONST_SGL(0.1f*(1<<1)),smoothState0)), FL2FXCONST_SGL(1.11111111f/(1<<1)))<<2);
331 cor = gain;
335 if (cor < smoothState0) {
336 smoothState0 = fMult(attackConst,(smoothState0 - cor)) + cor; /* attack */
343 smoothState0 = -fMult(releaseConst,-(smoothState0 - cor)) + cor; /* release */
370 limiter->cor = cor;