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

Diff of /branches/dev-api-3/xvidcore/src/bitstream/mbcoding.h

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

revision 542, Thu Sep 26 00:33:00 2002 UTC revision 543, Thu Sep 26 01:54:54 2002 UTC
# Line 32  Line 32 
32                                           int direction,                                           int direction,
33                                           int coeff);                                           int coeff);
34  void get_inter_block(Bitstream * bs,  void get_inter_block(Bitstream * bs,
35                                           int16_t * block);                                           int16_t * block,
36                                             int direction);
37    
38    
39  void MBCodingBVOP(const MACROBLOCK * mb,  void MBCodingBVOP(const MACROBLOCK * mb,
# Line 40  Line 41 
41                                    const int32_t fcode,                                    const int32_t fcode,
42                                    const int32_t bcode,                                    const int32_t bcode,
43                                    Bitstream * bs,                                    Bitstream * bs,
44                                    Statistics * pStat);                                    Statistics * pStat,
45                                      int alternate_scan);
46    
47    
48  static __inline void  static __inline void

Legend:
Removed from v.542  
changed lines
  Added in v.543

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