diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-02-19 07:41:36 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-02-24 09:49:03 +0100 |
commit | 585b764f9586fc6e5301a1ca4eff5a858f92a30b (patch) | |
tree | b94ab71c576063fe5ec74abe6503374b54459852 /libavcodec/x86/constants.c | |
parent | c23a5523b5c5bc63d206cd18a669875034e62ae5 (diff) | |
download | ffmpeg-585b764f9586fc6e5301a1ca4eff5a858f92a30b.tar.gz |
avcodec/x86/constants: Remove unused ff_pw_17
Unused since 80944df720da98d6e5ee0e355db5814735914ec9.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/x86/constants.c')
-rw-r--r-- | libavcodec/x86/constants.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/x86/constants.c b/libavcodec/x86/constants.c index f2d267e85d..bc7f2b17b8 100644 --- a/libavcodec/x86/constants.c +++ b/libavcodec/x86/constants.c @@ -34,7 +34,6 @@ DECLARE_ALIGNED(16, const xmm_reg, ff_pw_8) = { 0x0008000800080008ULL, 0x000 DECLARE_ASM_ALIGNED(16, const xmm_reg, ff_pw_9) = { 0x0009000900090009ULL, 0x0009000900090009ULL }; DECLARE_ALIGNED(8, const uint64_t, ff_pw_15) = 0x000F000F000F000FULL; DECLARE_ALIGNED(16, const xmm_reg, ff_pw_16) = { 0x0010001000100010ULL, 0x0010001000100010ULL }; -DECLARE_ALIGNED(16, const xmm_reg, ff_pw_17) = { 0x0011001100110011ULL, 0x0011001100110011ULL }; DECLARE_ASM_ALIGNED(16, const xmm_reg, ff_pw_18) = { 0x0012001200120012ULL, 0x0012001200120012ULL }; DECLARE_ALIGNED(16, const xmm_reg, ff_pw_20) = { 0x0014001400140014ULL, 0x0014001400140014ULL }; DECLARE_ALIGNED(16, const xmm_reg, ff_pw_32) = { 0x0020002000200020ULL, 0x0020002000200020ULL }; |