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

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

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

revision 1682, Fri Feb 24 08:46:22 2006 UTC revision 1687, Sat Feb 25 01:20:41 2006 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_bvop.c,v 1.24 2006-02-24 08:46:22 syskin Exp $   * $Id: estimation_bvop.c,v 1.25 2006-02-25 01:20:41 syskin Exp $
25   *   *
26   ****************************************************************************/   ****************************************************************************/
27    
# Line 1123  Line 1123 
1123          int max_mbs;          int max_mbs;
1124          int current_mb = 0;          int current_mb = 0;
1125    
1126          uint32_t i, j;          int32_t i, j;
1127          int32_t best_sad = 256*4096;          int32_t best_sad = 256*4096;
1128          uint32_t skip_sad;          uint32_t skip_sad;
1129          int fb_thresh;          int fb_thresh;
# Line 1278  Line 1278 
1278    
1279                          *complete_count_self = i+1;                          *complete_count_self = i+1;
1280                          current_mb++;                          current_mb++;
1281                            maxMotionBVOP(&MVmaxF, &MVmaxB, pMB, Data_d.qpel);
1282                  }                  }
1283    
1284                  complete_count_self++;                  complete_count_self++;
1285                  complete_count_above++;                  complete_count_above++;
1286          }          }
1287    
1288            h->minfcode = getMinFcode(MVmaxF);
1289            h->minbcode = getMinFcode(MVmaxB);
1290  }  }

Legend:
Removed from v.1682  
changed lines
  Added in v.1687

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