[svn] / branches / dev-api-4 / xvidcore / src / motion / motion_est.c Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/motion/motion_est.c

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

revision 326, Sun Jul 21 23:34:08 2002 UTC revision 337, Wed Jul 24 20:58:41 2002 UTC
# Line 2901  Line 2901 
2901    
2902  /* special case, if collocated block is SKIPed: encoding is forward(0,0)  */  /* special case, if collocated block is SKIPed: encoding is forward(0,0)  */
2903    
2904    #ifndef _DISABLE_SKIP
2905                          if (b_mb->mode == MODE_INTER && b_mb->cbp == 0 &&                          if (b_mb->mode == MODE_INTER && b_mb->cbp == 0 &&
2906                                  b_mb->mvs[0].x == 0 && b_mb->mvs[0].y == 0) {                                  b_mb->mvs[0].x == 0 && b_mb->mvs[0].y == 0) {
2907                                  mb->mode = MODE_NOT_CODED;                                  mb->mode = MODE_NOT_CODED;
# Line 2910  Line 2911 
2911                                  mb->b_mvs[0].y = 0;                                  mb->b_mvs[0].y = 0;
2912                                  continue;                                  continue;
2913                          }                          }
2914    #endif
2915    
2916                          dnv_sad16 = DIRECT_PENALTY;                          dnv_sad16 = DIRECT_PENALTY;
2917    

Legend:
Removed from v.326  
changed lines
  Added in v.337

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