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

Diff of /branches/dev-api-4/xvidcore/src/prediction/mbprediction.h

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

revision 886, Fri Feb 21 14:49:29 2003 UTC revision 1053, Mon Jun 9 01:25:19 2003 UTC
# Line 26  Line 26 
26   *  along with this program; if not, write to the xvid_free Software   *  along with this program; if not, write to the xvid_free Software
27   *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.   *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
28   *   *
29   *  $Id: mbprediction.h,v 1.21 2003-02-21 14:41:23 syskin Exp $   *  $Id: mbprediction.h,v 1.21.2.1 2003-06-09 01:23:03 edgomez Exp $
30   *   *
31   *************************************************************************/   *************************************************************************/
32    
# Line 337  Line 337 
337          if (num_cand == 1) {          if (num_cand == 1) {
338                  pmv[0] = pmv[last_cand];                  pmv[0] = pmv[last_cand];
339                  psad[0] = psad[last_cand];                  psad[0] = psad[last_cand];
340                  // return MVequal(pmv[0], zeroMV); /* no point calculating median mv and minimum sad */  #if 0
341                    return MVequal(pmv[0], zeroMV); /* no point calculating median mv and minimum sad */
342    #endif
343    
344                  /* original pmvdata() compatibility hack */                  /* original pmvdata() compatibility hack */
345                  return y==0 && block <= 1 ? 0 : MVequal(pmv[0], zeroMV);                  return y==0 && block <= 1 ? 0 : MVequal(pmv[0], zeroMV);

Legend:
Removed from v.886  
changed lines
  Added in v.1053

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