[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.6, Fri Jan 3 12:45:30 2003 UTC revision 1.10.2.7, Sat Jan 11 14:59:24 2003 UTC
# Line 42  Line 42 
42    
43    
44  /** MBMotionCompensation **/  /** MBMotionCompensation **/
45  void MBMotionCompensation(MACROBLOCK * const pMB,  
46                                                    const uint32_t j,  void
47    MBMotionCompensation(MACROBLOCK * const mb,
48                                                    const uint32_t i,                                                    const uint32_t i,
49                                                    const IMAGE * const pRef,                                           const uint32_t j,
50                                                    const IMAGE * const pRefH,                                           const IMAGE * const ref,
51                                                    const IMAGE * const pRefV,                                           const IMAGE * const refh,
52                                                    const IMAGE * const pRefHV,                                           const IMAGE * const refv,
53                                                    IMAGE * const pCurrent,                                           const IMAGE * const refhv,
54                                                    int16_t dct_codes[6 * 64],                                           const IMAGE * const refGMC,
55                                             IMAGE * const cur,
56                                             int16_t * dct_codes,
57                                                    const uint32_t width,                                                    const uint32_t width,
58                                                    const uint32_t height,                                                    const uint32_t height,
59                                                    const uint32_t edged_width,                                                    const uint32_t edged_width,
60                                                    const int quarterpel,                                           const int32_t quarterpel,
61                                                    const int reduced_resolution,                                                    const int reduced_resolution,
62                                                    const uint32_t rounding);                                           const int32_t rounding);
   
63    
64  /** MBTransQuant.c **/  /** MBTransQuant.c **/
65    

Legend:
Removed from v.1.10.2.6  
changed lines
  Added in v.1.10.2.7

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