diff options
author | Måns Rullgård <mans@mansr.com> | 2010-04-12 20:45:29 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-04-12 20:45:29 +0000 |
commit | e168a5567a2b4c2e381bba081c93eb747ec886ca (patch) | |
tree | c6c144dfe7c290ab22f52cc6e4b03e9600d65c0c | |
parent | 309d16a4a0485554645bfb3e5f9d476e793ce731 (diff) | |
download | ffmpeg-e168a5567a2b4c2e381bba081c93eb747ec886ca.tar.gz |
DCA: 16-byte-align lfe_fir tables
Originally committed as revision 22862 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/dcadata.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/dcadata.h b/libavcodec/dcadata.h index 657f3c8d06..ccf194e805 100644 --- a/libavcodec/dcadata.h +++ b/libavcodec/dcadata.h @@ -7315,7 +7315,7 @@ DECLARE_ALIGNED(16, static const float, fir_32bands_nonperfect)[] = +1.390191784E-007 }; -static const float lfe_fir_64[] = +DECLARE_ALIGNED(16, static const float, lfe_fir_64)[] = { 2.658434386830777e-4, 9.029330685734748e-3, 7.939263433218002e-2, 2.425158768892288e-1, @@ -7447,7 +7447,7 @@ static const float lfe_fir_64[] = 3.165979683399200e-2, 1.527829794213176e-3, }; -static const float lfe_fir_128[] = +DECLARE_ALIGNED(16, static const float, lfe_fir_128)[] = { 0.00053168571, 0.15878495574, 0.68603444099, 0.15492856503, 0.00016358691, 0.16269733012, 0.68591803312, 0.15112841129, |