[svn] / branches / release-0_9_1-fixes / xvidcore / src / bitstream / mbcoding.h Repository:
ViewVC logotype

Annotation of /branches/release-0_9_1-fixes/xvidcore/src/bitstream/mbcoding.h

Parent Directory Parent Directory | Revision Log Revision Log


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

1 : Isibaar 3 #ifndef _MB_CODING_H_
2 :     #define _MB_CODING_H_
3 :    
4 :     #include "../portab.h"
5 :     #include "../global.h"
6 : Isibaar 100 #include "bitstream.h"
7 : Isibaar 3
8 : Isibaar 100 void init_vlc_tables(void);
9 : Isibaar 3
10 : suxen_drol 248 void skip_stuffing(Bitstream *bs);
11 :    
12 :     int check_resync_marker(Bitstream * bs, int addbits);
13 :    
14 : Isibaar 3 int get_mcbpc_intra(Bitstream * bs);
15 :     int get_mcbpc_inter(Bitstream * bs);
16 : edgomez 195 int get_cbpy(Bitstream * bs,
17 :     int intra);
18 :     int get_mv(Bitstream * bs,
19 :     int fcode);
20 : Isibaar 3
21 : edgomez 195 int get_dc_dif(Bitstream * bs,
22 :     uint32_t dc_size);
23 : Isibaar 3 int get_dc_size_lum(Bitstream * bs);
24 :     int get_dc_size_chrom(Bitstream * bs);
25 :    
26 : edgomez 195 int get_coeff(Bitstream * bs,
27 :     int *run,
28 :     int *last,
29 :     int intra,
30 :     int short_video_header);
31 : Isibaar 3
32 : edgomez 195 void get_intra_block(Bitstream * bs,
33 :     int16_t * block,
34 :     int direction,
35 :     int coeff);
36 :     void get_inter_block(Bitstream * bs,
37 :     int16_t * block);
38 : Isibaar 3
39 : suxen_drol 248
40 : edgomez 195 void MBCodingBVOP(const MACROBLOCK * mb,
41 :     const int16_t qcoeff[6 * 64],
42 : suxen_drol 152 const int32_t fcode,
43 :     const int32_t bcode,
44 : edgomez 195 Bitstream * bs,
45 : suxen_drol 118 Statistics * pStat);
46 :    
47 : edgomez 195 #endif /* _MB_CODING_H_ */

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