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

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

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

revision 1202, Sun Nov 9 20:49:21 2003 UTC revision 1204, Thu Nov 13 22:35:30 2003 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: encoder.c,v 1.95.2.49 2003-11-09 20:49:21 edgomez Exp $   * $Id: encoder.c,v 1.95.2.50 2003-11-13 22:35:30 edgomez Exp $
25   *   *
26   ****************************************************************************/   ****************************************************************************/
27    
# Line 1507  Line 1507 
1507                                                                  &pEnc->vInterH,                                                                  &pEnc->vInterH,
1508                                                                  &pEnc->vInterV,                                                                  &pEnc->vInterV,
1509                                                                  &pEnc->vInterHV);                                                                  &pEnc->vInterHV);
1510                          gmcval += /*current->quant */ 2 * (int)(pParam->mb_width*pParam->mb_height);                  } else {
                 }  
   
1511                  gmcval = globalSAD(&current->warp, pParam, current->mbs,                  gmcval = globalSAD(&current->warp, pParam, current->mbs,
1512                                                          current,                                                          current,
1513                                                          &reference->image,                                                          &reference->image,
1514                                                          &current->image,                                                          &current->image,
1515                                                          pEnc->vGMC.y);                                                          pEnc->vGMC.y);
1516                    }
1517    
1518                  gmcval += /*current->quant*/ 2 * (int)(pParam->mb_width*pParam->mb_height);                  gmcval += /*current->quant*/ 2 * (int)(pParam->mb_width*pParam->mb_height);
1519    
1520  /* 1st '3': 3 warpoints, 2nd '3': 16th pel res (2<<3) */  /* 1st '3': 3 warpoints, 2nd '3': 16th pel res (2<<3) */

Legend:
Removed from v.1202  
changed lines
  Added in v.1204

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