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

Unified Diff: libvpx/source/libvpx/vp8/common/arm/neon/bilinearpredict8x4_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/bilinearpredict8x4_neon.asm
diff --git a/libvpx/source/libvpx/vp8/common/arm/neon/bilinearpredict8x4_neon.asm b/libvpx/source/libvpx/vp8/common/arm/neon/bilinearpredict8x4_neon.asm
index 41f5c45ffe7bf429ee28943073fc2d049e937a26..bf37bb0d66aa379b75c753fe5a2dbdbd328634be 100644
--- a/libvpx/source/libvpx/vp8/common/arm/neon/bilinearpredict8x4_neon.asm
+++ b/libvpx/source/libvpx/vp8/common/arm/neon/bilinearpredict8x4_neon.asm
@@ -25,7 +25,7 @@
|vp8_bilinear_predict8x4_neon| PROC
push {r4, lr}
- adr r12, bifilter8x4_coeff
+ ldr r12, _bifilter8x4_coeff_
ldr r4, [sp, #8] ;load parameters from stack
ldr lr, [sp, #12] ;load parameters from stack
@@ -129,6 +129,8 @@ skip_secondpass_filter
;-----------------
+_bifilter8x4_coeff_
+ DCD bifilter8x4_coeff
bifilter8x4_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