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

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

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

revision 775, Sun Jan 12 11:04:17 2003 UTC revision 778, Sun Jan 12 13:13:36 2003 UTC
# Line 34  Line 34 
34  {  {
35          int length = 1 << (fcode+4);          int length = 1 << (fcode+4);
36    
37          if (quarterpel) value *= 2;  //      if (quarterpel) value *= 2;
38    
39          if (value < -length)          if (value < -length)
40                  return -length;                  return -length;

Legend:
Removed from v.775  
changed lines
  Added in v.778

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