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

Annotation of /xvidcore/src/bitstream/cbp.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.6.2.1 - (view) (download)

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

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