Ignore:
Timestamp:
11 Jun 2013, 20:35:00 (11 years ago)
Author:
zhang
Message:

Implementation of ARP from QC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2a/source/App/TAppEncoder/TAppEncCfg.cpp

    r446 r464  
    503503#if L0386_DB_METRIC
    504504  ("DeblockingFilterMetric",         m_DeblockingFilterMetric,         false )
     505#endif
     506
     507#if H_3D_ARP
     508  ("AdvMultiviewResPred",      m_uiUseAdvResPred,           (UInt)1, "Usage of Advanced Residual Prediction" )
    505509#endif
    506510
     
    13871391  xConfirmPara(  m_maxNumMergeCand < 1,  "MaxNumMergeCand must be 1 or greater.");
    13881392  xConfirmPara(  m_maxNumMergeCand > 5,  "MaxNumMergeCand must be 5 or smaller.");
     1393
     1394#if H_3D_ARP
     1395  xConfirmPara( ( 0 != m_uiUseAdvResPred ) &&  ( 1 != m_uiUseAdvResPred ), "UseAdvResPred must be 0 or 1." );
     1396#endif
    13891397
    13901398#if ADAPTIVE_QP_SELECTION
     
    22782286  printf("WVSO:%d ", m_bUseWVSO ); 
    22792287#endif
     2288#if H_3D_ARP
     2289  printf(" ARP:%d  ", m_uiUseAdvResPred  );
     2290#endif
    22802291  printf("\n\n"); 
    22812292
Note: See TracChangeset for help on using the changeset viewer.