#include <lpc.h>
Definition at line 51 of file lpc.h.
Referenced by ff_lpc_calc_coefs(), ff_lpc_calc_ref_coefs(), and ff_lpc_init().
Definition at line 52 of file lpc.h.
Referenced by ff_lpc_calc_coefs(), and ff_lpc_init().
Definition at line 53 of file lpc.h.
Referenced by ff_lpc_calc_coefs(), and ff_lpc_init().
Definition at line 54 of file lpc.h.
Referenced by ff_lpc_end(), and ff_lpc_init().
Definition at line 55 of file lpc.h.
Referenced by ff_lpc_calc_coefs(), ff_lpc_calc_ref_coefs(), and ff_lpc_init().
Apply a Welch window to an array of input samples.
The output samples have the same scale as the input, but are in double sample format.
Definition at line 65 of file lpc.h.
Referenced by ff_lpc_calc_coefs(), ff_lpc_calc_ref_coefs(), ff_lpc_init(), and ff_lpc_init_x86().
Perform autocorrelation on input samples with delay of 0 to lag.
Definition at line 80 of file lpc.h.
Referenced by ff_lpc_calc_coefs(), ff_lpc_calc_ref_coefs(), ff_lpc_init(), and ff_lpc_init_x86().