mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
window the integer_signal instead of real_signal, remove unused real_signal from datapath
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
* OUT out[0,lag-1]
|
||||
* IN data_len
|
||||
*/
|
||||
void FLAC__lpc_window_data(const FLAC__real in[], const FLAC__real window[], FLAC__real out[], unsigned data_len);
|
||||
void FLAC__lpc_window_data(const FLAC__int32 in[], const FLAC__real window[], FLAC__real out[], unsigned data_len);
|
||||
|
||||
/*
|
||||
* FLAC__lpc_compute_autocorrelation()
|
||||
|
||||
Reference in New Issue
Block a user