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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5.2.1 - (download) (annotate)
Thu Dec 19 00:39:10 2002 UTC (21 years, 3 months ago) by Isibaar
Branch: dev-api-3
Changes since 1.5: +1 -0 lines
athlon optimized asm code - thanks to Jaan Kalda
#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_3dne;
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