[svn] / branches / release-1_0-branch / xvidcore / src / motion / estimation_common.c Repository:
ViewVC logotype

Diff of /branches/release-1_0-branch/xvidcore/src/motion/estimation_common.c

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

revision 1400, Fri Apr 2 23:59:24 2004 UTC revision 1401, Sat Apr 3 10:17:21 2004 UTC
# Line 21  Line 21 
21   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
22   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
23   *   *
24   * $Id: estimation_common.c,v 1.2 2004-03-22 22:36:24 edgomez Exp $   * $Id: estimation_common.c,v 1.2.2.1 2004-04-03 10:17:21 syskin Exp $
25   *   *
26   ****************************************************************************/   ****************************************************************************/
27    
# Line 427  Line 427 
427                  CHECK_CANDIDATE(xo-1, yo, 0);                  CHECK_CANDIDATE(xo-1, yo, 0);
428                  CHECK_CANDIDATE(xo+1, yo, 0);                  CHECK_CANDIDATE(xo+1, yo, 0);
429    
430                  if(best_sad < data->iMinSAD2) return;                  if(best_sad <= data->iMinSAD2) return;
431    
432                  if(data->currentQMV[0].y == data->currentQMV2.y) {                  if(data->currentQMV[0].y == data->currentQMV2.y) {
433                          CHECK_CANDIDATE(xo-1, (yo+yo2)>>1, 0);                          CHECK_CANDIDATE(xo-1, (yo+yo2)>>1, 0);

Legend:
Removed from v.1400  
changed lines
  Added in v.1401

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