[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 1477, Sat Jul 3 14:48:30 2004 UTC revision 1478, Thu Jul 8 07:12:54 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.3 2004-04-20 06:10:40 syskin Exp $   * $Id: estimation_gmc.c,v 1.4 2004-07-08 07:12:54 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, 0);          xvid_me_SubpelRefine(Data->currentMV[0], 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.1477  
changed lines
  Added in v.1478

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