aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/dct32.asm
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2017-03-01 19:04:03 +0100
committerDiego Biurrun <diego@biurrun.de>2017-03-05 14:26:06 +0100
commit6eef263aca281fb582e1fa3d841ac20ef747a252 (patch)
treeef1b8132b1e388b8f405063fdc8baec4353e98ec /libavcodec/x86/dct32.asm
parent3303f86467efa99f23c670707f5be094cc9ce547 (diff)
downloadffmpeg-6eef263aca281fb582e1fa3d841ac20ef747a252.tar.gz
x86: Merge align directives into SECTION_RODATA declarations where possible
Diffstat (limited to 'libavcodec/x86/dct32.asm')
-rw-r--r--libavcodec/x86/dct32.asm6
1 files changed, 2 insertions, 4 deletions
diff --git a/libavcodec/x86/dct32.asm b/libavcodec/x86/dct32.asm
index 2c4c32eb11..cfd5f52ba8 100644
--- a/libavcodec/x86/dct32.asm
+++ b/libavcodec/x86/dct32.asm
@@ -23,7 +23,8 @@
SECTION_RODATA 32
-align 32
+ps_p1p1m1m1: dd 0, 0, 0x80000000, 0x80000000, 0, 0, 0x80000000, 0x80000000
+
ps_cos_vec: dd 0.500603, 0.505471, 0.515447, 0.531043
dd 0.553104, 0.582935, 0.622504, 0.674808
dd -10.190008, -3.407609, -2.057781, -1.484165
@@ -38,9 +39,6 @@ ps_cos_vec: dd 0.500603, 0.505471, 0.515447, 0.531043
dd 1.000000, 0.707107, 1.000000, -0.707107
dd 0.707107, 0.707107, 0.707107, 0.707107
-align 32
-ps_p1p1m1m1: dd 0, 0, 0x80000000, 0x80000000, 0, 0, 0x80000000, 0x80000000
-
%macro BUTTERFLY 4
subps %4, %1, %2
addps %2, %2, %1