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

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

Issue 7671004: Update libvpx snapshot to v0.9.7-p1 (Cayuga). (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/libvpx/
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: source/libvpx/vp8/common/arm/neon/shortidct4x4llm_neon.asm
===================================================================
--- source/libvpx/vp8/common/arm/neon/shortidct4x4llm_neon.asm (revision 96967)
+++ source/libvpx/vp8/common/arm/neon/shortidct4x4llm_neon.asm (working copy)
@@ -31,7 +31,7 @@
;result of the multiplication that is needed in IDCT.
|vp8_short_idct4x4llm_neon| PROC
- ldr r12, _idct_coeff_
+ adr r12, idct_coeff
vld1.16 {q1, q2}, [r0]
vld1.16 {d0}, [r12]
@@ -114,8 +114,6 @@
;-----------------
-_idct_coeff_
- DCD idct_coeff
idct_coeff
DCD 0x4e7b4e7b, 0x8a8c8a8c
« no previous file with comments | « source/libvpx/vp8/common/arm/neon/mbloopfilter_neon.asm ('k') | source/libvpx/vp8/common/arm/neon/sixtappredict16x16_neon.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698