--- cbp.h 2002/04/17 10:54:19 1.5 +++ cbp.h 2003/02/15 15:22:18 1.9 @@ -3,16 +3,17 @@ #include "../portab.h" -typedef uint32_t (cbpFunc)(const int16_t *codes); +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_3dne; extern cbpFunc calc_cbp_sse2; extern cbpFunc calc_cbp_ppc; extern cbpFunc calc_cbp_altivec; -#endif /* _ENCODER_CBP_H_ */ +#endif /* _ENCODER_CBP_H_ */