summaryrefslogtreecommitdiff
path: root/libavcodec/arm/synth_filter_vfp.S
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-07-22 11:56:04 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-07-22 11:57:05 +0200
commit2305a6775dd6fe6e55f985b09b7a0741f001d76a (patch)
treed13b93f9d8d92643198385baf8279e17471ab01c /libavcodec/arm/synth_filter_vfp.S
parent3cab2280058c582102346a50a8a503216055bc2d (diff)
parentb63bb251ea6d6ba23295294e37a92625c0192206 (diff)
downloadffmpeg-2305a6775dd6fe6e55f985b09b7a0741f001d76a.tar.gz
Merge commit 'b63bb251ea6d6ba23295294e37a92625c0192206'
* commit 'b63bb251ea6d6ba23295294e37a92625c0192206': arm: Add VFP-accelerated version of imdct_half Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/arm/synth_filter_vfp.S')
-rw-r--r--libavcodec/arm/synth_filter_vfp.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/arm/synth_filter_vfp.S b/libavcodec/arm/synth_filter_vfp.S
index b13373986b..74b7733160 100644
--- a/libavcodec/arm/synth_filter_vfp.S
+++ b/libavcodec/arm/synth_filter_vfp.S
@@ -132,7 +132,7 @@ function ff_synth_filter_float_vfp, export=1
str lr, [P_SB_OFF] @ rotate offset, modulo buffer size, ready for next call
ldr a3, [sp, #(16+6+2)*4] @ fetch in from stack, to pass to imdct_half
VFP vmov s16, SCALE @ imdct_half is free to corrupt s0, but it contains one of our arguments in hardfp case
- bl ff_imdct_half_c
+ bl ff_imdct_half_vfp
VFP vmov SCALE, s16
fmrx OLDFPSCR, FPSCR