Home | History | Annotate | Download | only in src

Lines Matching refs:xn

828    Word16 xn[L_SUBFR];         // Target vector for pitch search
833 Word16 gCoeff[6]; // Correlations between xn, y1, & y2:
1052 st->h1, xn, res, st->error);
1060 st->h1, xn, res, st->error);
1077 &st->exc[i_subfr], res2, xn, lsp_flag, xn2, y1,
1103 xn, xn2, y1, y2, gCoeff, evenSubfr, gp_limit,
1114 gain_code, Aq, synth, xn, code, y1, y2, st->mem_syn,
1122 Copy(xn, xn_sf0, L_SUBFR);
1130 gain_code, Aq, synth, xn, code, y1, y2,
1155 // re-run pre-processing to get xn right (needed by postproc)
1161 st->h1, xn, res, st->error);
1168 gain_code, Aq, synth, xn, code, y1, y2,
1231 Word16 xn[L_SUBFR]; /* Target vector for pitch search */
1236 Word16 gCoeff[6]; /* Correlations between xn, y1, & y2: */
1461 st->h1, xn, res, st->error);
1469 xn, res, st->error);
1487 &st->exc[i_subfr], res2, xn, lsp_flag, xn2, y1,
1514 xn, xn2, y1, y2, gCoeff, evenSubfr, gp_limit,
1526 gain_code, Aq, synth, xn, code, y1, y2, st->mem_syn,
1536 memcpy(xn_sf0, xn, L_SUBFR*sizeof(Word16));
1545 gain_code, Aq, synth, xn, code, y1, y2,
1571 /* re-run pre-processing to get xn right (needed by postproc) */
1577 st->h1, xn, res, st->error);
1584 gain_code, Aq, synth, xn, code, y1, y2,