15 Commits (7a5c850be9b2716e1cf0edb187f1b2d0f48585b8)

Author SHA1 Message Date
Måns Rullgård a8bb9ea532 ARM: NEON optimised RDFT 15 years ago
Måns Rullgård 1366f05978 rdft: reorder functions to avoid static prototype 15 years ago
Måns Rullgård 2881c83127 Call rdft by function pointer 15 years ago
Måns Rullgård 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 15 years ago
Måns Rullgård 41ea18fb0d Give RDFT types more meaningful names 15 years ago
Måns Rullgård da0ac0ee64 Make some functions static 15 years ago
Måns Rullgård 1429224b04 Move FFT parts from dsputil.h to fft.h 15 years ago
Reimar Döffinger 1ffc6e8327 Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that the 15 years ago
Reimar Döffinger 223217746c Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits. 15 years ago
Reimar Döffinger 75df2edbb9 Add support for hardcoded ff_sin_* tables. 15 years ago
Reimar Döffinger 4ee726b670 Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitions 15 years ago
Reimar Döffinger aafd659518 Do not initialize ff_cos_* tables again in rdft_init, they are already 15 years ago
Reimar Döffinger f470fff323 The pointers in ff_sin_tabs themselves are constant, so mark them accordingly. 15 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Alex Converse 6860254044 Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil. 16 years ago