diff options
author | Christophe Gisquet <christophe.gisquet@gmail.com> | 2014-08-06 07:43:39 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-08-06 18:36:31 +0200 |
commit | 4e128ab0b1b32d2e0a1a8350e224b8d6cc534f93 (patch) | |
tree | d0033797b32f27be09ac7567ab55c1ed507ec8f3 /libavcodec/x86/constants.h | |
parent | 305f72aee77bc36d1da9feaec42f9ddcdc9b0689 (diff) | |
download | ffmpeg-4e128ab0b1b32d2e0a1a8350e224b8d6cc534f93.tar.gz |
x86: vpx/h264/hevc/mpeg2: share constants
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86/constants.h')
-rw-r--r-- | libavcodec/x86/constants.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/x86/constants.h b/libavcodec/x86/constants.h index 3ebf171adc..4520515c9c 100644 --- a/libavcodec/x86/constants.h +++ b/libavcodec/x86/constants.h @@ -43,6 +43,11 @@ 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_512; +extern const xmm_reg ff_pw_1024; +extern const xmm_reg ff_pw_2048; +extern const xmm_reg ff_pw_8192; +extern const xmm_reg ff_pw_m1; extern const ymm_reg ff_pb_1; extern const ymm_reg ff_pb_3; |