From e6e9823488b4cf42778411f1239592f0787e121e Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Sun, 20 Mar 2011 13:31:36 -0400 Subject: Add apply_window_int16() to DSPContext with x86-optimized versions and use it in the ac3_fixed encoder. --- libavcodec/ac3tab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/ac3tab.c') diff --git a/libavcodec/ac3tab.c b/libavcodec/ac3tab.c index 0c5c642bdc..6a4d8cd0a2 100644 --- a/libavcodec/ac3tab.c +++ b/libavcodec/ac3tab.c @@ -141,7 +141,7 @@ const uint8_t ff_ac3_rematrix_band_tab[5] = { 13, 25, 37, 61, 253 }; /* AC-3 MDCT window */ /* MDCT window */ -const int16_t ff_ac3_window[AC3_WINDOW_SIZE/2] = { +DECLARE_ALIGNED(16, const int16_t, ff_ac3_window)[AC3_WINDOW_SIZE/2] = { 4, 7, 12, 16, 21, 28, 34, 42, 51, 61, 72, 84, 97, 111, 127, 145, 164, 184, 207, 231, 257, 285, 315, 347, -- cgit v1.2.3