Home | History | Annotate | Download | only in src

Lines Matching refs:maxBuf

102   FIXP_DBL*     maxBuf;
136 limiter->maxBuf = (FIXP_DBL*)FDKcalloc(attack + 1, sizeof(FIXP_DBL));
139 if (!limiter->maxBuf || !limiter->delayBuf) {
189 FDKmemset(limiter->maxBuf, 0, (limiter->attack + 1) * sizeof(FIXP_DBL) );
204 FDKfree(limiter->maxBuf);
242 FIXP_DBL* maxBuf = limiter->maxBuf;
292 old = maxBuf[maxBufIdx];
293 maxBuf[maxBufIdx] = tmp;
306 max = maxBuf[0];
308 if (maxBuf[j] > max) max = maxBuf[j];