Home | History | Annotate | Download | only in src

Lines Matching defs:lsp

99     lsp_old -- array of type Word16 -- LSP vector at the
101 lsp_mid -- array of type Word16 -- LSP vector at the 2nd subfr. of
103 lsp_new -- array of type Word16 -- LSP vector at the 4th subfr. of
175 Word16 lsp_old[], /* i : LSP vector at the 4th subfr. of past frame (M) */
176 Word16 lsp_mid[], /* i : LSP vector at the 2nd subfr. of
178 Word16 lsp_new[], /* i : LSP vector at the 4th subfr. of
186 Word16 lsp[M];
190 Word16 *p_lsp = &lsp[0];
192 /* lsp[i] = lsp_mid[i] * 0.5 + lsp_old[i] * 0.5 */
201 lsp,
215 p_lsp = &lsp[0];
224 lsp,
246 lsp_old -- array of type Word16 -- LSP vector at the
248 lsp_mid -- array of type Word16 -- LSP vector at the 2nd subfr. of
250 lsp_new -- array of type Word16 -- LSP vector at the 4th subfr. of
312 Word16 lsp_old[], /* i : LSP vector at the 4th subfr. of past frame (M) */
313 Word16 lsp_mid[], /* i : LSP vector at the 2nd subframe of
315 Word16 lsp_new[], /* i : LSP vector at the 4th subframe of
323 Word16 lsp[M];
327 Word16 *p_lsp = &lsp[0];
329 /* lsp[i] = lsp_mid[i] * 0.5 + lsp_old[i] * 0.5 */
336 Lsp_Az(lsp, Az, pOverflow); /* Subframe 1 */
340 p_lsp = &lsp[0];
348 Lsp_Az(lsp, Az, pOverflow); /* Subframe 3 */
356 FUNCTION NAME: lsp
361 lsp_old -- array of type Word16 -- LSP vector at the
363 lsp_new -- array of type Word16 -- LSP vector at the 4th subfr. of
436 Word16 lsp_old[], /* input : LSP vector at the 4th SF of past frame */
437 Word16 lsp_new[], /* input : LSP vector at the 4th SF of present frame */
446 Word16 lsp[M];
454 lsp[i] = add(temp2, temp, pOverflow);
458 lsp,
469 lsp[i] = add(temp, temp2, pOverflow);
473 lsp,
485 lsp[i] = add(temp2, temp, pOverflow);
489 lsp,
509 lsp_old -- array of type Word16 -- LSP vector at the
511 lsp_new -- array of type Word16 -- LSP vector at the 4th subfr. of
573 Word16 lsp_old[], /* input : LSP vector at the 4th SF of past frame */
574 Word16 lsp_new[], /* input : LSP vector at the 4th SF of present frame */
582 Word16 lsp[M];
592 lsp[i] = add(temp2, temp, pOverflow);
596 lsp,
607 lsp[i] = add(temp2, temp, pOverflow);
611 lsp,
623 lsp[i] = add(temp, temp2, pOverflow);
627 lsp,