Go to the documentation of this file.
23 #ifndef AVCODEC_ACELP_FILTERS_H
24 #define AVCODEC_ACELP_FILTERS_H
33 const float *filter_coeffs,
int precision,
34 int frac_pos,
int filter_length,
int length);
48 const float zero_coeffs[2],
49 const float pole_coeffs[2],
88 const int16_t* filter_coeffs,
int precision,
89 int frac_pos,
int filter_length,
int length);
95 const float *filter_coeffs,
int precision,
96 int frac_pos,
int filter_length,
int length);
137 const float zero_coeffs[2],
138 const float pole_coeffs[2],
140 float mem[2],
int n);