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

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

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

revision 1211, Sat Nov 15 14:48:41 2003 UTC revision 1212, Sun Nov 16 15:32:38 2003 UTC
# Line 21  Line 21 
21   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
22   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
23   *   *
24   * $Id: motion_inlines.h,v 1.1.2.5 2003-10-25 16:51:38 syskin Exp $   * $Id: motion_inlines.h,v 1.1.2.6 2003-11-16 15:32:38 edgomez Exp $
25   *   *
26   ****************************************************************************/   ****************************************************************************/
27    
# Line 132  Line 132 
132          pMB->qmvs[0] = pMB->qmvs[1] = pMB->qmvs[2] = pMB->qmvs[3] = zeroMV;          pMB->qmvs[0] = pMB->qmvs[1] = pMB->qmvs[2] = pMB->qmvs[3] = zeroMV;
133          pMB->sad16 = pMB->sad8[0] = pMB->sad8[1] = pMB->sad8[2] = pMB->sad8[3] = sad;          pMB->sad16 = pMB->sad8[0] = pMB->sad8[1] = pMB->sad8[2] = pMB->sad8[3] = sad;
134          pMB->mcsel = 0;          pMB->mcsel = 0;
135            pMB->cbp = 0;
136  }  }
137    
138  /* check if given vector is equal to any vector checked before */  /* check if given vector is equal to any vector checked before */

Legend:
Removed from v.1211  
changed lines
  Added in v.1212

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