| 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
|
|
|