[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 1279, Thu Dec 18 17:49:28 2003 UTC revision 1280, Thu Dec 18 21:31:32 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.12 2003-12-18 17:49:28 Isibaar Exp $   * $Id: estimation_pvop.c,v 1.1.2.13 2003-12-18 21:31:32 Isibaar Exp $
25   *   *
26   ****************************************************************************/   ****************************************************************************/
27    
# Line 611  Line 611 
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);
613    
614                                  if((MotionFlags & XVID_ME_FASTREFINE16) && (!Data->rrv))                                  if((MotionFlags & XVID_ME_FASTREFINE8) && (!Data->rrv))
615                                          SubpelRefine_Fast(Data, CheckCandidate8_qpel);                                          SubpelRefine_Fast(Data, CheckCandidate8_qpel);
616                                  else                                  else
617                                          xvid_me_SubpelRefine(Data, CheckCandidate);                                          xvid_me_SubpelRefine(Data, CheckCandidate);

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

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