[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, Sun Jun 30 10:46:29 2002 UTC revision 1.8.2.5, Thu Nov 7 10:28:15 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    
27  int get_coeff(Bitstream * bs,  static int get_coeff(Bitstream * bs,
28                            int *run,                            int *run,
29                            int *last,                            int *last,
30                            int intra,                            int intra,
# Line 32  Line 35 
35                                           int direction,                                           int direction,
36                                           int coeff);                                           int coeff);
37  void get_inter_block(Bitstream * bs,  void get_inter_block(Bitstream * bs,
38                                           int16_t * block);                                           int16_t * block,
39                                             int direction);
40    
41    
42  void MBCodingBVOP(const MACROBLOCK * mb,  void MBCodingBVOP(const MACROBLOCK * mb,
# Line 40  Line 44 
44                                    const int32_t fcode,                                    const int32_t fcode,
45                                    const int32_t bcode,                                    const int32_t bcode,
46                                    Bitstream * bs,                                    Bitstream * bs,
47                                    Statistics * pStat);                                    Statistics * pStat,
48                                      int alternate_scan);
49    
50    
51    static __inline void
52    MBSkip(Bitstream * bs)
53    {
54            BitstreamPutBit(bs, 1); // not coded
55    }
56    
57  #endif                                                  /* _MB_CODING_H_ */  #endif                                                  /* _MB_CODING_H_ */

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.8.2.5

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