comparison twinvq.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 3d011a01a6a0
children 8a4984c5cacc
comparison
equal deleted inserted replaced
11369:98970e51365a 11370:4b3da727d832
20 */ 20 */
21 21
22 #include "avcodec.h" 22 #include "avcodec.h"
23 #include "get_bits.h" 23 #include "get_bits.h"
24 #include "dsputil.h" 24 #include "dsputil.h"
25 #include "fft.h"
25 #include "lsp.h" 26 #include "lsp.h"
26 27
27 #include <math.h> 28 #include <math.h>
28 #include <stdint.h> 29 #include <stdint.h>
29 30