diff options
author | James Darnley <james.darnley@gmail.com> | 2016-01-15 18:30:03 +0000 |
---|---|---|
committer | James Darnley <james.darnley@gmail.com> | 2016-01-17 16:03:43 +0100 |
commit | 2cba1825f70c301f5513a799302f755967680651 (patch) | |
tree | c39ebf1ac76c35ab1852cd4555fa155b78d77f4d /libavcodec/x86/constants.h | |
parent | 3836f404a8c0ffd7c565260434768ef4ebba85a7 (diff) | |
download | ffmpeg-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.h | 2 |
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; |