[svn] / trunk / xvidcore / src / utils / mbtransquant.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/utils/mbtransquant.c

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

revision 2053, Fri Nov 4 15:23:46 2011 UTC revision 2054, Fri Nov 4 15:24:39 2011 UTC
# Line 782  Line 782 
782    
783          u = ((u + iCSF_Round[index]) * iCSF_Coeff[index]) >> 16;          u = ((u + iCSF_Round[index]) * iCSF_Coeff[index]) >> 16;
784    
785          return (((Lambda*u*u)>>4) + 4*Lambda*dQ*dQ) / 5;          return Lambda*((((u*u)>>4) + 4*(dQ*dQ))/5);
786  }  }
787    
788  /* this routine has been strippen of all debug code */  /* this routine has been strippen of all debug code */

Legend:
Removed from v.2053  
changed lines
  Added in v.2054

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