[svn] / trunk / xvidcore / src / motion / motion_est.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/motion/motion_est.c

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

revision 289, Wed Jul 10 20:11:05 2002 UTC revision 300, Tue Jul 16 12:02:27 2002 UTC
# Line 1046  Line 1046 
1046          return iMinSAD;          return iMinSAD;
1047  }  }
1048    
1049    Halfpel8_RefineFuncPtr Halfpel8_Refine;
1050    
1051  int32_t  int32_t
1052  Halfpel16_Refine(const uint8_t * const pRef,  Halfpel16_Refine(const uint8_t * const pRef,
# Line 1472  Line 1472 
1472  }  }
1473    
1474  int32_t  int32_t
1475  Halfpel8_Refine(const uint8_t * const pRef,  Halfpel8_Refine_c(const uint8_t * const pRef,
1476                                  const uint8_t * const pRefH,                                  const uint8_t * const pRefH,
1477                                  const uint8_t * const pRefV,                                  const uint8_t * const pRefV,
1478                                  const uint8_t * const pRefHV,                                  const uint8_t * const pRefHV,

Legend:
Removed from v.289  
changed lines
  Added in v.300

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