[svn] / branches / dev-api-4 / xvidcore / src / motion / motion_comp.c Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/motion/motion_comp.c

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

revision 935, Sat Mar 22 13:41:11 2003 UTC revision 949, Wed Mar 26 14:56:49 2003 UTC
# Line 370  Line 370 
370          const uint32_t edged_width = pParam->edged_width;          const uint32_t edged_width = pParam->edged_width;
371          int32_t dx, dy, b_dx, b_dy, sumx, sumy, b_sumx, b_sumy;          int32_t dx, dy, b_dx, b_dy, sumx, sumy, b_sumx, b_sumy;
372          int k;          int k;
373          const int quarterpel = pParam->vol_flags & XVID_QUARTERPEL;          const int quarterpel = pParam->vol_flags & XVID_VOL_QUARTERPEL;
374          const uint8_t * ptr1, * ptr2;          const uint8_t * ptr1, * ptr2;
375          uint8_t * const tmp = f_refv->u;          uint8_t * const tmp = f_refv->u;
376          const VECTOR * const fmvs = (quarterpel ? mb->qmvs : mb->mvs);          const VECTOR * const fmvs = (quarterpel ? mb->qmvs : mb->mvs);

Legend:
Removed from v.935  
changed lines
  Added in v.949

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