[svn] / branches / dev-api-4 / xvidcore / src / motion / motion_est.h Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/motion/motion_est.h

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

revision 851, Sat Feb 15 15:22:19 2003 UTC revision 884, Fri Feb 21 14:44:57 2003 UTC
# Line 26  Line 26 
26   *  along with this program; if not, write to the Free Software   *  along with this program; if not, write to the Free Software
27   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
28   *   *
29   *  $Id: motion_est.h,v 1.2 2003-02-15 15:22:18 edgomez Exp $   *  $Id: motion_est.h,v 1.3 2003-02-21 14:40:11 syskin Exp $
30   *   *
31   ***************************************************************************/   ***************************************************************************/
32    
# Line 103  Line 103 
103    
104  #define RRV_MV_SCALEDOWN(a)     ( (a)>=0 ? (a+1)/2 : (a-1)/2 )  #define RRV_MV_SCALEDOWN(a)     ( (a)>=0 ? (a+1)/2 : (a-1)/2 )
105    
 static const VECTOR zeroMV = {0,0};  
   
106  typedef struct  typedef struct
107  {  {
108  // general fields  // general fields

Legend:
Removed from v.851  
changed lines
  Added in v.884

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