summaryrefslogtreecommitdiff
path: root/libavcodec/x86/constants.h
diff options
context:
space:
mode:
authorJames Darnley <james.darnley@gmail.com>2015-12-30 17:20:59 +0000
committerJames Darnley <james.darnley@gmail.com>2016-01-17 16:03:43 +0100
commit3836f404a8c0ffd7c565260434768ef4ebba85a7 (patch)
treeab80a28b382bb5dec0629671a85cb07804836f31 /libavcodec/x86/constants.h
parent61625dcc395f98ad77e9378ec4eb48cf7c981bce (diff)
avcodec/v210: add avx2 version of the 8-bit line encoder
Around 35% faster than the avx version. Signed-off-by: Henrik Gramner <henrik@gramner.com>
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 f989755ba9..8c02864936 100644
--- a/libavcodec/x86/constants.h
+++ b/libavcodec/x86/constants.h
@@ -57,7 +57,7 @@ extern const ymm_reg ff_pb_1;
extern const ymm_reg ff_pb_2;
extern const ymm_reg ff_pb_3;
extern const xmm_reg ff_pb_80;
-extern const xmm_reg ff_pb_FE;
+extern const ymm_reg ff_pb_FE;
extern const uint64_t ff_pb_FC;
extern const xmm_reg ff_ps_neg;