[x265] [PATCH 2 of 2] asm: fix illegal AVX instruction in mbtree_propagate_cost
Min Chen
chenm003 at 163.com
Fri Oct 16 01:46:41 CEST 2015
# HG changeset patch
# User Min Chen <chenm003 at 163.com>
# Date 1444947354 18000
# Node ID 086f2ed5ffe81db91804aa2b5a4a3b83b2bcb060
# Parent 25d14acf30a0a9d17daea890e0096170ae876f1a
asm: fix illegal AVX instruction in mbtree_propagate_cost
---
source/common/x86/mc-a2.asm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff -r 25d14acf30a0 -r 086f2ed5ffe8 source/common/x86/mc-a2.asm
--- a/source/common/x86/mc-a2.asm Thu Oct 15 17:15:52 2015 -0500
+++ b/source/common/x86/mc-a2.asm Thu Oct 15 17:15:54 2015 -0500
@@ -1080,7 +1080,7 @@
addpd m0, m1 ; prop + (intra*invq*fps_factor>>8)
%endif
cvtdq2pd m1, xm2 ; intra
- psubd m2, m3 ; intra - inter
+ psubd xm2, xm3 ; intra - inter
cvtdq2pd m2, xm2 ; intra - inter
mulpd m0, m2 ; (prop + (intra*invq*fps_factor>>8)) * (intra - inter)
More information about the x265-devel
mailing list