Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(364)

Unified Diff: source/libvpx/vpx_dsp/x86/inv_wht_sse2.asm

Issue 1302353004: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/libvpx/vpx_dsp/x86/inv_txfm_ssse3_x86_64.asm ('k') | source/libvpx/vpx_dsp/x86/quantize_sse2.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « source/libvpx/vpx_dsp/x86/inv_txfm_ssse3_x86_64.asm ('k') | source/libvpx/vpx_dsp/x86/quantize_sse2.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698