[FFmpeg-cvslog] h264: fix mmxext chroma deblock to use correct TC values.

Ronald S. Bultje git at videolan.org
Tue Feb 28 03:53:26 CET 2012


ffmpeg | branch: master | Ronald S. Bultje <rsbultje at gmail.com> | Sun Feb 26 08:57:14 2012 -0800| [b0c4f04338234ee011d7b704621347ef232294fe] | committer: Ronald S. Bultje

h264: fix mmxext chroma deblock to use correct TC values.

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

 libavcodec/x86/h264_deblock_10bit.asm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/x86/h264_deblock_10bit.asm b/libavcodec/x86/h264_deblock_10bit.asm
index a4ccafc..ae385e0 100644
--- a/libavcodec/x86/h264_deblock_10bit.asm
+++ b/libavcodec/x86/h264_deblock_10bit.asm
@@ -870,7 +870,7 @@ cglobal deblock_v_chroma_10_%1, 5,7-(mmsize/16),8*(mmsize/16)
 %if mmsize < 16
     add         r0, mmsize
     add         r5, mmsize
-    add         r4, mmsize/8
+    add         r4, mmsize/4
     dec         r6
     jg .loop
     REP_RET



More information about the ffmpeg-cvslog mailing list