diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-07-08 01:30:30 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-11-09 21:31:31 +0100 |
commit | 4b60fac4199680957b15b7a08c5df47e47c6e25e (patch) | |
tree | bfb448fddfd08eda0cb0137db7fafbeb4879f579 /libavcodec/x86/h264_qpel_10bit.asm | |
parent | 4d1f69f2440041b58d5a31bcfcff83ee3c88ac7e (diff) | |
download | ffmpeg-4b60fac4199680957b15b7a08c5df47e47c6e25e.tar.gz |
x86: PALIGNR: port to cpuflags
Diffstat (limited to 'libavcodec/x86/h264_qpel_10bit.asm')
-rw-r--r-- | libavcodec/x86/h264_qpel_10bit.asm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/x86/h264_qpel_10bit.asm b/libavcodec/x86/h264_qpel_10bit.asm index 4aea03209c..c05c7a64d8 100644 --- a/libavcodec/x86/h264_qpel_10bit.asm +++ b/libavcodec/x86/h264_qpel_10bit.asm @@ -225,25 +225,21 @@ MC00 avg ;----------------------------------------------------------------------------- %macro MC_CACHE 1 %define OP_MOV mova -%define PALIGNR PALIGNR_MMX INIT_MMX mmxext %1 put, 4 INIT_XMM sse2, cache64 %1 put, 8 INIT_XMM ssse3, cache64 -%define PALIGNR PALIGNR_SSSE3 %1 put, 8 INIT_XMM sse2 %1 put, 8, 0 %define OP_MOV AVG_MOV -%define PALIGNR PALIGNR_MMX INIT_MMX mmxext %1 avg, 4 INIT_XMM sse2, cache64 %1 avg, 8 INIT_XMM ssse3, cache64 -%define PALIGNR PALIGNR_SSSE3 %1 avg, 8 INIT_XMM sse2 %1 avg, 8, 0 |