[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.3, Thu Apr 4 13:58:12 2002 UTC revision 1.4, 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.1.3  
changed lines
  Added in v.1.4

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