Home | History | Annotate | Download | only in src

Lines Matching refs:filtBuffer_e

155                                   SCHAR   *filtBuffer_e,
870 FDKmemcpy(h_sbr_cal_env->filtBuffer_e, pNrgs->nrgGain_e, noSubbands*sizeof(SCHAR));
881 h_sbr_cal_env->filtBuffer_e, /* buffered */
922 int sc = scale_change-h_sbr_cal_env->filtBuffer_e[k] + (sc_change-1);
1028 FDKmemcpy(h_sbr_cal_env->filtBuffer_e, pNrgs->nrgGain_e, noSubbands*sizeof(SCHAR));
1180 SCHAR *filtBuffer_e, /*!< exponents of bufferd gains */
1189 diff = (int) (nrgGain_e[band] - filtBuffer_e[band]);
1192 filtBuffer_e[band] += diff; /* New gain is bigger, use its exponent */
1205 filtBuffer_e[band] += diff; /* becomes equal to *ptrNewExp */
1209 filtBuffer_e[band] -= reserve; /* Compensate in the exponent: */