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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8.2.1, Mon Sep 23 20:36:01 2002 UTC revision 1.8.2.3, Sat Nov 2 15:52:31 2002 UTC
# Line 9  Line 9 
9    
10  int check_resync_marker(Bitstream * bs, int addbits);  int check_resync_marker(Bitstream * bs, int addbits);
11    
12    void bs_put_spritetrajectory(Bitstream * bs, int val);
13    
14  int get_mcbpc_intra(Bitstream * bs);  int get_mcbpc_intra(Bitstream * bs);
15  int get_mcbpc_inter(Bitstream * bs);  int get_mcbpc_inter(Bitstream * bs);
16  int get_cbpy(Bitstream * bs,  int get_cbpy(Bitstream * bs,
# Line 32  Line 34 
34                                           int direction,                                           int direction,
35                                           int coeff);                                           int coeff);
36  void get_inter_block(Bitstream * bs,  void get_inter_block(Bitstream * bs,
37                                           int16_t * block);                                           int16_t * block,
38                                             int direction);
39    
40    
41  void MBCodingBVOP(const MACROBLOCK * mb,  void MBCodingBVOP(const MACROBLOCK * mb,
# Line 40  Line 43 
43                                    const int32_t fcode,                                    const int32_t fcode,
44                                    const int32_t bcode,                                    const int32_t bcode,
45                                    Bitstream * bs,                                    Bitstream * bs,
46                                    Statistics * pStat);                                    Statistics * pStat,
47                                      int alternate_scan);
48    
49    
50  static __inline void  static __inline void

Legend:
Removed from v.1.8.2.1  
changed lines
  Added in v.1.8.2.3

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