comparison atrac1.c @ 11370:4b3da727d832 libavcodec

Move FFT parts from dsputil.h to fft.h
author mru
date Sat, 06 Mar 2010 14:34:46 +0000
parents 98970e51365a
children 1cd8731bbe7f
comparison
equal deleted inserted replaced
11369:98970e51365a 11370:4b3da727d832
33 #include <stdio.h> 33 #include <stdio.h>
34 34
35 #include "avcodec.h" 35 #include "avcodec.h"
36 #include "get_bits.h" 36 #include "get_bits.h"
37 #include "dsputil.h" 37 #include "dsputil.h"
38 #include "fft.h"
38 39
39 #include "atrac.h" 40 #include "atrac.h"
40 #include "atrac1data.h" 41 #include "atrac1data.h"
41 42
42 #define AT1_MAX_BFU 52 ///< max number of block floating units in a sound unit 43 #define AT1_MAX_BFU 52 ///< max number of block floating units in a sound unit