[cvs] / xvidcore / src / motion / gmc.h Repository:
ViewVC logotype

Diff of /xvidcore/src/motion/gmc.h

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

revision 1.1.2.3, Wed Sep 10 22:18:59 2003 UTC revision 1.1.2.4, Thu Sep 11 15:29:32 2003 UTC
# Line 32  Line 32 
32  {  {
33          int length = 1 << (fcode+4);          int length = 1 << (fcode+4);
34    
35          if (quarterpel) value *= 2;          // if (quarterpel) value *= 2;
36    
37          if (value < -length)          if (value < -length)
38                  return -length;                  return -length;

Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

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