[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 530, Mon Sep 23 20:36:02 2002 UTC revision 698, Sun Dec 8 06:43:34 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, const int val);
13    int bs_get_spritetrajectory(Bitstream * bs);
14    
15  int get_mcbpc_intra(Bitstream * bs);  int get_mcbpc_intra(Bitstream * bs);
16  int get_mcbpc_inter(Bitstream * bs);  int get_mcbpc_inter(Bitstream * bs);
17  int get_cbpy(Bitstream * bs,  int get_cbpy(Bitstream * bs,
# Line 21  Line 24 
24  int get_dc_size_lum(Bitstream * bs);  int get_dc_size_lum(Bitstream * bs);
25  int get_dc_size_chrom(Bitstream * bs);  int get_dc_size_chrom(Bitstream * bs);
26    
 static int get_coeff(Bitstream * bs,  
                           int *run,  
                           int *last,  
                           int intra,  
                           int short_video_header);  
   
27  void get_intra_block(Bitstream * bs,  void get_intra_block(Bitstream * bs,
28                                           int16_t * block,                                           int16_t * block,
29                                           int direction,                                           int direction,
30                                           int coeff);                                           int coeff);
31  void get_inter_block(Bitstream * bs,  void get_inter_block(Bitstream * bs,
32                                           int16_t * block);                                           int16_t * block,
33                                             int direction);
34    
35    
36  void MBCodingBVOP(const MACROBLOCK * mb,  void MBCodingBVOP(const MACROBLOCK * mb,
# Line 40  Line 38 
38                                    const int32_t fcode,                                    const int32_t fcode,
39                                    const int32_t bcode,                                    const int32_t bcode,
40                                    Bitstream * bs,                                    Bitstream * bs,
41                                    Statistics * pStat);                                    Statistics * pStat,
42                                      int alternate_scan);
43    
44    
45  static __inline void  static __inline void

Legend:
Removed from v.530  
changed lines
  Added in v.698

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