Home | History | Annotate | Download | only in src

Lines Matching refs:lsp_new

103     lsp_new -- array of type Word16 -- LSP vector at the 4th subfr. of
178 Word16 lsp_new[], /* i : LSP vector at the 4th subfr. of
189 Word16 *p_lsp_new = &lsp_new[0];
231 lsp_new,
250 lsp_new -- array of type Word16 -- LSP vector at the 4th subfr. of
315 Word16 lsp_new[], /* i : LSP vector at the 4th subframe of
326 Word16 *p_lsp_new = &lsp_new[0];
363 lsp_new -- array of type Word16 -- LSP vector at the 4th subfr. of
437 Word16 lsp_new[], /* input : LSP vector at the 4th SF of present frame */
452 temp2 = shr(lsp_new[i], 2, pOverflow);
467 temp = shr(lsp_new[i], 1, pOverflow);
481 temp = shr(lsp_new[i], 2, pOverflow);
482 temp = sub(lsp_new[i], temp, pOverflow);
496 lsp_new,
511 lsp_new -- array of type Word16 -- LSP vector at the 4th subfr. of
574 Word16 lsp_new[], /* input : LSP vector at the 4th SF of present frame */
590 temp2 = shr(lsp_new[i], 2, pOverflow);
604 temp = shr(lsp_new[i], 1, pOverflow);
619 temp = shr(lsp_new[i], 2, pOverflow);
620 temp = sub(lsp_new[i], temp, pOverflow);