[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.13, Wed Jul 21 15:47:51 2004 UTC revision 1.15, Sat Sep 4 15:07:45 2004 UTC
# Line 643  Line 643 
643                          Data->directmvB[0].y                          Data->directmvB[0].y
644                          : Data->currentMV[1].y - Data->referencemv[0].y);                          : Data->currentMV[1].y - Data->referencemv[0].y);
645    
646            *best_sad = Data->iMinSAD[0];
647    
648          return skip_sad;          return skip_sad;
649  }  }
650    
# Line 937  Line 939 
939                                           const IMAGE * const b_refHV)                                           const IMAGE * const b_refHV)
940  {  {
941          uint32_t i, j;          uint32_t i, j;
942          int32_t best_sad, sad2;          int32_t best_sad = 256*4096;
943            int32_t sad2;
944          uint32_t skip_sad;          uint32_t skip_sad;
945    
946          const MACROBLOCK * const b_mbs = b_reference->mbs;          const MACROBLOCK * const b_mbs = b_reference->mbs;

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.15

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