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

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

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

revision 991, Sat Apr 19 11:26:47 2003 UTC revision 992, Fri Apr 25 14:53:37 2003 UTC
# Line 2254  Line 2254 
2254          sSAD /= blocks;          sSAD /= blocks;
2255          s = (10*s) / blocks;          s = (10*s) / blocks;
2256    
2257          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...
2258    
2259          if (sSAD > InterThresh ) return P_VOP;          if (sSAD > InterThresh ) return P_VOP;
2260          emms();          emms();

Legend:
Removed from v.991  
changed lines
  Added in v.992

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