add asm version of lpc routines

This commit is contained in:
Josh Coalson
2001-05-03 03:40:43 +00:00
parent 87f5a56dfe
commit df0b87045a
2 changed files with 3 additions and 1 deletions

View File

@@ -37,6 +37,7 @@
* OUT autoc[0,lag-1]
*/
void FLAC__lpc_compute_autocorrelation(const real data[], unsigned data_len, unsigned lag, real autoc[]);
void FLAC__lpc_compute_autocorrelation_asm(const real data[], unsigned data_len, unsigned lag, real autoc[]);
/*
* FLAC__lpc_compute_lp_coefficients()