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

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

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

revision 985, Mon Apr 14 13:00:57 2003 UTC revision 986, Mon Apr 14 15:00:49 2003 UTC
# Line 1388  Line 1388 
1388                  if ((Data->chroma) && (!(GlobalFlags & XVID_MODEDECISION_BITS))) {                  if ((Data->chroma) && (!(GlobalFlags & XVID_MODEDECISION_BITS))) {
1389                          // chroma is only used for comparsion to INTER. if the comparsion will be done in BITS domain, there is no reason to compute it                          // chroma is only used for comparsion to INTER. if the comparsion will be done in BITS domain, there is no reason to compute it
1390                          int sumx = 0, sumy = 0;                          int sumx = 0, sumy = 0;
1391                          const int div = Data->qpel ? 2 : 0;                          const int div = Data->qpel ? 2 : 1;
1392                          const VECTOR * const mv = Data->qpel ? pMB->qmvs : pMB->mvs;                          const VECTOR * const mv = Data->qpel ? pMB->qmvs : pMB->mvs;
1393    
1394                          for (i = 0; i < 4; i++) {                          for (i = 0; i < 4; i++) {

Legend:
Removed from v.985  
changed lines
  Added in v.986

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