[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.2, 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.1.8.2.1  
changed lines
  Added in v.1.8.2.2

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