comparison faandct.h @ 5162:4394344397d8 libavcodec

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents c8c591fe26f8
children 9ecbfc0c82bf
comparison
equal deleted inserted replaced
5161:94c3f01c243c 5162:4394344397d8
25 * @brief 25 * @brief
26 * Floating point AAN DCT 26 * Floating point AAN DCT
27 * @author Michael Niedermayer <michaelni@gmx.at> 27 * @author Michael Niedermayer <michaelni@gmx.at>
28 */ 28 */
29 29
30 #include "dsputil.h"
31
30 #define FAAN_POSTSCALE 32 #define FAAN_POSTSCALE
31 33
32 void ff_faandct(DCTELEM * data); 34 void ff_faandct(DCTELEM * data);
33 void ff_faandct248(DCTELEM * data); 35 void ff_faandct248(DCTELEM * data);