From a24a252709dd38f12aa4929ce4981f87091a5113 Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Mon, 21 Apr 2014 16:13:28 +0200 Subject: aarch64: NEON optimized FIR audio resampling Optimized for the default filter length 16. 30% faster opus silk decoding. --- libavresample/internal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavresample/internal.h') diff --git a/libavresample/internal.h b/libavresample/internal.h index 057f89a..e59758c 100644 --- a/libavresample/internal.h +++ b/libavresample/internal.h @@ -107,4 +107,7 @@ struct AVAudioResampleContext { ChannelMapInfo ch_map_info; }; + +void ff_audio_resample_init_aarch64(ResampleContext *c, + enum AVSampleFormat sample_fmt); #endif /* AVRESAMPLE_INTERNAL_H */ -- cgit v1.1