[FFmpeg-cvslog] h264_weight: remove duplication functions.

Ronald S. Bultje git at videolan.org
Sun Nov 6 02:39:15 CET 2011


ffmpeg | branch: master | Ronald S. Bultje <rsbultje at gmail.com> | Sun Oct 30 10:25:25 2011 -0700| [717401aff226f02105e066c9530711445bf1844c] | committer: Ronald S. Bultje

h264_weight: remove duplication functions.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=717401aff226f02105e066c9530711445bf1844c
---

 libavcodec/x86/h264_weight.asm |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/libavcodec/x86/h264_weight.asm b/libavcodec/x86/h264_weight.asm
index bc8bfd6..bd0d9d6 100644
--- a/libavcodec/x86/h264_weight.asm
+++ b/libavcodec/x86/h264_weight.asm
@@ -122,12 +122,8 @@ cglobal h264_weight_%1_%3, 6, 6, %2
 
 INIT_MMX
 WEIGHT_FUNC_HALF_MM 4, 0, mmx2
-WEIGHT_FUNC_HALF_MM 4, 0, mmx2
-WEIGHT_FUNC_HALF_MM 4, 0, mmx2
 INIT_XMM
 WEIGHT_FUNC_HALF_MM 8, 8, sse2
-WEIGHT_FUNC_HALF_MM 8, 8, sse2
-WEIGHT_FUNC_HALF_MM 8, 8, sse2
 
 %macro BIWEIGHT_SETUP 0
 %ifdef ARCH_X86_64



More information about the ffmpeg-cvslog mailing list