diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-10-22 21:13:42 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-10-22 21:13:42 +0200 |
commit | ea5a1d1485309c2ab473c6692a288efbd874a72b (patch) | |
tree | ece29e89883314306ee5f4b1997f8e1ab971af6f | |
parent | 470204218f37e361da02d75845f9db9793a4ee53 (diff) | |
download | ffmpeg-ea5a1d1485309c2ab473c6692a288efbd874a72b.tar.gz |
avcodec/x86/vc1dsp: Remove unused macro
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | libavcodec/x86/vc1dsp.asm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libavcodec/x86/vc1dsp.asm b/libavcodec/x86/vc1dsp.asm index cbf1336f3a..6415a836c0 100644 --- a/libavcodec/x86/vc1dsp.asm +++ b/libavcodec/x86/vc1dsp.asm @@ -319,13 +319,6 @@ cglobal vc1_h_loop_filter8, 3,5,8 RET %if HAVE_MMX_INLINE -%macro NORMALIZE_MMX 1 ; shift - paddw m3, m7 ; +bias-r - paddw m4, m7 ; +bias-r - psraw m3, %1 - psraw m4, %1 -%endmacro - ; Compute the rounder 32-r or 8-r and unpacks it to m7 %macro LOAD_ROUNDER_MMX 1 ; round movd m7, %1 |