Move dct and rdft definitions to separate files

This leaves fft.h with only the core FFT and MDCT definitions
thus making it more managable.

Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
Mans Rullgard
2011-03-20 02:14:25 +00:00
parent 4538729afe
commit 0aded9484d
13 changed files with 138 additions and 72 deletions

View File

@@ -29,7 +29,7 @@
#include <math.h>
#include "libavutil/mathematics.h"
#include "fft.h"
#include "dct.h"
#include "x86/fft.h"
#define DCT32_FLOAT