summaryrefslogtreecommitdiff
path: root/libavcodec/x86/constants.h
diff options
context:
space:
mode:
authorChristophe Gisquet <christophe.gisquet@gmail.com>2014-08-06 07:43:39 +0000
committerAnton Khirnov <anton@khirnov.net>2016-08-03 10:56:52 +0200
commit3c504bc3599f00bfc5923adc114beef34bce11d0 (patch)
treeb1bc307379ef7a1e31b9b0d3db62ea5f9cbf9ee3 /libavcodec/x86/constants.h
parentd3e4d406b020b0464486318aceda08bd8f69ca41 (diff)
x86: deduplicate some constants
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavcodec/x86/constants.h')
-rw-r--r--libavcodec/x86/constants.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/x86/constants.h b/libavcodec/x86/constants.h
index f38fbe3425..c3b8d501cd 100644
--- a/libavcodec/x86/constants.h
+++ b/libavcodec/x86/constants.h
@@ -42,6 +42,9 @@ extern const xmm_reg ff_pw_64;
extern const uint64_t ff_pw_96;
extern const uint64_t ff_pw_128;
extern const uint64_t ff_pw_255;
+extern const xmm_reg ff_pw_256;
+extern const xmm_reg ff_pw_512;
+extern const xmm_reg ff_pw_m1;
extern const xmm_reg ff_pb_1;
extern const xmm_reg ff_pb_3;