Lines Matching refs:filtBuffer
154 /*static*/ void equalizeFiltBufferExp(FIXP_DBL *filtBuffer,
872 FDKmemcpy(h_sbr_cal_env->filtBuffer, pNrgs->nrgGain, noSubbands*sizeof(FIXP_DBL));
880 equalizeFiltBufferExp(h_sbr_cal_env->filtBuffer, /* buffered */
923 h_sbr_cal_env->filtBuffer[k] >>= sc;
979 h_sbr_cal_env->filtBuffer[k] >>= -sc_change;
1027 FDKmemcpy(h_sbr_cal_env->filtBuffer, pNrgs->nrgGain, noSubbands*sizeof(FIXP_DBL));
1179 /*static*/ void equalizeFiltBufferExp(FIXP_DBL *filtBuffer, /*!< bufferd gains */
1191 filtBuffer[band] >>= diff; /* Compensate for the scale change by shifting the mantissa. */
1198 int reserve = CntLeadingZeros(fixp_abs(filtBuffer[band]))-1;
1204 filtBuffer[band] <<= (-diff);
1208 filtBuffer[band] <<= reserve; /* Shift the mantissa as far as possible: */
1952 FIXP_DBL *RESTRICT filtBuffer = h_sbr_cal_env->filtBuffer; /*!< Gains of last envelope */
1994 smoothedGain = fMult(smooth_ratio,filtBuffer[k]) +