On Sun, 20 Apr 2014, Janne Grunau wrote:
Approximately as fast as the ARM NEON version on Apple's A7. --- libavcodec/aarch64/Makefile | 2 + libavcodec/aarch64/fft_init_aarch64.c | 37 +++ libavcodec/aarch64/fft_neon.S | 442 ++++++++++++++++++++++++++++++++++ libavcodec/fft.h | 1 + libavcodec/fft_template.c | 1 + 5 files changed, 483 insertions(+) create mode 100644 libavcodec/aarch64/fft_init_aarch64.c create mode 100644 libavcodec/aarch64/fft_neon.S
Ok // Martin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
