[cvs] / xvidcore / src / utils / mbfunctions.h Repository:
ViewVC logotype

Diff of /xvidcore/src/utils/mbfunctions.h

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

revision 1.10.2.1, Wed Sep 25 16:51:05 2002 UTC revision 1.10.2.4, Sun Dec 8 06:43:34 2002 UTC
# Line 54  Line 54 
54                                                    const uint32_t width,                                                    const uint32_t width,
55                                                    const uint32_t height,                                                    const uint32_t height,
56                                                    const uint32_t edged_width,                                                    const uint32_t edged_width,
57                                                      const uint32_t quarterpel,
58                                                    const uint32_t rounding);                                                    const uint32_t rounding);
59    
60    
# Line 184  Line 185 
185    
186  /** MBCoding.c **/  /** MBCoding.c **/
187    
188  void MBSkip(Bitstream * bs);  /* just the bitstream. Since MB is skipped, no info is needed */  /* void MBSkip(Bitstream * bs);  just the bitstream. Since MB is skipped, no info is needed */
189    
190    
191  void MBCoding(const FRAMEINFO * frame,  /* <-- the parameter for coding of the bitstream */  void MBCoding(const FRAMEINFO * const frame,    /* <-- the parameter for coding of the bitstream */
192    
193                            MACROBLOCK * pMB,     /* <-- Info of the MB to be coded */                            MACROBLOCK * pMB,     /* <-- Info of the MB to be coded */
194    

Legend:
Removed from v.1.10.2.1  
changed lines
  Added in v.1.10.2.4

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