On Sat, Jul 30, 2016 at 10:02:43PM +0200, Anton Khirnov wrote:
> From: Christophe Gisquet <[email protected]>
>
> Signed-off-by: Anton Khirnov <[email protected]>
> ---
> libavcodec/x86/constants.c | 2 ++
> libavcodec/x86/constants.h | 3 +++
> libavcodec/x86/h264_intrapred_10bit.asm | 2 +-
> libavcodec/x86/hevc_deblock.asm | 2 +-
> libavcodec/x86/vp8dsp.asm | 2 +-
> libavcodec/x86/vp9dsp.asm | 3 +--
> 6 files changed, 9 insertions(+), 5 deletions(-)
OK
> diff --git a/libavcodec/x86/constants.c b/libavcodec/x86/constants.c
> index 5b8d1b2..47f6ef5 100644
> --- a/libavcodec/x86/constants.c
> +++ b/libavcodec/x86/constants.c
> @@ -43,8 +43,10 @@ DECLARE_ALIGNED(16, const xmm_reg, ff_pw_64) = {
> 0x0040004000400040ULL, 0x004
> DECLARE_ALIGNED(8, const uint64_t, ff_pw_96) = 0x0060006000600060ULL;
> DECLARE_ALIGNED(8, const uint64_t, ff_pw_128) = 0x0080008000800080ULL;
> DECLARE_ALIGNED(8, const uint64_t, ff_pw_255) = 0x00ff00ff00ff00ffULL;
> +DECLARE_ALIGNED(16, const xmm_reg, ff_pw_256) = { 0x0100010001000100ULL,
> 0x0100010001000100ULL };
> DECLARE_ALIGNED(16, const xmm_reg, ff_pw_512) = { 0x0200020002000200ULL,
> 0x0200020002000200ULL };
> DECLARE_ALIGNED(16, const xmm_reg, ff_pw_1019) = { 0x03FB03FB03FB03FBULL,
> 0x03FB03FB03FB03FBULL };
> +DECLARE_ALIGNED(16, const xmm_reg, ff_pw_m1) = { 0xFFFFFFFFFFFFFFFFULL,
> 0xFFFFFFFFFFFFFFFFULL };
Unrelated: ff_pw_1019 is unused.
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel