Displaying 1 result from an estimated 1 matches for "flac__lpc_compute_lp_coefficients".
2004 Oct 01
1
[PATCH] fix compile errors with asm disabled
...ues with the above, though.
--- orig/src/libFLAC/include/private/lpc.h
+++ mod/src/libFLAC/include/private/lpc.h
@@ -61,6 +61,7 @@
void FLAC__lpc_compute_autocorrelation_asm_ia32_3dnow(const FLAC__real data[], unsigned data_len, unsigned lag, FLAC__real autoc[]);
#endif
#endif
+#endif
/*
* FLAC__lpc_compute_lp_coefficients()
@@ -146,17 +147,16 @@
void FLAC__lpc_restore_signal(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 data[]);
void FLAC__lpc_restore_signal_wide(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp...