Parent Directory
|
Revision Log
|
Patch
revision 1.1, Fri Mar 8 02:44:35 2002 UTC | revision 1.4, Thu Mar 28 20:57:24 2002 UTC | |
---|---|---|
# | Line 3 | Line 3 |
3 | ||
4 | #include "../portab.h" | #include "../portab.h" |
5 | ||
6 | typedef uint32_t (cbpFunc)(const int16_t codes[6][64]); | typedef uint32_t (cbpFunc)(const int16_t *codes); |
7 | ||
8 | typedef cbpFunc* cbpFuncPtr; | typedef cbpFunc* cbpFuncPtr; |
9 | ||
# | Line 11 | Line 11 |
11 | ||
12 | extern cbpFunc calc_cbp_c; | extern cbpFunc calc_cbp_c; |
13 | extern cbpFunc calc_cbp_mmx; | extern cbpFunc calc_cbp_mmx; |
14 | extern cbpFunc calc_cbp_ppc; | |
15 | extern cbpFunc calc_cbp_altivec; | |
16 | ||
17 | #endif /* _ENCODER_CBP_H_ */ | #endif /* _ENCODER_CBP_H_ */ |
|
No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.0.4 |