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

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

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

revision 1239, Thu Dec 4 12:08:03 2003 UTC revision 1240, Fri Dec 5 12:27:48 2003 UTC
# Line 19  Line 19 
19   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: vop_type_decision.c,v 1.1.2.6 2003-12-04 12:08:03 syskin Exp $   * $Id: vop_type_decision.c,v 1.1.2.7 2003-12-05 12:27:48 syskin Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 139  Line 139 
139                  MB->mode = MODE_INTER;                  MB->mode = MODE_INTER;
140                  /* if we skipped some search steps, we have to assume that SAD would be lower with them */                  /* if we skipped some search steps, we have to assume that SAD would be lower with them */
141                  MB->sad16 = Data->iMinSAD[i+1] - (simplicity<<7);                  MB->sad16 = Data->iMinSAD[i+1] - (simplicity<<7);
142                    if (MB->sad16 < 0) MB->sad16 = 0;
143          }          }
144  }  }
145    

Legend:
Removed from v.1239  
changed lines
  Added in v.1240

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