| Index: source/libvpx/vpx_dsp/x86/inv_wht_sse2.asm
|
| diff --git a/source/libvpx/vpx_dsp/x86/inv_txfm_sse2.asm b/source/libvpx/vpx_dsp/x86/inv_wht_sse2.asm
|
| similarity index 96%
|
| rename from source/libvpx/vpx_dsp/x86/inv_txfm_sse2.asm
|
| rename to source/libvpx/vpx_dsp/x86/inv_wht_sse2.asm
|
| index 69b68e6d8d814b01bf9a91f8316a0a3de96ae371..df6f4692b48dcc07f43e46330641f792625e12db 100644
|
| --- a/source/libvpx/vpx_dsp/x86/inv_txfm_sse2.asm
|
| +++ b/source/libvpx/vpx_dsp/x86/inv_wht_sse2.asm
|
| @@ -7,6 +7,7 @@
|
| ; in the file PATENTS. All contributing project authors may
|
| ; be found in the AUTHORS file in the root of the source tree.
|
| ;
|
| +
|
| %include "third_party/x86inc/x86inc.asm"
|
|
|
| SECTION .text
|
| @@ -67,8 +68,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
|
|
|