Mercurial > libavcodec.hg
comparison faandct.c @ 2024:f65d87bfdd5a libavcodec
some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)
| author | michael |
|---|---|
| date | Tue, 18 May 2004 17:09:46 +0000 |
| parents | eb26d190cf5a |
| children | ef2149182f1c |
comparison
equal
deleted
inserted
replaced
| 2023:50e92cec1b84 | 2024:f65d87bfdd5a |
|---|---|
| 23 * @file faandct.c | 23 * @file faandct.c |
| 24 * @brief | 24 * @brief |
| 25 * Floating point AAN DCT | 25 * Floating point AAN DCT |
| 26 * @author Michael Niedermayer <michaelni@gmx.at> | 26 * @author Michael Niedermayer <michaelni@gmx.at> |
| 27 */ | 27 */ |
| 28 | |
| 29 #include <math.h> | |
| 30 | 28 |
| 31 #include "dsputil.h" | 29 #include "dsputil.h" |
| 32 #include "faandct.h" | 30 #include "faandct.h" |
| 33 | 31 |
| 34 #define FLOAT float | 32 #define FLOAT float |
