Home | History | Annotate | Download | only in src

Lines Matching refs:Q_new

73 			Word16 Q_new,                         /* (i)   : scaling performed on exc   */
203 Word16 tmp, gain1, gain2, exp, Q_new, mu, shift, max;
313 Q_new = shift;
314 if (Q_new > st->Q_max[0])
316 Q_new = st->Q_max[0];
318 if (Q_new > st->Q_max[1])
320 Q_new = st->Q_max[1];
322 exp = (Q_new - st->Q_old);
323 st->Q_old = Q_new;
334 L_tmp = (L_tmp << Q_new);
340 L_tmp = (L_tmp << Q_new);
362 Scale_sig_opt(buf, L_FRAME, 1 - Q_new);
364 Scale_sig(buf, L_FRAME, 1 - Q_new);
474 /* scale old_wsp (warning: exp must be Q_new-Q_old) */
553 exc2[i] = shr(exc[i], Q_new);
671 exc2[i] = exc[i] >> Q_new;
1166 index = Q_gain2(xn, y1, Q_new + shift, y2, code, g_coeff, L_SUBFR, 6,
1171 index = Q_gain2(xn, y1, Q_new + shift, y2, code, g_coeff, L_SUBFR, 7,
1178 L_tmp = L_shl(L_gain_code, Q_new);
1294 gain_code = vo_round(L_shl(L_gain_code, Q_new));
1305 corr_gain = synthesis(p_Aq, exc2, Q_new, &speech16k[i_subfr * 5 / 4], st);
1332 Word16 Q_new, /* (i) : scaling performed on exc */
1365 Syn_filt_32_asm(Aq, M, exc, Q_new, synth_hi + M, synth_lo + M, L_SUBFR);
1367 Syn_filt_32(Aq, M, exc, Q_new, synth_hi + M, synth_lo + M, L_SUBFR);
1404 Q_new = Q_new - 3;
1408 Q_new = Q_new - 3;
1412 exp_ener = exp_ener - (Q_new + Q_new);