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

Diff of /xvidcore/src/encoder.c

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

revision 1.80, Thu Sep 5 19:34:35 2002 UTC revision 1.81, Thu Sep 5 21:02:19 2002 UTC
# Line 1000  Line 1000 
1000                                  CodeIntraMB(pEnc, pMB);                                  CodeIntraMB(pEnc, pMB);
1001                                  MBTransQuantIntra(&pEnc->mbParam, pEnc->current, pMB, x, y,                                  MBTransQuantIntra(&pEnc->mbParam, pEnc->current, pMB, x, y,
1002                                                                    dct_codes, qcoeff);                                                                    dct_codes, qcoeff);
                         }  
1003    
1004                          start_timer();                          start_timer();
1005                          MBPrediction(pEnc->current, x, y, pEnc->mbParam.mb_width, qcoeff);                          MBPrediction(pEnc->current, x, y, pEnc->mbParam.mb_width, qcoeff);
1006                          stop_prediction_timer();                          stop_prediction_timer();
1007                            }
1008    
1009                          if (pMB->mode == MODE_INTRA || pMB->mode == MODE_INTRA_Q) {                          if (pMB->mode == MODE_INTRA || pMB->mode == MODE_INTRA_Q) {
1010                                  pEnc->sStat.kblks++;                                  pEnc->sStat.kblks++;

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81

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