OSDN Git Service

ARM: NEON optimised FFT and MDCT
authorMåns Rullgård <mans@mansr.com>
Thu, 10 Sep 2009 08:50:03 +0000 (08:50 +0000)
committerMåns Rullgård <mans@mansr.com>
Thu, 10 Sep 2009 08:50:03 +0000 (08:50 +0000)
commit648d792042cb6d58d032f3ae2518169d91a87274
treea934b90c65f30fede4e46a1e314d7690b354c30b
parent6d9d289e7671df94caba0a1ca1a93c0b12052d32
ARM: NEON optimised FFT and MDCT

Vorbis and AC3 ~3x faster.

Parts by Naotoshi Nojiri, naonoj gmail

Originally committed as revision 19806 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/Makefile
libavcodec/arm/fft_neon.S [new file with mode: 0644]
libavcodec/arm/mdct_neon.S [new file with mode: 0644]
libavcodec/dsputil.h
libavcodec/fft.c