aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/constants.h
diff options
context:
space:
mode:
authorChristophe Gisquet <christophe.gisquet@gmail.com>2015-02-05 19:20:43 +0000
committerMichael Niedermayer <michaelni@gmx.at>2015-02-06 23:35:02 +0100
commit9dc45d1f42801036443e41a3cc424c7635936539 (patch)
tree65595a610b5a0af8eb90ac616f15352ae9cb9f03 /libavcodec/x86/constants.h
parentbfb988b1fafdc37f88aa64b49360cbbb64fa7e8e (diff)
downloadffmpeg-9dc45d1f42801036443e41a3cc424c7635936539.tar.gz
x86: lavc: share more constants
Reviewed-by: "Ronald S. Bultje" <rsbultje@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86/constants.h')
-rw-r--r--libavcodec/x86/constants.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/x86/constants.h b/libavcodec/x86/constants.h
index 094dd42564..0b3c8740c7 100644
--- a/libavcodec/x86/constants.h
+++ b/libavcodec/x86/constants.h
@@ -49,7 +49,9 @@ extern const xmm_reg ff_pw_2048;
extern const xmm_reg ff_pw_8192;
extern const ymm_reg ff_pw_m1;
+extern const ymm_reg ff_pb_0;
extern const ymm_reg ff_pb_1;
+extern const ymm_reg ff_pb_2;
extern const ymm_reg ff_pb_3;
extern const xmm_reg ff_pb_80;
extern const xmm_reg ff_pb_F8;
@@ -57,4 +59,6 @@ extern const uint64_t ff_pb_FC;
extern const xmm_reg ff_ps_neg;
+extern const ymm_reg ff_pd_1;
+
#endif /* AVCODEC_X86_CONSTANTS_H */