[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.44.2.47, Sat Jan 11 18:26:58 2003 UTC revision 1.44.2.48, Sun Jan 19 12:03:16 2003 UTC
# Line 1907  Line 1907 
1907                  }                  }
1908          }          }
1909          sSAD /= (pParam->mb_height-2)*(pParam->mb_width-2);          sSAD /= (pParam->mb_height-2)*(pParam->mb_width-2);
1910          if (sSAD > IntraThresh + INTRA_BIAS) return I_VOP;  //      if (sSAD > IntraThresh + INTRA_BIAS) return I_VOP;
1911          if (sSAD > InterThresh ) return P_VOP;          if (sSAD > InterThresh ) return P_VOP;
1912          emms();          emms();
1913          return B_VOP;          return B_VOP;

Legend:
Removed from v.1.44.2.47  
changed lines
  Added in v.1.44.2.48

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