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

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

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

revision 1.1.2.12, Thu Dec 18 21:36:46 2003 UTC revision 1.1.2.14, Sat Feb 28 07:15:39 2004 UTC
# Line 672  Line 672 
672          CheckCandidate(0, 0, Data, 255);          CheckCandidate(0, 0, Data, 255);
673    
674          /* initial (fast) skip decision */          /* initial (fast) skip decision */
675          if (*Data->iMinSAD < (int)Data->iQuant * INITIAL_SKIP_THRESH * (Data->chroma?3:2)) {          if (*Data->iMinSAD < (int)Data->iQuant * INITIAL_SKIP_THRESH) {
676                  /* possible skip */                  /* possible skip */
677                  SkipDecisionB(pCur, f_Ref, b_Ref, pMB, x, y, Data);                  SkipDecisionB(pCur, f_Ref, b_Ref, pMB, x, y, Data);
678                  if (pMB->mode == MODE_DIRECT_NONE_MV) return *Data->iMinSAD; /* skipped */                  if (pMB->mode == MODE_DIRECT_NONE_MV) return *Data->iMinSAD; /* skipped */
# Line 1167  Line 1167 
1167                  }                  }
1168          }          }
1169  }  }
   
   

Legend:
Removed from v.1.1.2.12  
changed lines
  Added in v.1.1.2.14

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