aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/constants.c
diff options
context:
space:
mode:
authorChristophe Gisquet <christophe.gisquet@gmail.com>2014-08-06 07:43:40 +0000
committerMichael Niedermayer <michaelni@gmx.at>2014-08-06 19:24:49 +0200
commit71db2d08b1f1eeda3b47564662365a7886ca5d3e (patch)
tree7cae5424d2e38b06d06745ffa1e39bd924ac4ae4 /libavcodec/x86/constants.c
parent4e128ab0b1b32d2e0a1a8350e224b8d6cc534f93 (diff)
downloadffmpeg-71db2d08b1f1eeda3b47564662365a7886ca5d3e.tar.gz
x86: better share ff_pw_2
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86/constants.c')
-rw-r--r--libavcodec/x86/constants.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/x86/constants.c b/libavcodec/x86/constants.c
index ee3f1a5e2a..bfb0ff3036 100644
--- a/libavcodec/x86/constants.c
+++ b/libavcodec/x86/constants.c
@@ -22,8 +22,6 @@
#include "libavutil/x86/asm.h" // for xmm_reg
#include "constants.h"
-DECLARE_ALIGNED(8, const uint64_t, ff_wtwo) = 0x0002000200020002ULL;
-
DECLARE_ALIGNED(16, const xmm_reg, ff_pw_1) = { 0x0001000100010001ULL, 0x0001000100010001ULL };
DECLARE_ALIGNED(16, const xmm_reg, ff_pw_2) = { 0x0002000200020002ULL, 0x0002000200020002ULL };
DECLARE_ALIGNED(16, const xmm_reg, ff_pw_3) = { 0x0003000300030003ULL, 0x0003000300030003ULL };