14 #include "iLBC_define.h"
28 float *po, *pi, *pm, *pa;
34 for (i=0; i<LPC_FILTERORDER; i++) {
36 pm = &mem[LPC_FILTERORDER-1];
44 for (j=0; j<=i; j++) {
47 for (j=i+1; j<LPC_FILTERORDER+1; j++) {
57 for (i=LPC_FILTERORDER; i<len; i++) {
61 for (j=0; j<LPC_FILTERORDER+1; j++) {
69 memcpy(mem, &In[len-LPC_FILTERORDER],
70 LPC_FILTERORDER*
sizeof(
float));