summaryrefslogtreecommitdiff
path: root/libavcodec/x86/constants.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2015-09-30 13:23:09 -0400
committerRonald S. Bultje <rsbultje@gmail.com>2015-10-03 14:42:39 -0400
commitdb7786e8ffa2c8f5c7da062054962ca81cf09349 (patch)
treeabaa7d0f76fed54a82db5f9ae9dcab8f42aa4f83 /libavcodec/x86/constants.h
parent254c64c574dfc427721942fa84e4d24d6b6cc4c2 (diff)
vp9: sse2/ssse3/avx 16bpp loopfilter x86 simd.
Diffstat (limited to 'libavcodec/x86/constants.h')
-rw-r--r--libavcodec/x86/constants.h1
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;