Go to the documentation of this file.
23 #ifndef AVCODEC_ACELP_FILTERS_H
24 #define AVCODEC_ACELP_FILTERS_H
55 const int16_t* filter_coeffs,
int precision,
56 int frac_pos,
int filter_length,
int length);
62 const float *filter_coeffs,
int precision,
63 int frac_pos,
int filter_length,
int length);
90 const int16_t* in,
int length);
104 const float zero_coeffs[2],
105 const float pole_coeffs[2],
107 float mem[2],
int n);