--- trunk/xvidcore/src/dct/fdct.h 2002/03/08 02:46:11 3 +++ trunk/xvidcore/src/dct/fdct.h 2002/06/14 13:29:07 209 @@ -1,12 +1,17 @@ #ifndef _FDCT_H_ #define _FDCT_H_ -typedef void (fdctFunc)(short * const block); -typedef fdctFunc* fdctFuncPtr; +typedef void (fdctFunc) (short *const block); +typedef fdctFunc *fdctFuncPtr; extern fdctFuncPtr fdct; fdctFunc fdct_int32; + fdctFunc fdct_mmx; +fdctFunc fdct_sse2; + +fdctFunc fdct_altivec; +fdctFunc fdct_ia64; -#endif /* _FDCT_H_ */ +#endif /* _FDCT_H_ */