[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.82, Sun Sep 8 16:38:03 2002 UTC revision 1.83, Thu Sep 12 18:53:35 2002 UTC
# Line 560  Line 560 
560          emms();          emms();
561    
562          if (pFrame->quant == 0) {          if (pFrame->quant == 0) {
563                  RateControlUpdate(&pEnc->rate_control, pEnc->current->quant,                  RateControlUpdate(&pEnc->rate_control, (int16_t)pEnc->current->quant,
564                                                    pFrame->length, pFrame->intra);                                                    pFrame->length, pFrame->intra);
565          }          }
566  #ifdef _DEBUG_PSNR  #ifdef _DEBUG_PSNR
# Line 889  Line 889 
889          DECLARE_ALIGNED_MATRIX(qcoeff, 6, 64, int16_t, CACHE_LINE);          DECLARE_ALIGNED_MATRIX(qcoeff, 6, 64, int16_t, CACHE_LINE);
890    
891          int iLimit;          int iLimit;
892          int x, y;          unsigned int x, y;
893          int iSearchRange;          int iSearchRange;
894          int bIntra;          int bIntra;
895    

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.83

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