[cvs] / xvidcore / src / bitstream / mbcoding.c Repository:
ViewVC logotype

Diff of /xvidcore/src/bitstream/mbcoding.c

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

revision 1.57, Wed Nov 26 01:04:34 2008 UTC revision 1.58, Tue Nov 10 14:06:58 2009 UTC
# Line 588  Line 588 
588                          CodeVector(bs, pMB->pmvs[i].x, frame->fcode);                          CodeVector(bs, pMB->pmvs[i].x, frame->fcode);
589                          CodeVector(bs, pMB->pmvs[i].y, frame->fcode);                          CodeVector(bs, pMB->pmvs[i].y, frame->fcode);
590    
591  #ifdef _DEBUG  #if 0 /* #ifdef _DEBUG */
592                          if (i == 0) /* for simplicity */ {                          if (i == 0) /* for simplicity */ {
593                                  int coded_length = BitstreamPos(bs) - bits;                                  int coded_length = BitstreamPos(bs) - bits;
594                                  int estimated_length = d_mv_bits(pMB->pmvs[i].x, pMB->pmvs[i].y, zeroMV, frame->fcode, 0);                                  int estimated_length = d_mv_bits(pMB->pmvs[i].x, pMB->pmvs[i].y, zeroMV, frame->fcode, 0);

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58

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