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

Diff of /branches/dev-api-4/xvidcore/src/motion/estimation_pvop.c

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

revision 1280, Thu Dec 18 21:31:32 2003 UTC revision 1286, Sat Dec 20 15:30:03 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: estimation_pvop.c,v 1.1.2.13 2003-12-18 21:31:32 Isibaar Exp $   * $Id: estimation_pvop.c,v 1.1.2.14 2003-12-20 15:30:03 edgomez Exp $
25   *   *
26   ****************************************************************************/   ****************************************************************************/
27    
# Line 606  Line 606 
606                          }                          }
607                  }                  }
608    
609                  if ((Data->qpel && MotionFlags & XVID_ME_QUARTERPELREFINE8)) {                  if (Data->qpel && (MotionFlags & XVID_ME_QUARTERPELREFINE8)) {
610                                  Data->qpel_precision = 1;                                  Data->qpel_precision = 1;
611                                  get_range(&Data->min_dx, &Data->max_dx, &Data->min_dy, &Data->max_dy, x, y, 3,                                  get_range(&Data->min_dx, &Data->max_dx, &Data->min_dy, &Data->max_dy, x, y, 3,
612                                          pParam->width, pParam->height, Data->iFcode, 2, 0);                                          pParam->width, pParam->height, Data->iFcode, 2, 0);

Legend:
Removed from v.1280  
changed lines
  Added in v.1286

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