comparison rdft.c @ 11644:7dd2a45249a9 libavcodec

Remove explicit filename from Doxygen @file commands. Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in.
author diego
date Tue, 20 Apr 2010 14:45:34 +0000
parents e011e73a902b
children
comparison
equal deleted inserted replaced
11643:92236ee7be0f 11644:7dd2a45249a9
22 #include <math.h> 22 #include <math.h>
23 #include "libavutil/mathematics.h" 23 #include "libavutil/mathematics.h"
24 #include "fft.h" 24 #include "fft.h"
25 25
26 /** 26 /**
27 * @file libavcodec/rdft.c 27 * @file
28 * (Inverse) Real Discrete Fourier Transforms. 28 * (Inverse) Real Discrete Fourier Transforms.
29 */ 29 */
30 30
31 /* sin(2*pi*x/n) for 0<=x<n/4, followed by n/2<=x<3n/4 */ 31 /* sin(2*pi*x/n) for 0<=x<n/4, followed by n/2<=x<3n/4 */
32 #if !CONFIG_HARDCODED_TABLES 32 #if !CONFIG_HARDCODED_TABLES