--- motion_est.c 2002/07/10 20:11:05 1.30 +++ motion_est.c 2002/07/16 12:01:26 1.31 @@ -1046,7 +1046,7 @@ return iMinSAD; } - +Halfpel8_RefineFuncPtr Halfpel8_Refine; int32_t Halfpel16_Refine(const uint8_t * const pRef, @@ -1472,7 +1472,7 @@ } int32_t -Halfpel8_Refine(const uint8_t * const pRef, +Halfpel8_Refine_c(const uint8_t * const pRef, const uint8_t * const pRefH, const uint8_t * const pRefV, const uint8_t * const pRefHV,