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

Diff of /xvidcore/src/plugins/plugin_2pass2.c

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

revision 1.1.2.25, Thu Nov 13 22:35:30 2003 UTC revision 1.1.2.26, Wed Nov 19 15:42:39 2003 UTC
# Line 616  Line 616 
616                          b_ref--;                          b_ref--;
617    
618                  /* Compute the original quant */                  /* Compute the original quant */
619                  s->quant  = 100*s->quant - data->bquant_offset;                  s->quant  = 2*(100*s->quant - data->bquant_offset);
620                  s->quant += data->bquant_ratio - 1; /* to avoid rouding issues */                  s->quant += data->bquant_ratio - 1; /* to avoid rouding issues */
621                  s->quant  = s->quant/data->bquant_ratio - b_ref->quant;                  s->quant  = s->quant/data->bquant_ratio - b_ref->quant;
622          }          }

Legend:
Removed from v.1.1.2.25  
changed lines
  Added in v.1.1.2.26

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