[svn] / branches / dev-api-4 / xvidcore / src / motion / estimation_rd_based.c Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/motion/estimation_rd_based.c

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

revision 1142, Wed Sep 10 22:19:00 2003 UTC revision 1156, Sun Sep 28 16:12:32 2003 UTC
# Line 20  Line 20 
20   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
21   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
22   *   *
23   * $Id: estimation_rd_based.c,v 1.1.2.1 2003-09-10 22:18:59 edgomez Exp $   * $Id: estimation_rd_based.c,v 1.1.2.2 2003-09-28 16:12:32 syskin Exp $
24   *   *
25   ****************************************************************************/   ****************************************************************************/
26    
# Line 525  Line 525 
525          Data->iQuant = iQuant;          Data->iQuant = iQuant;
526          Data->cbp = c;          Data->cbp = c;
527    
528            pMB->mcsel = 0;
529    
530          v = Data->qpel ? Data->currentQMV : Data->currentMV;          v = Data->qpel ? Data->currentQMV : Data->currentMV;
531          for (i = 0; i < 5; i++) {          for (i = 0; i < 5; i++) {
532                  Data->iMinSAD[i] = 256*4096;                  Data->iMinSAD[i] = 256*4096;

Legend:
Removed from v.1142  
changed lines
  Added in v.1156

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