--- cbp.h 2002/03/21 23:59:48 1.2 +++ cbp.h 2002/03/28 20:57:24 1.4 @@ -3,7 +3,7 @@ #include "../portab.h" -typedef uint32_t (cbpFunc)(const int16_t codes[6][64]); +typedef uint32_t (cbpFunc)(const int16_t *codes); typedef cbpFunc* cbpFuncPtr; @@ -12,5 +12,6 @@ extern cbpFunc calc_cbp_c; extern cbpFunc calc_cbp_mmx; extern cbpFunc calc_cbp_ppc; +extern cbpFunc calc_cbp_altivec; #endif /* _ENCODER_CBP_H_ */