Home | History | Annotate | Download | only in src

Lines Matching refs:lsp

403     lsp   = pointer to unquantized LSPs of type Word16
421 Purpose: Check the LSP's to detect resonances
437 Word16 *lsp // i : unquantized LSP's
443 // Find minimum distance between lsp[i] and lsp[i+1]
448 dist = sub(lsp[i], lsp[i+1]);
459 dist = sub(lsp[i], lsp[i+1]);
467 if (sub(lsp[1], 32000) > 0)
471 else if (sub(lsp[1], 30500) > 0)
526 Word16 *lsp, /* i : unquantized LSP's */
535 Word16 *p_lsp = &lsp[3];
536 Word16 *p_lsp_1 = &lsp[4];
540 /* Find minimum distance between lsp[i] and lsp[i+1] */
554 p_lsp = &lsp[1];
555 p_lsp_1 = &lsp[2];
567 if (lsp[1] > 32000)
571 else if (lsp[1] > 30500)