[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 1443, Thu Apr 22 13:39:33 2004 UTC revision 1444, Fri Apr 23 11:57:47 2004 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.5 2004-04-22 13:39:33 syskin Exp $   * $Id: estimation_pvop.c,v 1.6 2004-04-23 11:57:47 syskin Exp $
25   *   *
26   ****************************************************************************/   ****************************************************************************/
27    
# Line 909  Line 909 
909                                  sad00 += Data.chromaSAD;                                  sad00 += Data.chromaSAD;
910                          }                          }
911    
                         sad00 = 4*MAX(MAX(pMB->sad8[0], pMB->sad8[1]), MAX(pMB->sad8[2], pMB->sad8[3]));  
   
912                          /* initial skip decision */                          /* initial skip decision */
913                          /* no early skip for GMC (global vector = skip vector is unknown!)  */                          /* no early skip for GMC (global vector = skip vector is unknown!)  */
914                          if (current->coding_type != S_VOP)      { /* no fast SKIP for S(GMC)-VOPs */                          if (current->coding_type != S_VOP)      { /* no fast SKIP for S(GMC)-VOPs */

Legend:
Removed from v.1443  
changed lines
  Added in v.1444

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