summaryrefslogtreecommitdiff
path: root/libavcodec/x86/constants.h
diff options
context:
space:
mode:
authorChristophe Gisquet <christophe.gisquet@gmail.com>2014-08-06 07:43:43 +0000
committerMichael Niedermayer <michaelni@gmx.at>2014-08-06 19:25:08 +0200
commit75837e9add4ea55c6c8906b5de8ba0d9641bd3a2 (patch)
tree325b3f7b6e417dadb0e9fe3861d718d01052f1ee /libavcodec/x86/constants.h
parent51dd80e7510ea0f024c3ebffa43bfe47db259e01 (diff)
downloadffmpeg-75837e9add4ea55c6c8906b5de8ba0d9641bd3a2.tar.gz
x86: sbrdsp/fft: reuse ps_neg constant
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86/constants.h')
-rw-r--r--libavcodec/x86/constants.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/x86/constants.h b/libavcodec/x86/constants.h
index f73a9f26ec..e75fff9b9a 100644
--- a/libavcodec/x86/constants.h
+++ b/libavcodec/x86/constants.h
@@ -55,4 +55,6 @@ extern const xmm_reg ff_pb_80;
extern const xmm_reg ff_pb_F8;
extern const uint64_t ff_pb_FC;
+extern const xmm_reg ff_ps_neg;
+
#endif /* AVCODEC_X86_CONSTANTS_H */