# HG changeset patch
# User Min Chen <[email protected]>
# Date 1447975776 21600
# Node ID e34ca00c2dcd814fe0259404c0abb575136e64e0
# Parent 096cc6852fefdc8496fb3890ba80ca27669e90cf
asm: correct count of XMM registers in costCoeffNxN
---
source/common/x86/pixel-util8.asm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff -r 096cc6852fef -r e34ca00c2dcd source/common/x86/pixel-util8.asm
--- a/source/common/x86/pixel-util8.asm Wed Nov 18 15:27:08 2015 -0600
+++ b/source/common/x86/pixel-util8.asm Thu Nov 19 17:29:36 2015 -0600
@@ -6741,7 +6741,7 @@
%if ARCH_X86_64
; uint32_t costCoeffNxN(uint16_t *scan, coeff_t *coeff, intptr_t trSize,
uint16_t *absCoeff, uint8_t *tabSigCtx, uint16_t scanFlagMask, uint8_t
*baseCtx, int offset, int scanPosSigOff, int subPosBase)
INIT_XMM sse4
-cglobal costCoeffNxN, 6,11,5
+cglobal costCoeffNxN, 6,11,6
add r2d, r2d
; abs(coeff)
_______________________________________________
x265-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/x265-devel