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

View of /trunk/xvidcore/src/bitstream/cbp.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 52 - (download) (annotate)
Thu Mar 21 23:59:48 2002 UTC (22 years ago) by canard
File size: 305 byte(s)
Added first PPC asm port
#ifndef _ENCODER_CBP_H_
#define _ENCODER_CBP_H_

#include "../portab.h"

typedef uint32_t (cbpFunc)(const int16_t codes[6][64]);

typedef cbpFunc* cbpFuncPtr;	

extern cbpFuncPtr calc_cbp;

extern cbpFunc calc_cbp_c;
extern cbpFunc calc_cbp_mmx;
extern cbpFunc calc_cbp_ppc;

#endif /* _ENCODER_CBP_H_ */

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