Parent Directory
|
Revision Log
Revision 1.8 - (view) (download)
1 : | Isibaar | 1.1 | #ifndef _IDCT_H_ |
2 : | #define _IDCT_H_ | ||
3 : | |||
4 : | edgomez | 1.8 | void idct_int32_init(); |
5 : | void idct_ia64_init(); | ||
6 : | Isibaar | 1.1 | |
7 : | edgomez | 1.4 | typedef void (idctFunc) (short *const block); |
8 : | typedef idctFunc *idctFuncPtr; | ||
9 : | Isibaar | 1.1 | |
10 : | extern idctFuncPtr idct; | ||
11 : | |||
12 : | idctFunc idct_int32; | ||
13 : | Isibaar | 1.3 | |
14 : | edgomez | 1.8 | idctFunc idct_mmx; /* AP-992, Peter Gubanov, Michel Lespinasse */ |
15 : | idctFunc idct_xmm; /* AP-992, Peter Gubanov, Michel Lespinasse */ | ||
16 : | idctFunc idct_3dne; /* AP-992, Peter Gubanov, Michel Lespinasse, Jaan Kalda */ | ||
17 : | idctFunc idct_sse2; /* Dmitry Rozhdestvensky */ | ||
18 : | idctFunc simple_idct_c; /* Michael Niedermayer */ | ||
19 : | idctFunc simple_idct_mmx; /* Michael Niedermayer; expects permutated data */ | ||
20 : | idctFunc simple_idct_mmx2; /* Michael Niedermayer */ | ||
21 : | Isibaar | 1.3 | |
22 : | canard | 1.2 | idctFunc idct_altivec; |
23 : | Isibaar | 1.5 | idctFunc idct_ia64; |
24 : | Isibaar | 1.1 | |
25 : | edgomez | 1.4 | #endif /* _IDCT_H_ */ |
No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.0.4 |