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

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

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

revision 114, Wed Apr 10 07:43:25 2002 UTC revision 115, Thu Apr 11 10:18:40 2002 UTC
# Line 340  Line 340 
340          int32_t sad16;          int32_t sad16;
341          int32_t deviation;          int32_t deviation;
342    
343            if (sadInit);
344                    (*sadInit)();
345    
346          // note: i==horizontal, j==vertical          // note: i==horizontal, j==vertical
347          for (i = 0; i < iHcount; i++)          for (i = 0; i < iHcount; i++)
348                  for (j = 0; j < iWcount; j++)                  for (j = 0; j < iWcount; j++)

Legend:
Removed from v.114  
changed lines
  Added in v.115

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