[cvs] / xvidcore / src / motion / motion_est.c Repository:
ViewVC logotype

Diff of /xvidcore/src/motion/motion_est.c

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

revision 1.66, Mon Apr 14 15:00:49 2003 UTC revision 1.67, Fri Apr 25 14:50:01 2003 UTC
# Line 2256  Line 2256 
2256          sSAD /= blocks;          sSAD /= blocks;
2257          s = (10*s) / blocks;          s = (10*s) / blocks;
2258    
2259          if (s > 4) sSAD += (s - 2) * (160 - 2*b_thresh); //static block - looks bad when in bframe...          if (s > 4) sSAD += (s - 2) * (60 - 2*b_thresh); //static block - looks bad when in bframe...
2260    
2261          if (sSAD > InterThresh ) return P_VOP;          if (sSAD > InterThresh ) return P_VOP;
2262          emms();          emms();

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67

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