[svn] / trunk / xvidcore / src / dct / idct.h Repository:
ViewVC logotype

View of /trunk/xvidcore/src/dct/idct.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 209 - (download) (annotate)
Fri Jun 14 13:29:07 2002 UTC (21 years, 9 months ago) by Isibaar
File size: 340 byte(s)
ia64 changes
#ifndef _IDCT_H_
#define _IDCT_H_

void idct_int32_init();
void idct_ia64_init();

typedef void (idctFunc) (short *const block);
typedef idctFunc *idctFuncPtr;

extern idctFuncPtr idct;

idctFunc idct_int32;

idctFunc idct_mmx;
idctFunc idct_xmm;
idctFunc idct_sse2;

idctFunc idct_altivec;
idctFunc idct_ia64;

#endif							/* _IDCT_H_ */

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4