aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/constants.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2015-10-02 09:11:55 -0400
committerRonald S. Bultje <rsbultje@gmail.com>2015-10-03 14:42:39 -0400
commit061b67fb50e2d5aab790d193ef93342e0312ddb2 (patch)
tree3af19f554bf25083abf4d1eadc2b970b7f9af91b /libavcodec/x86/constants.h
parent26ece7a511f8905a5ddfc19c7cd4ecdca7056138 (diff)
downloadffmpeg-061b67fb50e2d5aab790d193ef93342e0312ddb2.tar.gz
vp9: 10/12bpp SIMD (sse2/ssse3/avx) for directional intra prediction.
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 4a2451d520..ee8422eeb3 100644
--- a/libavcodec/x86/constants.h
+++ b/libavcodec/x86/constants.h
@@ -65,5 +65,6 @@ 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_65535;
#endif /* AVCODEC_X86_CONSTANTS_H */