[svn] / branches / dev-api-4 / xvidcore / src / utils / mbtransquant.c Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/utils/mbtransquant.c

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

revision 914, Mon Mar 10 00:38:49 2003 UTC revision 920, Sat Mar 15 14:32:56 2003 UTC
# Line 382  Line 382 
382           * As an exception to the previous rule, if we are willing to have extra           * As an exception to the previous rule, if we are willing to have extra
383           * stats then we have to DeQuant, iDCT and Transfer back the data :-)           * stats then we have to DeQuant, iDCT and Transfer back the data :-)
384           */           */
385          if(frame->vop_flags & XVID_EXTRASTATS) {          if((pParam->plugin_flags & XVID_REQORIGINAL)) {
386                  MBDeQuantInter(pParam,frame->quant,data,qcoeff,cbp);                  MBDeQuantInter(pParam,frame->quant,data,qcoeff,cbp);
387                  MBiDCT(data,cbp);                  MBiDCT(data,cbp);
388                  MBTransAdd(pParam,frame,pMB,x_pos,y_pos,data,cbp);                  MBTransAdd(pParam,frame,pMB,x_pos,y_pos,data,cbp);

Legend:
Removed from v.914  
changed lines
  Added in v.920

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