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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (view) (download)

1 : Isibaar 1.1 #ifndef _MB_CODING_H_
2 :     #define _MB_CODING_H_
3 :    
4 :     #include "../portab.h"
5 :     #include "../global.h"
6 : Isibaar 1.3 #include "bitstream.h"
7 : Isibaar 1.1
8 : Isibaar 1.3 void init_vlc_tables(void);
9 : Isibaar 1.1
10 :     int get_mcbpc_intra(Bitstream * bs);
11 :     int get_mcbpc_inter(Bitstream * bs);
12 :     int get_cbpy(Bitstream * bs, int intra);
13 :     int get_mv(Bitstream * bs, int fcode);
14 :    
15 :     int get_dc_dif(Bitstream * bs, uint32_t dc_size);
16 :     int get_dc_size_lum(Bitstream * bs);
17 :     int get_dc_size_chrom(Bitstream * bs);
18 :    
19 :     int get_coeff(Bitstream * bs, int *run, int *last, int intra, int short_video_header);
20 :    
21 :     void get_intra_block(Bitstream * bs, int16_t * block, int direction, int coeff);
22 :     void get_inter_block(Bitstream * bs, int16_t * block);
23 :    
24 : suxen_drol 1.4 void MBCodingBVOP(const MACROBLOCK * mb,
25 :     const int16_t qcoeff[6*64],
26 :     const int16_t fcode,
27 :     const int16_t bcode,
28 :     Bitstream * bs,
29 :     Statistics * pStat);
30 :    
31 : edgomez 1.2 #endif /* _MB_CODING_H_ */

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