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

Unified Diff: source/libvpx/vp8/common/arm/neon/bilinearpredict16x16_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/bilinearpredict16x16_neon.asm
===================================================================
--- source/libvpx/vp8/common/arm/neon/bilinearpredict16x16_neon.asm (revision 96967)
+++ source/libvpx/vp8/common/arm/neon/bilinearpredict16x16_neon.asm (working copy)
@@ -25,7 +25,7 @@
|vp8_bilinear_predict16x16_neon| PROC
push {r4-r5, lr}
- ldr r12, _bifilter16_coeff_
+ adr r12, bifilter16_coeff
ldr r4, [sp, #12] ;load parameters from stack
ldr r5, [sp, #16] ;load parameters from stack
@@ -351,8 +351,6 @@
;-----------------
-_bifilter16_coeff_
- DCD bifilter16_coeff
bifilter16_coeff
DCD 128, 0, 112, 16, 96, 32, 80, 48, 64, 64, 48, 80, 32, 96, 16, 112
« no previous file with comments | « source/libvpx/vp8/common/arm/loopfilter_arm.c ('k') | source/libvpx/vp8/common/arm/neon/bilinearpredict4x4_neon.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698