13 #include "iLBC_define.h"
31 float *po, *pi, *pa, *pm;
37 for (i=0; i<LPC_FILTERORDER; i++) {
40 pm=&mem[LPC_FILTERORDER-1];
41 for (j=1; j<=i; j++) {
44 for (j=i+1; j<LPC_FILTERORDER+1; j++) {
53 for (i=LPC_FILTERORDER; i<len; i++) {
56 for (j=1; j<LPC_FILTERORDER+1; j++) {
64 memcpy(mem, &Out[len-LPC_FILTERORDER],
65 LPC_FILTERORDER*
sizeof(
float));