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

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

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

revision 117, Thu Apr 11 15:04:05 2002 UTC revision 118, Sat Apr 13 16:30:02 2002 UTC
# Line 21  Line 21 
21  void get_intra_block(Bitstream * bs, int16_t * block, int direction, int coeff);  void get_intra_block(Bitstream * bs, int16_t * block, int direction, int coeff);
22  void get_inter_block(Bitstream * bs, int16_t * block);  void get_inter_block(Bitstream * bs, int16_t * block);
23    
24    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  #endif /* _MB_CODING_H_ */  #endif /* _MB_CODING_H_ */

Legend:
Removed from v.117  
changed lines
  Added in v.118

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