#include "misc.h"
Include dependency graph for lpc.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void | _spx_autocorr (const spx_word16_t *x, spx_word16_t *ac, int lag, int n) |
spx_word32_t | _spx_lpc (spx_coef_t *lpc, const spx_word16_t *ac, int p) |
void _spx_autocorr | ( | const spx_word16_t * | x, | |
spx_word16_t * | ac, | |||
int | lag, | |||
int | n | |||
) |
spx_word32_t _spx_lpc | ( | spx_coef_t * | lpc, | |
const spx_word16_t * | ac, | |||
int | p | |||
) |