aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/fft.h
AgeCommit message (Expand)Author
2011-02-13FFT: factor a shuffle out of the inner loop and merge it into fft_permute.Loren Merritt
2011-01-26Mark C base versions of FFT functions static to fft.cDiego Elio Pettenò
2010-08-23Revert unintended changes to fft.h from r24890.Alex Converse
2010-08-23aacenc: Rename Psy3gpp* structs to AacPsy*Nathan Caldwell
2010-07-06SSE optimized 32-point DCTVitor Sessak
2010-07-01Remove vestiges of radix-2 FFTMåns Rullgård
2010-06-30More mp{1,2,3} 32-point DCT transform to our common DCT framework.Vitor Sessak
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-24Remove VLA in ff_kbd_window_init, limit window size to 1024Måns Rullgård
2010-03-23Implement the discrete sine/cosine transforms DCT-I and DST-IVitor Sessak
2010-03-23ARM: NEON optimised RDFTMåns Rullgård
2010-03-21Call DCT by function pointer. Needed for any future ASM implementation andVitor Sessak
2010-03-21DCT: remove unused field from contextVitor Sessak
2010-03-20Call rdft by function pointerMåns Rullgård
2010-03-07Create a public API for FFT family of functionsMåns Rullgård
2010-03-07Give RDFT types more meaningful namesMåns Rullgård
2010-03-06Move FFT parts from dsputil.h to fft.hMåns Rullgård