[svn] / branches / release-1_3-branch / xvidcore / src / utils / mbtransquant.c Repository:
ViewVC logotype

Diff of /branches/release-1_3-branch/xvidcore/src/utils/mbtransquant.c

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

revision 2052, Tue Oct 25 10:57:35 2011 UTC revision 2053, Fri Nov 4 15:23:46 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.2052  
changed lines
  Added in v.2053

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