--- cbp.h 2002/03/08 02:44:35 1.1 +++ cbp.h 2002/06/12 20:38:40 1.6 @@ -3,13 +3,16 @@ #include "../portab.h" -typedef uint32_t (cbpFunc)(const int16_t codes[6][64]); +typedef uint32_t(cbpFunc) (const int16_t * codes); -typedef cbpFunc* cbpFuncPtr; +typedef cbpFunc *cbpFuncPtr; extern cbpFuncPtr calc_cbp; extern cbpFunc calc_cbp_c; extern cbpFunc calc_cbp_mmx; +extern cbpFunc calc_cbp_sse2; +extern cbpFunc calc_cbp_ppc; +extern cbpFunc calc_cbp_altivec; -#endif /* _ENCODER_CBP_H_ */ +#endif /* _ENCODER_CBP_H_ */