Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2012-02-26 20:57:14 +0400
committerRonald S. Bultje <rsbultje@gmail.com>2012-02-27 21:38:44 +0400
commitb0c4f04338234ee011d7b704621347ef232294fe (patch)
tree95305ce9ce9587e02dfbe540033e78dd21f1fd3b /libavcodec/x86/h264_deblock_10bit.asm
parente60bdb7e5ce55505599fe13238ae54d98c2cc0f7 (diff)
h264: fix mmxext chroma deblock to use correct TC values.
Diffstat (limited to 'libavcodec/x86/h264_deblock_10bit.asm')
-rw-r--r--libavcodec/x86/h264_deblock_10bit.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/h264_deblock_10bit.asm b/libavcodec/x86/h264_deblock_10bit.asm
index a4ccafc68f..ae385e0224 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