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

Unified Diff: source/libvpx/third_party/libyuv/source/compare_neon64.cc

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
Index: source/libvpx/third_party/libyuv/source/compare_neon64.cc
diff --git a/source/libvpx/third_party/libyuv/source/compare_neon64.cc b/source/libvpx/third_party/libyuv/source/compare_neon64.cc
index cc078f84cd85024a33fe996192ced97361ce23d1..6d1e5e1bc9b645b2ddf00b07095d724955eea221 100644
--- a/source/libvpx/third_party/libyuv/source/compare_neon64.cc
+++ b/source/libvpx/third_party/libyuv/source/compare_neon64.cc
@@ -32,7 +32,7 @@ uint32 SumSquareError_NEON(const uint8* src_a, const uint8* src_b, int count) {
"ld1 {v0.16b}, [%0], #16 \n"
MEMACCESS(1)
"ld1 {v1.16b}, [%1], #16 \n"
- "subs %2, %2, #16 \n"
+ "subs %w2, %w2, #16 \n"
"usubl v2.8h, v0.8b, v1.8b \n"
"usubl2 v3.8h, v0.16b, v1.16b \n"
"smlal v16.4s, v2.4h, v2.4h \n"
« no previous file with comments | « source/libvpx/third_party/libyuv/source/compare_gcc.cc ('k') | source/libvpx/third_party/libyuv/source/compare_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698