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

Unified Diff: libvpx/source/libvpx/vp8/common/arm/neon/shortidct4x4llm_neon.asm

Issue 7624054: Revert r97185 "Update libvpx snapshot to v0.9.7-p1 (Cayuga)." (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party
Patch Set: Created 9 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: libvpx/source/libvpx/vp8/common/arm/neon/shortidct4x4llm_neon.asm
diff --git a/libvpx/source/libvpx/vp8/common/arm/neon/shortidct4x4llm_neon.asm b/libvpx/source/libvpx/vp8/common/arm/neon/shortidct4x4llm_neon.asm
index b74c31521231c4f0690eae4efb3e1f3586a858ef..16c4d2d24372c599ec03cdb4b86346137448ff3b 100644
--- a/libvpx/source/libvpx/vp8/common/arm/neon/shortidct4x4llm_neon.asm
+++ b/libvpx/source/libvpx/vp8/common/arm/neon/shortidct4x4llm_neon.asm
@@ -31,7 +31,7 @@
;result of the multiplication that is needed in IDCT.
|vp8_short_idct4x4llm_neon| PROC
- adr r12, idct_coeff
+ ldr r12, _idct_coeff_
vld1.16 {q1, q2}, [r0]
vld1.16 {d0}, [r12]
@@ -114,6 +114,8 @@
;-----------------
+_idct_coeff_
+ DCD idct_coeff
idct_coeff
DCD 0x4e7b4e7b, 0x8a8c8a8c

Powered by Google App Engine
This is Rietveld 408576698