diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2015-10-06 11:03:45 -0400 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2015-10-13 11:05:58 -0400 |
commit | 6b579cf547a75a0cbda5cb7f10eab9ca07522b0a (patch) | |
tree | 6dc311271278288af98f9d886d39684c62949355 /libavcodec/x86/constants.h | |
parent | 1c3be32533e506d66b5a8eb7b93b12d4442146fb (diff) | |
download | ffmpeg-6b579cf547a75a0cbda5cb7f10eab9ca07522b0a.tar.gz |
vp9: add 10bpp simd (mmxext/ssse3) for idct_idct_4x4.
Diffstat (limited to 'libavcodec/x86/constants.h')
-rw-r--r-- | libavcodec/x86/constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/x86/constants.h b/libavcodec/x86/constants.h index 3605b63504..496933fa86 100644 --- a/libavcodec/x86/constants.h +++ b/libavcodec/x86/constants.h @@ -65,6 +65,7 @@ extern const xmm_reg ff_ps_neg; extern const ymm_reg ff_pd_1; extern const ymm_reg ff_pd_16; extern const ymm_reg ff_pd_32; +extern const ymm_reg ff_pd_8192; extern const ymm_reg ff_pd_65535; # if ARCH_X86_64 |