[x265] [PATCH 1 of 2] fix typo problem on HIGH_BIT_DEPTH with non-PIC mode
Min Chen
chenm003 at 163.com
Thu Feb 27 21:34:09 CET 2014
# HG changeset patch
# User Min Chen <chenm003 at 163.com>
# Date 1393533151 28800
# Node ID b2f97431268c16f8598253dd3e2b501b03d5f4c6
# Parent 63aadc802f184873ec11213f5a1049d1a3d96126
fix typo problem on HIGH_BIT_DEPTH with non-PIC mode
diff -r 63aadc802f18 -r b2f97431268c source/common/x86/ipfilter16.asm
--- a/source/common/x86/ipfilter16.asm Thu Feb 27 16:25:51 2014 +0530
+++ b/source/common/x86/ipfilter16.asm Thu Feb 27 12:32:31 2014 -0800
@@ -833,7 +833,7 @@
lea r%6, [tab_ChromaCoeff]
movh m0, [r%6 + r4 * 4]
%else
- movh m0, [tab_ChromaCoeff1 + r4 * 4]
+ movh m0, [tab_ChromaCoeff + r4 * 4]
%endif
punpcklqdq m0, m0
More information about the x265-devel
mailing list