[cvs] / xvidcore / src / encoder.c Repository:
ViewVC logotype

Diff of /xvidcore/src/encoder.c

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

revision 1.95.2.49, Sun Nov 9 20:49:21 2003 UTC revision 1.95.2.50, Thu Nov 13 22:35:30 2003 UTC
# 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.1.95.2.49  
changed lines
  Added in v.1.95.2.50

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