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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (download) (annotate)
Wed Jun 12 20:38:40 2002 UTC (21 years, 9 months ago) by edgomez
Branch: MAIN
Changes since 1.3: +3 -3 lines
Cosmetic - CodingStyle Applied - Legal Headers will be added later
#ifndef _FDCT_H_
#define _FDCT_H_

typedef void (fdctFunc) (short *const block);
typedef fdctFunc *fdctFuncPtr;

extern fdctFuncPtr fdct;

fdctFunc fdct_int32;

fdctFunc fdct_mmx;
fdctFunc fdct_sse2;

fdctFunc fdct_altivec;

#endif							/* _FDCT_H_ */

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