Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-07-21 02:30:27 +0400
committerMåns Rullgård <mans@mansr.com>2009-07-21 02:30:27 +0400
commit0a8958c849203e90e5aceececd0c8cd52063d9c3 (patch)
tree299381a33f9a5bff21f6de9fbf28ab5b215faf7a /libavcodec/arm
parentce742de22cd939c419b22535242350134e685a28 (diff)
ARM: handle VFP register arguments in ff_vector_fmul_window_neon()
Originally committed as revision 19475 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/arm')
-rw-r--r--libavcodec/arm/dsputil_neon_s.S6
1 files changed, 4 insertions, 2 deletions
diff --git a/libavcodec/arm/dsputil_neon_s.S b/libavcodec/arm/dsputil_neon_s.S
index 303b11c089..c816f08089 100644
--- a/libavcodec/arm/dsputil_neon_s.S
+++ b/libavcodec/arm/dsputil_neon_s.S
@@ -745,9 +745,11 @@ function ff_vector_fmul_neon, export=1
.endfunc
function ff_vector_fmul_window_neon, export=1
- vld1.32 {d16[],d17[]}, [sp,:32]
+VFP vdup.32 q8, d0[0]
+NOVFP vld1.32 {d16[],d17[]}, [sp,:32]
push {r4,r5,lr}
- ldr lr, [sp, #16]
+VFP ldr lr, [sp, #12]
+NOVFP ldr lr, [sp, #16]
sub r2, r2, #8
sub r5, lr, #2
add r2, r2, r5, lsl #2