[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.3, Sun Nov 9 20:47:14 2003 UTC revision 1.1.2.4, Sun Nov 16 15:32:37 2003 UTC
# Line 291  Line 291 
291  ChoosePred(const MACROBLOCK * const pMB, const uint32_t mode)  ChoosePred(const MACROBLOCK * const pMB, const uint32_t mode)
292  {  {
293  /* the stupidiest function ever */  /* the stupidiest function ever */
294          return (mode == MODE_FORWARD ? pMB->mvs[0] : pMB->b_mvs[0]);          return (mode == MODE_FORWARD) ? pMB->mvs[0] : pMB->b_mvs[0];
295  }  }
296    
297  static void __inline  static void __inline
# Line 800  Line 800 
800                          if (b_reference->coding_type != S_VOP)                          if (b_reference->coding_type != S_VOP)
801                                  if (b_mb->mode == MODE_NOT_CODED) {                                  if (b_mb->mode == MODE_NOT_CODED) {
802                                          pMB->mode = MODE_NOT_CODED;                                          pMB->mode = MODE_NOT_CODED;
803                                            pMB->mvs[0] = zeroMV;
804                                            pMB->b_mvs[0] = zeroMV;
805                                          continue;                                          continue;
806                                  }                                  }
807    

Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

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