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

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

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

revision 1150, Thu Sep 11 15:28:51 2003 UTC revision 1151, Thu Sep 11 15:29:32 2003 UTC
# Line 19  Line 19 
19   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: gmc.h,v 1.1.2.3 2003-09-10 22:18:59 edgomez Exp $   * $Id: gmc.h,v 1.1.2.4 2003-09-11 15:29:32 syskin Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 32  Line 32 
32  {  {
33          int length = 1 << (fcode+4);          int length = 1 << (fcode+4);
34    
35          if (quarterpel) value *= 2;          // if (quarterpel) value *= 2;
36    
37          if (value < -length)          if (value < -length)
38                  return -length;                  return -length;

Legend:
Removed from v.1150  
changed lines
  Added in v.1151

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