[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 145, Sun Apr 28 21:55:06 2002 UTC revision 150, Mon Apr 29 06:45:55 2002 UTC
# Line 34  Line 34 
34   *   *
35   *  14.04.2002 added FrameCodeB()   *  14.04.2002 added FrameCodeB()
36   *   *
37   *  $Id: encoder.c,v 1.29 2002-04-28 21:55:06 edgomez Exp $   *  $Id: encoder.c,v 1.31 2002-04-29 06:45:55 chenm001 Exp $
38   *   *
39   ***************************************************************************/   ***************************************************************************/
40    
# Line 323  Line 323 
323          stop_conv_timer();          stop_conv_timer();
324    
325  #ifdef _DEBUG  #ifdef _DEBUG
326          image_copy(&pEnc->sOriginal, &pEnc->sCurrent, pEnc->mbParam.edged_width, pEnc->mbParam.height);          image_copy(&pEnc->sOriginal, &pEnc->current->image, pEnc->mbParam.edged_width, pEnc->mbParam.height);
327  #endif  #endif
328    
329          EMMS();          EMMS();
# Line 510  Line 510 
510                          MVBLOCKHINT * bhint = &hint->mvhint.block[x + y * pEnc->mbParam.mb_width];                          MVBLOCKHINT * bhint = &hint->mvhint.block[x + y * pEnc->mbParam.mb_width];
511                          VECTOR pred[4];                          VECTOR pred[4];
512                          VECTOR tmp;                          VECTOR tmp;
513                          uint32_t dummy[4];                          int32_t dummy[4];
514                          int vec;                          int vec;
515    
516                          pMB->mode = (hint->rawhints) ? bhint->mode : BitstreamGetBits(&bs, MODEBITS);                          pMB->mode = (hint->rawhints) ? bhint->mode : BitstreamGetBits(&bs, MODEBITS);

Legend:
Removed from v.145  
changed lines
  Added in v.150

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