Home | History | Annotate | Download | only in src

Lines Matching refs:lsp

224     lsp = the LSP for the current frame (Word16)
225 lspAver = the average of LSP for 8 frames (Word16)
268 Word16 lsp[], // i : The LSP for the current frame Q15
269 Word16 lspAver[], // i : The average of LSP for 8 frames Q15
301 // compute lsp difference
303 tmp1 = abs_s(sub(lspAver[i], lsp[i])); // Q15
467 Word16 lsp[], /* i : The LSP for the current frame Q15 */
468 Word16 lspAver[], /* i : The average of LSP for 8 frames Q15 */
513 /* compute lsp difference */
516 tmp1 = abs_s(sub(*(lspAver + i), *(lsp + i), pOverflow));