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

Unified Diff: libvpx/source/libvpx/vp8/common/arm/neon/bilinearpredict4x4_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/bilinearpredict4x4_neon.asm
diff --git a/libvpx/source/libvpx/vp8/common/arm/neon/bilinearpredict4x4_neon.asm b/libvpx/source/libvpx/vp8/common/arm/neon/bilinearpredict4x4_neon.asm
index 0ac62436f97dd178b1552c5805f754bc1dd03757..10cd1b8bd6d567ad4d5e45d28d5ecd84d0ca4b00 100644
--- a/libvpx/source/libvpx/vp8/common/arm/neon/bilinearpredict4x4_neon.asm
+++ b/libvpx/source/libvpx/vp8/common/arm/neon/bilinearpredict4x4_neon.asm
@@ -25,7 +25,7 @@
|vp8_bilinear_predict4x4_neon| PROC
push {r4, lr}
- adr r12, bifilter4_coeff
+ ldr r12, _bifilter4_coeff_
ldr r4, [sp, #8] ;load parameters from stack
ldr lr, [sp, #12] ;load parameters from stack
@@ -124,6 +124,8 @@ skip_secondpass_filter
;-----------------
+_bifilter4_coeff_
+ DCD bifilter4_coeff
bifilter4_coeff
DCD 128, 0, 112, 16, 96, 32, 80, 48, 64, 64, 48, 80, 32, 96, 16, 112

Powered by Google App Engine
This is Rietveld 408576698