--- trunk/xvidcore/src/dct/idct.h 2002/05/02 22:35:41 154 +++ branches/dev-api-3/xvidcore/src/dct/idct.h 2002/09/04 18:44:41 392 @@ -2,9 +2,10 @@ #define _IDCT_H_ void idct_int32_init(); +void idct_ia64_init(); -typedef void (idctFunc)(short * const block); -typedef idctFunc* idctFuncPtr; +typedef void (idctFunc) (short *const block); +typedef idctFunc *idctFuncPtr; extern idctFuncPtr idct; @@ -15,5 +16,6 @@ idctFunc idct_sse2; idctFunc idct_altivec; +idctFunc idct_ia64; -#endif /* _IDCT_H_ */ +#endif /* _IDCT_H_ */