Libav
|
Pitch postfilter parameters. More...
Data Fields | |
int | index |
postfilter backward/forward lag More... | |
int16_t | opt_gain |
optimal gain More... | |
int16_t | sc_gain |
scaling gain More... | |
int PPFParam::index |
postfilter backward/forward lag
Definition at line 72 of file g723_1.c.
Referenced by comp_ppf_coeff(), comp_ppf_gains(), and g723_1_decode_frame().
int16_t PPFParam::opt_gain |
optimal gain
Definition at line 73 of file g723_1.c.
Referenced by comp_ppf_coeff(), comp_ppf_gains(), and g723_1_decode_frame().
int16_t PPFParam::sc_gain |
scaling gain
Definition at line 74 of file g723_1.c.
Referenced by comp_ppf_coeff(), comp_ppf_gains(), and g723_1_decode_frame().