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

Diff of /trunk/xvidcore/src/encoder.c

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

revision 369, Fri Aug 9 20:05:28 2002 UTC revision 384, Mon Aug 19 19:19:40 2002 UTC
# Line 39  Line 39 
39   *             MinChen <chenm001@163.com>   *             MinChen <chenm001@163.com>
40   *  14.04.2002 added FrameCodeB()   *  14.04.2002 added FrameCodeB()
41   *   *
42   *  $Id: encoder.c,v 1.74 2002-08-09 20:05:28 chl Exp $   *  $Id: encoder.c,v 1.75 2002-08-19 19:19:40 chl Exp $
43   *   *
44   ****************************************************************************/   ****************************************************************************/
45    
# Line 1949  Line 1949 
1949    
1950                          mb->quant = frame->quant;                          mb->quant = frame->quant;
1951                          mb->cbp =                          mb->cbp =
1952                                  MBTransQuantInterBVOP(&pEnc->mbParam, frame, mb, x, y, dct_codes,                                  MBTransQuantInterBVOP(&pEnc->mbParam, frame, mb, dct_codes, qcoeff);
                                                                   qcoeff);  
1953                          //mb->cbp = MBTransQuantBVOP(&pEnc->mbParam, x, y, dct_codes, qcoeff, &frame->image, frame->quant);                          //mb->cbp = MBTransQuantBVOP(&pEnc->mbParam, x, y, dct_codes, qcoeff, &frame->image, frame->quant);
1954    
1955                          if ( (mb->mode == MODE_DIRECT) && (mb->cbp == 0)                          if ( (mb->mode == MODE_DIRECT) && (mb->cbp == 0)

Legend:
Removed from v.369  
changed lines
  Added in v.384

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