diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2011-10-30 10:25:25 -0700 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2011-11-05 07:16:30 -0700 |
commit | 717401aff226f02105e066c9530711445bf1844c (patch) | |
tree | 32508a71284eae484688978bbc8fa8cc4314f310 /libavcodec | |
parent | 1deb08fcb678364f7cb2559d1e3497d1e5568910 (diff) | |
download | ffmpeg-717401aff226f02105e066c9530711445bf1844c.tar.gz |
h264_weight: remove duplication functions.
Diffstat (limited to 'libavcodec')
-rw-r--r-- | 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 bc8bfd686e..bd0d9d632c 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 |