Commit c30eb74d authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '8b9eba66'

* commit '8b9eba66':
  arm: Add VFP-accelerated version of fft16
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents bacba8e5 8b9eba66
......@@ -54,6 +54,7 @@ ARMV6-OBJS-$(CONFIG_VP8_DECODER) += arm/vp8_armv6.o \
VFP-OBJS-$(CONFIG_DCA_DECODER) += arm/dcadsp_vfp.o \
arm/synth_filter_vfp.o
VFP-OBJS-$(CONFIG_FFT) += arm/fft_vfp.o
VFP-OBJS-$(CONFIG_MDCT) += arm/mdct_vfp.o
VFP-OBJS-$(HAVE_ARMV6) += arm/fmtconvert_vfp.o
......
This diff is collapsed.
......@@ -174,9 +174,8 @@ function ff_imdct_half_vfp, export=1
.endr
fmxr FPSCR, OLDFPSCR
mov ORIGOUT, OUT
ldr ip, [CONTEXT, #9*4]
blx ip @ s->fft_calc(s, output)
mov a1, OUT
bl ff_fft16_vfp
ldr lr, =0x03030000 @ RunFast mode, short vectors of length 4, stride 1
fmxr FPSCR, lr
......
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