Home | History | Annotate | Download | only in src

Lines Matching refs:p_Aq

179 	Word16 *p_A, *p_Aq;                    /* ptr to A(z) for the 4 subframes      */
655 p_Aq = Aq;
659 Residu_opt(p_Aq, &speech[i_subfr], &exc[i_subfr], L_SUBFR);
661 Residu(p_Aq, &speech[i_subfr], &exc[i_subfr], L_SUBFR);
663 p_Aq += (M + 1);
715 p_Aq = Aq;
759 Residu_opt(p_Aq, &speech[i_subfr], &exc[i_subfr], L_SUBFR);
761 Residu(p_Aq, &speech[i_subfr], &exc[i_subfr], L_SUBFR);
763 Syn_filt(p_Aq, &exc[i_subfr], error + M, L_SUBFR, error, 0);
785 Residu_opt(p_Aq,code + M, cn, L_SUBFR / 2);
787 Residu(p_Aq,code + M, cn, L_SUBFR / 2);
805 vo_p1 = p_Aq + 1;
1225 Syn_filt(p_Aq,&exc[i_subfr], synth, L_SUBFR, st->mem_syn, 1);
1305 corr_gain = synthesis(p_Aq, exc2, Q_new, &speech16k[i_subfr * 5 / 4], st);
1309 p_Aq += (M + 1);