[svn] / branches / dev-api-3 / xvidcore / src / decoder.c Repository:
ViewVC logotype

Diff of /branches/dev-api-3/xvidcore/src/decoder.c

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

revision 294, Fri Jul 12 00:49:59 2002 UTC revision 296, Mon Jul 15 00:26:38 2002 UTC
# Line 53  Line 53 
53   *  22.12.2001  lock based interpolation   *  22.12.2001  lock based interpolation
54   *  01.12.2001  inital version; (c)2001 peter ross <pross@cs.rmit.edu.au>   *  01.12.2001  inital version; (c)2001 peter ross <pross@cs.rmit.edu.au>
55   *   *
56   *  $Id: decoder.c,v 1.28 2002-07-12 00:49:59 chenm001 Exp $   *  $Id: decoder.c,v 1.29 2002-07-15 00:26:38 chenm001 Exp $
57   *   *
58   *************************************************************************/   *************************************************************************/
59    
# Line 1121  Line 1121 
1121                          // the last P_VOP is skip macroblock ?                          // the last P_VOP is skip macroblock ?
1122                          if (last_mb->mode == MODE_NOT_CODED) {                          if (last_mb->mode == MODE_NOT_CODED) {
1123                                  //DEBUG2("Skip MB in B-frame at (X,Y)=!",x,y);                                  //DEBUG2("Skip MB in B-frame at (X,Y)=!",x,y);
                                 mb->mb_type = MODE_NOT_CODED;  
1124                                  mb->cbp = 0;                                  mb->cbp = 0;
1125  #ifdef BFRAMES_DEC_DEBUG  #ifdef BFRAMES_DEC_DEBUG
1126                                    mb->mb_type = MODE_NOT_CODED;
1127          BFRAME_DEBUG          BFRAME_DEBUG
1128  #endif  #endif
1129                                  mb->mb_type = MODE_FORWARD;                                  mb->mb_type = MODE_FORWARD;
1130                                  mb->mvs[1].x = mb->mvs[2].x = mb->mvs[3].x = mb->mvs[0].x;                                  mb->mvs[1].x = mb->mvs[2].x = mb->mvs[3].x = mb->mvs[0].x;
1131                                  mb->mvs[1].y = mb->mvs[2].y = mb->mvs[3].y = mb->mvs[0].y;                                  mb->mvs[1].y = mb->mvs[2].y = mb->mvs[3].y = mb->mvs[0].y;
                                 mb->quant = 8;  
1132    
1133                                  decoder_bf_mbinter(dec, mb, x, y, mb->cbp, bs, quant, 1);                                  decoder_bf_mbinter(dec, mb, x, y, mb->cbp, bs, quant, 1);
1134                                  continue;                                  continue;

Legend:
Removed from v.294  
changed lines
  Added in v.296

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