[FFmpeg-cvslog] avcodec/x86/vc1dsp: Remove unused macro
Michael Niedermayer
git at videolan.org
Thu Oct 22 21:32:46 CEST 2015
ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Thu Oct 22 21:13:42 2015 +0200| [ea5a1d1485309c2ab473c6692a288efbd874a72b] | committer: Michael Niedermayer
avcodec/x86/vc1dsp: Remove unused macro
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ea5a1d1485309c2ab473c6692a288efbd874a72b
---
libavcodec/x86/vc1dsp.asm | 7 -------
1 file changed, 7 deletions(-)
diff --git a/libavcodec/x86/vc1dsp.asm b/libavcodec/x86/vc1dsp.asm
index cbf1336..6415a83 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
More information about the ffmpeg-cvslog
mailing list