[svn] / branches / Isibaar / xvidcore / src / bitstream / cbp.h Repository:
ViewVC logotype

View of /branches/Isibaar/xvidcore/src/bitstream/cbp.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1002 - (download) (annotate)
Sat May 3 10:05:56 2003 UTC (20 years, 11 months ago)
File size: 398 byte(s)
This commit was manufactured by cvs2svn to create branch 'Isibaar'.
#ifndef _ENCODER_CBP_H_
#define _ENCODER_CBP_H_

#include "../portab.h"

typedef uint32_t(cbpFunc) (const int16_t * codes);

typedef cbpFunc *cbpFuncPtr;

extern cbpFuncPtr calc_cbp;

extern cbpFunc calc_cbp_c;
extern cbpFunc calc_cbp_mmx;
extern cbpFunc calc_cbp_3dne;
extern cbpFunc calc_cbp_sse2;
extern cbpFunc calc_cbp_ppc;
extern cbpFunc calc_cbp_altivec;

#endif							/* _ENCODER_CBP_H_ */

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