|
|
@ -93,7 +93,7 @@ |
|
|
|
* Short-term postfilter (4.2.2). |
|
|
|
* Short-term postfilter (4.2.2). |
|
|
|
* Tilt-compensation (4.2.3) |
|
|
|
* Tilt-compensation (4.2.3) |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
void g729_postfilter(DSPContext *dsp, int16_t* ht_prev_data, int16_t* voicing, |
|
|
|
void ff_g729_postfilter(DSPContext *dsp, int16_t* ht_prev_data, int16_t* voicing, |
|
|
|
const int16_t *lp_filter_coeffs, int pitch_delay_int, |
|
|
|
const int16_t *lp_filter_coeffs, int pitch_delay_int, |
|
|
|
int16_t* residual, int16_t* res_filter_data, |
|
|
|
int16_t* residual, int16_t* res_filter_data, |
|
|
|
int16_t* pos_filter_data, int16_t *speech, |
|
|
|
int16_t* pos_filter_data, int16_t *speech, |
|
|
@ -109,7 +109,7 @@ void g729_postfilter(DSPContext *dsp, int16_t* ht_prev_data, int16_t* voicing, |
|
|
|
* |
|
|
|
* |
|
|
|
* \return (Q12) last value of gain coefficient |
|
|
|
* \return (Q12) last value of gain coefficient |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
int16_t g729_adaptive_gain_control(int gain_before, int gain_after, int16_t *speech, |
|
|
|
int16_t ff_g729_adaptive_gain_control(int gain_before, int gain_after, int16_t *speech, |
|
|
|
int subframe_size, int16_t gain_prev); |
|
|
|
int subframe_size, int16_t gain_prev); |
|
|
|
|
|
|
|
|
|
|
|
#endif // FFMPEG_G729POSTFILTER_H
|
|
|
|
#endif // FFMPEG_G729POSTFILTER_H
|
|
|
|