#include "lpc.h"
Include dependency graph for lpc.c:
Functions | |
spx_word32_t | _spx_lpc (spx_coef_t *lpc, const spx_word16_t *ac, int p) |
void | _spx_autocorr (const spx_word16_t *x, float *ac, int lag, int n) |
void _spx_autocorr | ( | const spx_word16_t * | x, | |
float * | ac, | |||
int | lag, | |||
int | n | |||
) |
spx_word32_t _spx_lpc | ( | spx_coef_t * | lpc, | |
const spx_word16_t * | ac, | |||
int | p | |||
) |