diff dcadata.h @ 11591:59a801bfc636 libavcodec

DCA: align some arrays Optimised implementations of the synth filter will require these arrays 16-byte aligned.
author mru
date Sat, 10 Apr 2010 16:27:47 +0000
parents e9d9d946f213
children 2b35577e49db
line wrap: on
line diff
--- a/dcadata.h	Thu Apr 08 06:27:39 2010 +0000
+++ b/dcadata.h	Sat Apr 10 16:27:47 2010 +0000
@@ -6282,7 +6282,7 @@
 
 /* FIR filter coefficients, they can be cut on half and maybe use float instead of double*/
 
-static const float fir_32bands_perfect[] =
+DECLARE_ALIGNED(16, static const float, fir_32bands_perfect)[] =
 {
 +1.135985195E-010,
 +7.018770981E-011,
@@ -6798,7 +6798,7 @@
 -1.135985195E-010
 };
 
-static const float fir_32bands_nonperfect[] =
+DECLARE_ALIGNED(16, static const float, fir_32bands_nonperfect)[] =
 {
 -1.390191784E-007,
 -1.693738625E-007,