Mercurial > hg > wm
comparison Meerwald/dct.h @ 3:acb6967ee76d
update to 0.5
| author | Peter Meerwald <pmeerw@cosy.sbg.ac.at> |
|---|---|
| date | Tue, 14 Aug 2007 21:11:21 +0200 |
| parents | be303a3f5ea8 |
| children |
comparison
equal
deleted
inserted
replaced
| 2:b92f06d9a967 | 3:acb6967ee76d |
|---|---|
| 1 #ifndef DCT_H | 1 #ifndef DCT_H |
| 2 #define DCT_H | 2 #define DCT_H |
| 3 | 3 |
| 4 #include "wm.h" | 4 #include "wm.h" |
| 5 #include "coeff.h" | 5 #include "coeff.h" |
| 6 #ifdef __cplusplus | |
| 7 extern "C" { | |
| 8 #endif | |
| 9 #include "pgm.h" | 6 #include "pgm.h" |
| 10 #ifdef __cplusplus | |
| 11 } | |
| 12 #endif | |
| 13 | 7 |
| 14 extern int N; | 8 extern int N; |
| 15 extern int M; | 9 extern int M; |
| 16 | 10 |
| 17 void init_dct_NxM(int width, int height); | 11 void init_dct_NxM(int width, int height); |
