mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
add asm version of lpc routines
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user