33 29443, 28346, 25207, 20449, 14701, 8693,
34 3143, -1352, -4402, -5865, -5850, -4673,
35 -2783, -672, 1211, 2536, 3130, 2991,
36 2259, 1170, 0, -1001, -1652, -1868,
37 -1666, -1147, -464, 218, 756, 1060,
38 1099, 904, 550, 135, -245, -514,
39 -634, -602, -451, -231, 0, 191,
40 308, 340, 296, 198, 78, -36,
41 -120, -163, -165, -132, -79, -19,
42 34, 73, 91, 89, 70, 38,
void ff_tilt_compensation(float *mem, float tilt, float *samples, int size)
Apply tilt compensation filter, 1 - tilt * z-1.
void ff_acelp_high_pass_filter(int16_t *out, int hpf_f[2], const int16_t *in, int length)
high-pass filtering and upscaling (4.2.5 of G.729).
void ff_acelp_apply_order_2_transfer_function(float *out, const float *in, const float zero_coeffs[2], const float pole_coeffs[2], float gain, float mem[2], int n)
Apply an order 2 rational transfer function in-place.
void ff_acelp_interpolatef(float *out, const float *in, const float *filter_coeffs, int precision, int frac_pos, int filter_length, int length)
Floating point version of ff_acelp_interpolate()
void ff_acelp_interpolate(int16_t *out, const int16_t *in, const int16_t *filter_coeffs, int precision, int frac_pos, int filter_length, int length)
Generic FIR interpolation routine.