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

Annotation of /branches/dev-api-4/xvidcore/src/bitstream/cbp.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 126 - (view) (download)
Original Path: trunk/xvidcore/src/bitstream/cbp.h

1 : Isibaar 3 #ifndef _ENCODER_CBP_H_
2 :     #define _ENCODER_CBP_H_
3 :    
4 :     #include "../portab.h"
5 :    
6 : edgomez 78 typedef uint32_t (cbpFunc)(const int16_t *codes);
7 : Isibaar 3
8 :     typedef cbpFunc* cbpFuncPtr;
9 :    
10 :     extern cbpFuncPtr calc_cbp;
11 :    
12 :     extern cbpFunc calc_cbp_c;
13 :     extern cbpFunc calc_cbp_mmx;
14 : h 126 extern cbpFunc calc_cbp_sse2;
15 : canard 52 extern cbpFunc calc_cbp_ppc;
16 : canard 71 extern cbpFunc calc_cbp_altivec;
17 : Isibaar 3
18 :     #endif /* _ENCODER_CBP_H_ */

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