lpc: Add a function for calculating reflection coefficients from samples
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
39ef66f530
commit
8b25a20efb
2 changed files with 15 additions and 0 deletions
|
@ -92,6 +92,9 @@ int ff_lpc_calc_coefs(LPCContext *s,
|
|||
enum FFLPCType lpc_type, int lpc_passes,
|
||||
int omethod, int max_shift, int zero_shift);
|
||||
|
||||
int ff_lpc_calc_ref_coefs(LPCContext *s,
|
||||
const int32_t *samples, int order, double *ref);
|
||||
|
||||
/**
|
||||
* Initialize LPCContext.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue