aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/arm/fft_init_arm.c
AgeCommit message (Expand)Author
2011-03-21Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-20Move dct and rdft definitions to separate filesMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-14FFT: factor a shuffle out of the inner loop and merge it into fft_permute.Loren Merritt
2011-02-13FFT: factor a shuffle out of the inner loop and merge it into fft_permute.Loren Merritt
2011-02-02Remove unneeded add bias from 3 functions.Justin Ruggles
2011-01-31Remove unneeded add bias from 3 functions.Justin Ruggles
2010-04-10ARM: NEON optimised synth_filter_floatMåns Rullgård
2010-03-23ARM: NEON optimised RDFTMåns Rullgård
2010-03-06Move FFT parts from dsputil.h to fft.hMåns Rullgård
2009-09-21ARM: interleave cos/sin tables for improved NEON MDCTMåns Rullgård
2009-09-20Merge FFTContext and MDCTContextMåns Rullgård
2009-09-15Move per-arch fft init bits into the corresponding subdirsMåns Rullgård