aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/constants.h
diff options
context:
space:
mode:
authorJames Darnley <james.darnley@gmail.com>2016-01-15 18:30:03 +0000
committerJames Darnley <james.darnley@gmail.com>2016-01-17 16:03:43 +0100
commit2cba1825f70c301f5513a799302f755967680651 (patch)
treec39ebf1ac76c35ab1852cd4555fa155b78d77f4d /libavcodec/x86/constants.h
parent3836f404a8c0ffd7c565260434768ef4ebba85a7 (diff)
downloadffmpeg-2cba1825f70c301f5513a799302f755967680651.tar.gz
avcodec/v210: add avx2 version of the 10-bit line encoder
Around 25% faster than the ssse3 version.
Diffstat (limited to 'libavcodec/x86/constants.h')
-rw-r--r--libavcodec/x86/constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/constants.h b/libavcodec/x86/constants.h
index 8c02864936..b82aef9a47 100644
--- a/libavcodec/x86/constants.h
+++ b/libavcodec/x86/constants.h
@@ -28,7 +28,7 @@
extern const ymm_reg ff_pw_1;
extern const ymm_reg ff_pw_2;
extern const xmm_reg ff_pw_3;
-extern const xmm_reg ff_pw_4;
+extern const ymm_reg ff_pw_4;
extern const xmm_reg ff_pw_5;
extern const xmm_reg ff_pw_8;
extern const xmm_reg ff_pw_9;