[cvs] / xvidcore / src / image / interpolate8x8.h Repository:
ViewVC logotype

Diff of /xvidcore/src/image/interpolate8x8.h

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

revision 1.7, Sun Nov 17 00:20:30 2002 UTC revision 1.8, Tue Nov 26 23:44:10 2002 UTC
# Line 110  Line 110 
110  {  {
111          int32_t ddx, ddy;          int32_t ddx, ddy;
112    
113          switch (((dx & 1) << 1) + (dy & 1))     // ((dx%2)?2:0)+((dy%2)?1:0)          switch (((dx & 1) << 1) + (dy & 1))     /* ((dx%2)?2:0)+((dy%2)?1:0) */
114          {          {
115          case 0:          case 0:
116                  ddx = dx / 2;                  ddx = dx / 2;

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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