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

Diff of /xvidcore/src/encoder.c

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

revision 1.76.2.9, Wed Oct 2 12:57:25 2002 UTC revision 1.76.2.10, Thu Oct 3 08:24:27 2002 UTC
# Line 1613  Line 1613 
1613          start_timer();          start_timer();
1614          if (pEnc->current->global_flags & XVID_HINTEDME_SET) {          if (pEnc->current->global_flags & XVID_HINTEDME_SET) {
1615                  HintedMESet(pEnc, &bIntra);                  HintedMESet(pEnc, &bIntra);
1616                  if (bIntra == 0) MotionEstimationHinted(&pEnc->mbParam, pEnc->current, pEnc->reference,          if (bIntra == 0) {
1617                            pEnc->current->fcode = FindFcode(&pEnc->mbParam, pEnc->current);
1618                            MotionEstimationHinted(&pEnc->mbParam, pEnc->current, pEnc->reference,
1619                                                                                          &pEnc->vInterH, &pEnc->vInterV, &pEnc->vInterHV);                                                                                          &pEnc->vInterH, &pEnc->vInterV, &pEnc->vInterHV);
1620                    }
1621    
1622          } else {          } else {
1623    

Legend:
Removed from v.1.76.2.9  
changed lines
  Added in v.1.76.2.10

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