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

Diff of /branches/release-1_3-branch/xvidcore/src/motion/gmc.c

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

revision 2179, Tue Nov 12 14:41:36 2019 UTC revision 2180, Tue Nov 12 14:48:35 2019 UTC
# Line 269  Line 269 
269  {  {
270          const int W      = This->sW;          const int W      = This->sW;
271          const int H      = This->sH;          const int H      = This->sH;
272          const int rho = 3-This->accuracy;          const int rho = 3-MIN(This->accuracy, 3);
273          const int32_t Rounder = ( 128 - (rounding<<(2*rho)) ) << 16;          const int32_t Rounder = ( 128 - (rounding<<(2*rho)) ) << 16;
274    
275    

Legend:
Removed from v.2179  
changed lines
  Added in v.2180

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