Parent Directory
|
Revision Log
Revision 1.1 - (view) (download)
1 : | Isibaar | 1.1 | #ifndef _FDCT_H_ |
2 : | #define _FDCT_H_ | ||
3 : | |||
4 : | typedef void (fdctFunc)(short * const block); | ||
5 : | typedef fdctFunc* fdctFuncPtr; | ||
6 : | |||
7 : | extern fdctFuncPtr fdct; | ||
8 : | |||
9 : | fdctFunc fdct_int32; | ||
10 : | fdctFunc fdct_mmx; | ||
11 : | |||
12 : | #endif /* _FDCT_H_ */ |
No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.0.4 |