diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2015-09-30 13:23:09 -0400 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2015-10-03 14:42:39 -0400 |
commit | db7786e8ffa2c8f5c7da062054962ca81cf09349 (patch) | |
tree | abaa7d0f76fed54a82db5f9ae9dcab8f42aa4f83 /libavcodec/x86/constants.h | |
parent | 254c64c574dfc427721942fa84e4d24d6b6cc4c2 (diff) | |
download | ffmpeg-db7786e8ffa2c8f5c7da062054962ca81cf09349.tar.gz |
vp9: sse2/ssse3/avx 16bpp loopfilter x86 simd.
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 33dbb650ae..37a1869641 100644 --- a/libavcodec/x86/constants.h +++ b/libavcodec/x86/constants.h @@ -47,6 +47,7 @@ extern const ymm_reg ff_pw_512; extern const ymm_reg ff_pw_1023; extern const ymm_reg ff_pw_1024; extern const ymm_reg ff_pw_2048; +extern const ymm_reg ff_pw_4095; extern const ymm_reg ff_pw_4096; extern const ymm_reg ff_pw_8192; extern const ymm_reg ff_pw_m1; |