17 #include "constants.h"
36 for (i=0; i<len; i++) {
37 *po = hpi_zero_coefsTbl[0] * (*pi);
38 *po += hpi_zero_coefsTbl[1] * mem[0];
39 *po += hpi_zero_coefsTbl[2] * mem[1];
51 for (i=0; i<len; i++) {
52 *po -= hpi_pole_coefsTbl[1] * mem[2];
53 *po -= hpi_pole_coefsTbl[2] * mem[3];