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

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

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

revision 1.1.2.6, Thu Dec 4 12:08:03 2003 UTC revision 1.1.2.7, Fri Dec 5 12:27:48 2003 UTC
# 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.1.1.2.6  
changed lines
  Added in v.1.1.2.7

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