Ignore:
Timestamp:
19 Jul 2013, 17:02:35 (11 years ago)
Author:
orange
Message:

Integrated QTLPC and added new line mark at the end of TComWedgelet.cpp for MERL

File:
1 edited

Legend:

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

    r537 r539  
    703703
    704704#endif //HHI_VSO
     705#if H_3D_QTLPC
     706  ("QTL",                             m_bUseQTL                 , true          , "Use depth Quadtree Limitation" )
     707  ("PC",                              m_bUsePC                  , true          , "Use Predictive Coding with QTL" )
     708#endif
    705709#if H_3D_IV_MERGE
    706710  ("IvMvPred",                        m_ivMvPredFlag,           true            , "inter view motion prediction " ) 
     
    22612265  printf("WVSO:%d ", m_bUseWVSO ); 
    22622266#endif
     2267#if H_3D_QTLPC
     2268  printf("QTL:%d ", m_bUseQTL);
     2269  printf("PC:%d " , m_bUsePC );
     2270#endif
    22632271#if H_3D_IV_MERGE
    22642272  printf("IvMvPred:%d ", m_ivMvPredFlag );
Note: See TracChangeset for help on using the changeset viewer.