[svn] / branches / dev-api-4 / xvidcore / src / dct / fdct.h Repository:
ViewVC logotype

View of /branches/dev-api-4/xvidcore/src/dct/fdct.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 851 - (download) (annotate)
Sat Feb 15 15:22:19 2003 UTC (21 years, 1 month ago) by edgomez
Original Path: trunk/xvidcore/src/dct/fdct.h
File size: 451 byte(s)
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too
#ifndef _FDCT_H_
#define _FDCT_H_

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

extern fdctFuncPtr fdct;

fdctFunc fdct_int32;

fdctFunc fdct_mmx;		/* AP-992, Royce Shih-Wea Liao */
fdctFunc fdct_sse2;		/* Dmitry Rozhdestvensky, Vladimir G. Ivanov */
fdctFunc xvid_fdct_mmx;	/* Pascal Massimino */
fdctFunc xvid_fdct_sse;	/* Pascal Massimino */

fdctFunc fdct_altivec;
fdctFunc fdct_ia64;

#endif							/* _FDCT_H_ */

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