Browse code

DCA: 16-byte-align lfe_fir tables

Originally committed as revision 22862 to svn://svn.ffmpeg.org/ffmpeg/trunk

Måns Rullgård authored on 2010/04/13 05:45:29
Showing 1 changed files
... ...
@@ -7315,7 +7315,7 @@ DECLARE_ALIGNED(16, static const float, fir_32bands_nonperfect)[] =
7315 7315
 +1.390191784E-007
7316 7316
 };
7317 7317
 
7318
-static const float lfe_fir_64[] =
7318
+DECLARE_ALIGNED(16, static const float, lfe_fir_64)[] =
7319 7319
 {
7320 7320
     2.658434386830777e-4, 9.029330685734748e-3,
7321 7321
     7.939263433218002e-2, 2.425158768892288e-1,
... ...
@@ -7447,7 +7447,7 @@ static const float lfe_fir_64[] =
7447 7447
     3.165979683399200e-2, 1.527829794213176e-3,
7448 7448
 };
7449 7449
 
7450
-static const float lfe_fir_128[] =
7450
+DECLARE_ALIGNED(16, static const float, lfe_fir_128)[] =
7451 7451
 {
7452 7452
     0.00053168571, 0.15878495574, 0.68603444099, 0.15492856503,
7453 7453
     0.00016358691, 0.16269733012, 0.68591803312, 0.15112841129,