comparison fft-test.c @ 1106:1e39f273ecd6 libavcodec

per file doxy
author michaelni
date Thu, 06 Mar 2003 11:32:04 +0000
parents b32afefe7d33
children dd63cb7e5080
comparison
equal deleted inserted replaced
1105:b773f9d23236 1106:1e39f273ecd6
1 /* FFT and MDCT tests */ 1 /**
2 * @file fft-test.c
3 * FFT and MDCT tests.
4 */
5
2 #include "dsputil.h" 6 #include "dsputil.h"
3 #include <math.h> 7 #include <math.h>
4 #include <unistd.h> 8 #include <unistd.h>
5 #include <sys/time.h> 9 #include <sys/time.h>
6 10