[svn] / branches / release-1_0-branch / xvidcore / src / motion / estimation_rd_based.c Repository:
ViewVC logotype

Diff of /branches/release-1_0-branch/xvidcore/src/motion/estimation_rd_based.c

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

trunk/xvidcore/src/motion/estimation_rd_based.c revision 1382, Mon Mar 22 22:36:25 2004 UTC branches/release-1_0-branch/xvidcore/src/motion/estimation_rd_based.c revision 1446, Mon May 3 23:28:29 2004 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.2 2004-03-22 22:36:24 edgomez Exp $   * $Id: estimation_rd_based.c,v 1.2.2.1 2004-05-03 23:28:29 edgomez Exp $
24   *   *
25   ****************************************************************************/   ****************************************************************************/
26    
# Line 128  Line 128 
128          }          }
129    
130          predict_acdc(pMB-(x+mb_width*y), x, y, mb_width, block, qcoeff,          predict_acdc(pMB-(x+mb_width*y), x, y, mb_width, block, qcoeff,
131                                  quant, iDcScaler, predictors, 0);                                  quant, iDcScaler, predictors, 0, 0);
132    
133          direction = pMB->acpred_directions[block];          direction = pMB->acpred_directions[block];
134          pCurrent = pMB->pred_values[block];          pCurrent = pMB->pred_values[block];

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

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