comparison dcadata.h @ 11618:ce8ad9819cd6 libavcodec

DCA: 16-byte-align lfe_fir tables
author mru
date Mon, 12 Apr 2010 20:45:29 +0000
parents bd4754d81e42
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11617:bb17732c00ef 11618:ce8ad9819cd6
7313 +2.030677564E-007, 7313 +2.030677564E-007,
7314 +1.693738625E-007, 7314 +1.693738625E-007,
7315 +1.390191784E-007 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 2.658434386830777e-4, 9.029330685734748e-3, 7320 2.658434386830777e-4, 9.029330685734748e-3,
7321 7.939263433218002e-2, 2.425158768892288e-1, 7321 7.939263433218002e-2, 2.425158768892288e-1,
7322 3.430179357528686e-1, 2.398228943347931e-1, 7322 3.430179357528686e-1, 2.398228943347931e-1,
7323 7.746443897485733e-2, 8.622321300208569e-3, 7323 7.746443897485733e-2, 8.622321300208569e-3,
7445 1.516709625720978e-1, 3.135308027267456e-1, 7445 1.516709625720978e-1, 3.135308027267456e-1,
7446 3.152491748332978e-1, 1.543320864439010e-1, 7446 3.152491748332978e-1, 1.543320864439010e-1,
7447 3.165979683399200e-2, 1.527829794213176e-3, 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 0.00053168571, 0.15878495574, 0.68603444099, 0.15492856503, 7452 0.00053168571, 0.15878495574, 0.68603444099, 0.15492856503,
7453 0.00016358691, 0.16269733012, 0.68591803312, 0.15112841129, 7453 0.00016358691, 0.16269733012, 0.68591803312, 0.15112841129,
7454 0.00018878609, 0.16666537523, 0.68568539619, 0.14738474786, 7454 0.00018878609, 0.16666537523, 0.68568539619, 0.14738474786,
7455 0.00021643363, 0.17068879306, 0.68533653021, 0.14369773865, 7455 0.00021643363, 0.17068879306, 0.68533653021, 0.14369773865,