Parent Directory
|
Revision Log
|
Patch
revision 1.1, Fri Mar 8 02:44:39 2002 UTC | revision 1.5, Fri Jun 14 13:26:23 2002 UTC | |
---|---|---|
# | Line 2 | Line 2 |
2 | #define _IDCT_H_ | #define _IDCT_H_ |
3 | ||
4 | void idct_int32_init(); | void idct_int32_init(); |
5 | void idct_ia64_init(); | |
6 | ||
7 | typedef void (idctFunc)(short * const block); | typedef void (idctFunc)(short * const block); |
8 | typedef idctFunc* idctFuncPtr; | typedef idctFunc* idctFuncPtr; |
# | Line 9 | Line 10 |
10 | extern idctFuncPtr idct; | extern idctFuncPtr idct; |
11 | ||
12 | idctFunc idct_int32; | idctFunc idct_int32; |
13 | ||
14 | idctFunc idct_mmx; | idctFunc idct_mmx; |
15 | idctFunc idct_xmm; | idctFunc idct_xmm; |
16 | idctFunc idct_sse2; | |
17 | ||
18 | idctFunc idct_altivec; | |
19 | idctFunc idct_ia64; | |
20 | ||
21 | #endif /* _IDCT_H_ */ | #endif /* _IDCT_H_ */ |
|
No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.0.4 |