Commit 8b68ccd0 authored by mru's avatar mru

ARM: fix NEON synth_filter_float with hardfp calls

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22852 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 16ba3ee2
......@@ -35,12 +35,14 @@ function ff_synth_filter_float_neon, export=1
ldr r2, [sp, #12*4] @ in
mov r9, r1 @ synth_buf
VFP vpush {d0}
bl ff_imdct_half_neon
VFP vpop {d0}
pop {r3}
ldr r5, [sp, #9*4] @ window
ldr r2, [sp, #10*4] @ out
vldr d0, [sp, #12*4] @ scale, bias
NOVFP vldr d0, [sp, #12*4] @ scale, bias
add r8, r9, #12*4
mov lr, #64*4
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment