window the integer_signal instead of real_signal, remove unused real_signal from datapath

This commit is contained in:
Josh Coalson
2007-04-04 00:59:28 +00:00
parent eb6ef7d0fb
commit 4a040f6b8a
3 changed files with 14 additions and 68 deletions

View File

@@ -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()