[svn] / trunk / xvidcore / src / motion / gmc.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/motion/gmc.c

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

revision 2176, Wed May 29 06:02:01 2019 UTC revision 2177, Sun Nov 3 11:50:49 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.2176  
changed lines
  Added in v.2177

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