[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.4, Sun Nov 3 01:43:32 2002 UTC revision 1.8.2.6, Sun Dec 8 06:43:34 2002 UTC
# Line 10  Line 10 
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);  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);
# Line 23  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,

Legend:
Removed from v.1.8.2.4  
changed lines
  Added in v.1.8.2.6

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