Parent Directory | Revision Log | Patch
revision 1.6, Sat Nov 16 23:51:58 2002 UTC | revision 1.7, Tue Nov 26 23:44:10 2002 UTC | |
---|---|---|
# | Line 55 | Line 55 |
55 | #ifndef _IDCT_H_ | #ifndef _IDCT_H_ |
56 | #define _IDCT_H_ | #define _IDCT_H_ |
57 | ||
58 | void idct_int32_init(); | void idct_int32_init(void); |
59 | void idct_ia64_init(); | void idct_ia64_init(void); |
60 | ||
61 | typedef void (idctFunc) (short *const block); | typedef void (idctFunc) (short *const block); |
62 | typedef idctFunc *idctFuncPtr; | typedef idctFunc *idctFuncPtr; |
|
No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.0.4 |