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

Diff of /xvidcore/src/motion/estimation_pvop.c

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

revision 1.13, Wed Mar 2 20:22:10 2005 UTC revision 1.14, Thu Mar 3 01:27:07 2005 UTC
# Line 880  Line 880 
880                          if ((current->vop_flags & XVID_VOP_CARTOON) &&                          if ((current->vop_flags & XVID_VOP_CARTOON) &&
881                                  ((sad00 < pMB->quant * 4 * skip_thresh) || (sad00 < stat_thresh))) {                                  ((sad00 < pMB->quant * 4 * skip_thresh) || (sad00 < stat_thresh))) {
882                                  ZeroMacroblockP(pMB, sad00);                                  ZeroMacroblockP(pMB, sad00);
883                                  pMB->cbp = 0x2f;                                  pMB->cbp = 0x3f;
884                                  continue;                                  continue;
885                          }                          }
886    

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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