[svn] / trunk / xvidcore / src / motion / estimation_gmc.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/motion/estimation_gmc.c

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

revision 1382, Mon Mar 22 22:36:25 2004 UTC revision 1441, Tue Apr 20 06:10:40 2004 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: estimation_gmc.c,v 1.2 2004-03-22 22:36:24 edgomez Exp $   * $Id: estimation_gmc.c,v 1.3 2004-04-20 06:10:40 syskin Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 94  Line 94 
94    
95          xvid_me_DiamondSearch(Data->currentMV[0].x, Data->currentMV[0].y, Data, 255, CheckCandidate16I);          xvid_me_DiamondSearch(Data->currentMV[0].x, Data->currentMV[0].y, Data, 255, CheckCandidate16I);
96    
97          xvid_me_SubpelRefine(Data, CheckCandidate16I);          xvid_me_SubpelRefine(Data, CheckCandidate16I, 0);
98    
99    
100          /* for QPel halfpel positions are worse than in halfpel mode :( */          /* for QPel halfpel positions are worse than in halfpel mode :( */

Legend:
Removed from v.1382  
changed lines
  Added in v.1441

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