]> granicus.if.org Git - libvpx/commitdiff
Narrow a load in iwht4x4_16_add.
authorAlex Converse <aconverse@google.com>
Wed, 5 Aug 2015 19:16:12 +0000 (12:16 -0700)
committerAlex Converse <aconverse@google.com>
Wed, 5 Aug 2015 19:16:12 +0000 (12:16 -0700)
The top half is unused.

Change-Id: I29b2f6a93e20ea43aff4ad0bd2d52257e1e752b6

vpx_dsp/x86/inv_txfm_sse2.asm

index 8cea1374d81cfe76d6f5a1a4252ba7b6cc2dad26..35837d7f1bdd697730f927ccb94b4ff8fcfcce0c 100644 (file)
@@ -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