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

Unified Diff: source/libvpx/vpx_dsp/arm/vpx_convolve8_neon_asm.asm

Issue 1302353004: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 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
« no previous file with comments | « source/libvpx/vpx_dsp/arm/vpx_convolve8_neon.c ('k') | source/libvpx/vpx_dsp/arm/vpx_convolve_neon.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/libvpx/vpx_dsp/arm/vpx_convolve8_neon_asm.asm
diff --git a/source/libvpx/vpx_dsp/arm/vpx_convolve8_neon_asm.asm b/source/libvpx/vpx_dsp/arm/vpx_convolve8_neon_asm.asm
index bc530de41a673d50662eb127da367b35bc1aeb23..2d0f2ae0657299676e942f1f155eaaaa4be5ca35 100644
--- a/source/libvpx/vpx_dsp/arm/vpx_convolve8_neon_asm.asm
+++ b/source/libvpx/vpx_dsp/arm/vpx_convolve8_neon_asm.asm
@@ -19,8 +19,6 @@
EXPORT |vpx_convolve8_horiz_neon|
EXPORT |vpx_convolve8_vert_neon|
- IMPORT |vpx_convolve8_horiz_c|
- IMPORT |vpx_convolve8_vert_c|
ARM
REQUIRE8
PRESERVE8
@@ -52,10 +50,6 @@
; sp[]int h
|vpx_convolve8_horiz_neon| PROC
- ldr r12, [sp, #4] ; x_step_q4
- cmp r12, #16
- bne vpx_convolve8_horiz_c
-
push {r4-r10, lr}
sub r0, r0, #3 ; adjust for taps
@@ -173,10 +167,6 @@ vpx_convolve8_loop_horiz
ENDP
|vpx_convolve8_vert_neon| PROC
- ldr r12, [sp, #12]
- cmp r12, #16
- bne vpx_convolve8_vert_c
-
push {r4-r8, lr}
; adjust for taps
« no previous file with comments | « source/libvpx/vpx_dsp/arm/vpx_convolve8_neon.c ('k') | source/libvpx/vpx_dsp/arm/vpx_convolve_neon.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698