Parent Directory | Revision Log
Revision 1.2 - (view) (download)
1 : | Isibaar | 1.1 | #ifndef _IDCT_H_ |
2 : | #define _IDCT_H_ | ||
3 : | |||
4 : | void idct_int32_init(); | ||
5 : | |||
6 : | typedef void (idctFunc)(short * const block); | ||
7 : | typedef idctFunc* idctFuncPtr; | ||
8 : | |||
9 : | extern idctFuncPtr idct; | ||
10 : | |||
11 : | idctFunc idct_int32; | ||
12 : | idctFunc idct_mmx; | ||
13 : | idctFunc idct_xmm; | ||
14 : | canard | 1.2 | idctFunc idct_altivec; |
15 : | Isibaar | 1.1 | |
16 : | #endif /* _IDCT_H_ */ |
No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.0.4 |