[cvs] / xvidcore / src / motion / estimation_pvop.c Repository:
ViewVC logotype

Diff of /xvidcore/src/motion/estimation_pvop.c

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

revision 1.22, Wed Apr 19 15:42:19 2006 UTC revision 1.23, Sun Nov 28 15:18:21 2010 UTC
# Line 4  Line 4 
4   *  - Motion Estimation for P- and S- VOPs  -   *  - Motion Estimation for P- and S- VOPs  -
5   *   *
6   *  Copyright(C) 2002 Christoph Lampert <gruel@web.de>   *  Copyright(C) 2002 Christoph Lampert <gruel@web.de>
7   *               2002 Michael Militzer <michael@xvid.org>   *               2002-2010 Michael Militzer <michael@xvid.org>
8   *               2002-2003 Radoslaw Czyz <xvid@syskin.cjb.net>   *               2002-2003 Radoslaw Czyz <xvid@syskin.cjb.net>
9   *   *
10   *  This program is free software ; you can redistribute it and/or modify   *  This program is free software ; you can redistribute it and/or modify
# Line 1006  Line 1006 
1006          const uint32_t mb_height = pParam->mb_height;          const uint32_t mb_height = pParam->mb_height;
1007          const uint32_t iEdgedWidth = pParam->edged_width;          const uint32_t iEdgedWidth = pParam->edged_width;
1008          int stat_thresh = 0;          int stat_thresh = 0;
         int MVmax = 0, mvSum = 0, mvCount = 0;  
1009          int y_step = h->y_step;          int y_step = h->y_step;
1010          int start_y = h->start_y;          int start_y = h->start_y;
1011            int MVmax = 0, mvSum = 0, mvCount = 0;
1012    
1013          uint32_t x, y;          uint32_t x, y;
1014          int sad00;          int sad00;

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

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