From: Alex Converse Date: Wed, 5 Aug 2015 19:16:12 +0000 (-0700) Subject: Narrow a load in iwht4x4_16_add. X-Git-Tag: v1.5.0~316^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0572052725f4fe6ea299c8e0d534aedc5abf408d;p=libvpx Narrow a load in iwht4x4_16_add. The top half is unused. Change-Id: I29b2f6a93e20ea43aff4ad0bd2d52257e1e752b6 --- diff --git a/vpx_dsp/x86/inv_txfm_sse2.asm b/vpx_dsp/x86/inv_txfm_sse2.asm index 8cea1374d..35837d7f1 100644 --- a/vpx_dsp/x86/inv_txfm_sse2.asm +++ b/vpx_dsp/x86/inv_txfm_sse2.asm @@ -70,8 +70,8 @@ SECTION .text %endmacro %macro ADD_STORE_4P_2X 5 ; src1, src2, tmp1, tmp2, zero - movq m%3, [outputq] - movq m%4, [outputq + strideq] + movd m%3, [outputq] + movd m%4, [outputq + strideq] punpcklbw m%3, m%5 punpcklbw m%4, m%5 paddw m%1, m%3