Home | History | Annotate | Download | only in src

Lines Matching refs:Q_new

322     int16 fac, stab_fac, voice_fac, Q_new = 0;
844 /* find best scaling to perform on excitation (Q_new) */
855 /* limit scaling (Q_new) to Q_MAX: see pv_amr_wb_cnst.h and syn_filt_32() */
861 Q_new = 0;
865 while ((L_tmp < 0x08000000L) && (Q_new < tmp))
868 Q_new += 1;
875 (int16)(Q_new - st->Q_old));
877 st->Q_old = Q_new;
960 tmp = add_int16(norm_s(max), Q_new) - 1;
1043 gain_code = amr_wb_round(shl_int32(L_gain_code, Q_new));
1116 Q_new,
1139 scale_signal(exc, L_FRAME, (int16)(-Q_new));