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

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

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

revision 1601, Wed Mar 2 20:22:10 2005 UTC revision 1602, Thu Mar 3 01:27:07 2005 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: estimation_pvop.c,v 1.13 2005-03-02 20:22:10 Isibaar Exp $   * $Id: estimation_pvop.c,v 1.14 2005-03-03 01:27:07 Isibaar Exp $
25   *   *
26   ****************************************************************************/   ****************************************************************************/
27    
# 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.1601  
changed lines
  Added in v.1602

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